Themes/base16-grayscale-light.json

{
  "name": "Grayscale Light",
  "description": "Grayscale Light 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": "#f7f7f7",
    "DarkGray": "#e3e3e3",
    "DarkGreen": "#b9b9b9",
    "DarkYellow": "#ababab",
    "DarkBlue": "#525252",
    "DarkCyan": "#464646",
    "Gray": "#252525",
    "White": "#101010",
    "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"
  }
}