Themes/base16-cupcake.json

{
  "name": "Cupcake",
  "description": "Cupcake scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#fbf1f2",
    "DarkGray": "#f2f1f4",
    "DarkGreen": "#d8d5dd",
    "DarkYellow": "#bfb9c6",
    "DarkBlue": "#a59daf",
    "DarkCyan": "#8b8198",
    "Gray": "#72677e",
    "White": "#585062",
    "Red": "#d57e85",
    "DarkRed": "#ebb790",
    "Yellow": "#dcb16c",
    "Green": "#a3b367",
    "Cyan": "#69a9a7",
    "Blue": "#7297b9",
    "Magenta": "#bb99b4",
    "DarkMagenta": "#baa58c"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}