Themes/base16-harmonic-light.json

{
  "name": "Harmonic16 Light",
  "description": "Harmonic16 Light scheme by Jannik Siebert (https://github.com/janniks).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#f7f9fb",
    "DarkGray": "#e5ebf1",
    "DarkGreen": "#cbd6e2",
    "DarkYellow": "#aabcce",
    "DarkBlue": "#627e99",
    "DarkCyan": "#405c79",
    "Gray": "#223b54",
    "White": "#0b1c2c",
    "Red": "#bf8b56",
    "DarkRed": "#bfbf56",
    "Yellow": "#8bbf56",
    "Green": "#56bf8b",
    "Cyan": "#568bbf",
    "Blue": "#8b56bf",
    "Magenta": "#bf568b",
    "DarkMagenta": "#bf5656"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}