Themes/base16-flat.json

{
  "name": "Flat",
  "description": "Flat scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#2c3e50",
    "DarkGray": "#34495e",
    "DarkGreen": "#7f8c8d",
    "DarkYellow": "#95a5a6",
    "DarkBlue": "#bdc3c7",
    "DarkCyan": "#e0e0e0",
    "Gray": "#f5f5f5",
    "White": "#ecf0f1",
    "Red": "#e74c3c",
    "DarkRed": "#e67e22",
    "Yellow": "#f1c40f",
    "Green": "#2ecc71",
    "Cyan": "#1abc9c",
    "Blue": "#3498db",
    "Magenta": "#9b59b6",
    "DarkMagenta": "#be643c"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}