Themes/base16-atelier-forest-light.json

{
  "name": "Atelier Forest Light",
  "description": "Atelier Forest Light scheme by Bram de Haan (http://atelierbramdehaan.nl).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#f1efee",
    "DarkGray": "#e6e2e0",
    "DarkGreen": "#a8a19f",
    "DarkYellow": "#9c9491",
    "DarkBlue": "#766e6b",
    "DarkCyan": "#68615e",
    "Gray": "#2c2421",
    "White": "#1b1918",
    "Red": "#f22c40",
    "DarkRed": "#df5320",
    "Yellow": "#c38418",
    "Green": "#7b9726",
    "Cyan": "#3d97b8",
    "Blue": "#407ee7",
    "Magenta": "#6666ea",
    "DarkMagenta": "#c33ff3"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}