Themes/base16-google-light.json

{
  "name": "Google Light",
  "description": "Google Light scheme by Seth Wright (http://sethawright.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#ffffff",
    "DarkGray": "#e0e0e0",
    "DarkGreen": "#c5c8c6",
    "DarkYellow": "#b4b7b4",
    "DarkBlue": "#969896",
    "DarkCyan": "#373b41",
    "Gray": "#282a2e",
    "White": "#1d1f21",
    "Red": "#cc342b",
    "DarkRed": "#f96a38",
    "Yellow": "#fba922",
    "Green": "#198844",
    "Cyan": "#3971ed",
    "Blue": "#3971ed",
    "Magenta": "#a36ac7",
    "DarkMagenta": "#3971ed"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}