Themes/base16-tomorrow.json

{
  "name": "Tomorrow",
  "description": "Tomorrow scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#ffffff",
    "DarkGray": "#e0e0e0",
    "DarkGreen": "#d6d6d6",
    "DarkYellow": "#8e908c",
    "DarkBlue": "#969896",
    "DarkCyan": "#4d4d4c",
    "Gray": "#282a2e",
    "White": "#1d1f21",
    "Red": "#c82829",
    "DarkRed": "#f5871f",
    "Yellow": "#eab700",
    "Green": "#718c00",
    "Cyan": "#3e999f",
    "Blue": "#4271ae",
    "Magenta": "#8959a8",
    "DarkMagenta": "#a3685a"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}