Themes/base16-grayscale-dark.json
{
"name": "Grayscale Dark", "description": "Grayscale Dark scheme by Alexandre Gavioli (https://github.com/Alexx2/).", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#101010", "DarkGray": "#252525", "DarkGreen": "#464646", "DarkYellow": "#525252", "DarkBlue": "#ababab", "DarkCyan": "#b9b9b9", "Gray": "#e3e3e3", "White": "#f7f7f7", "Red": "#7c7c7c", "DarkRed": "#999999", "Yellow": "#a0a0a0", "Green": "#8e8e8e", "Cyan": "#868686", "Blue": "#686868", "Magenta": "#747474", "DarkMagenta": "#5e5e5e" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |