Themes/base16-default-light.json

{
  "name": "Default Light",
  "description": "Default Light scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#f8f8f8",
    "DarkGray": "#e8e8e8",
    "DarkGreen": "#d8d8d8",
    "DarkYellow": "#b8b8b8",
    "DarkBlue": "#585858",
    "DarkCyan": "#383838",
    "Gray": "#282828",
    "White": "#181818",
    "Red": "#ab4642",
    "DarkRed": "#dc9656",
    "Yellow": "#f7ca88",
    "Green": "#a1b56c",
    "Cyan": "#86c1b9",
    "Blue": "#7cafc2",
    "Magenta": "#ba8baf",
    "DarkMagenta": "#a16946"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}