Themes/base16-summerfruit-light.json

{
  "name": "Summerfruit Light",
  "description": "Summerfruit Light scheme by Christopher Corley (http://christop.club/).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#ffffff",
    "DarkGray": "#e0e0e0",
    "DarkGreen": "#d0d0d0",
    "DarkYellow": "#b0b0b0",
    "DarkBlue": "#000000",
    "DarkCyan": "#101010",
    "Gray": "#151515",
    "White": "#202020",
    "Red": "#ff0086",
    "DarkRed": "#fd8900",
    "Yellow": "#aba800",
    "Green": "#00c918",
    "Cyan": "#1faaaa",
    "Blue": "#3777e6",
    "Magenta": "#ad00a1",
    "DarkMagenta": "#cc6633"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}