Themes/base16-woodland.json

{
  "name": "Woodland",
  "description": "Woodland scheme by Jay Cornwall (https://jcornwall.com).",
  "repository": "https://github.com/mmims/base16-psconsoletheme",
  "background": "Black",
  "foreground": "DarkCyan",
  "popupBackground": "DarkGreen",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#231e18",
    "DarkGray": "#302b25",
    "DarkGreen": "#48413a",
    "DarkYellow": "#9d8b70",
    "DarkBlue": "#b4a490",
    "DarkCyan": "#cabcb1",
    "Gray": "#d7c8bc",
    "White": "#e4d4c8",
    "Red": "#d35c5c",
    "DarkRed": "#ca7f32",
    "Yellow": "#e0ac16",
    "Green": "#b7ba53",
    "Cyan": "#6eb958",
    "Blue": "#88a4d3",
    "Magenta": "#bb90e2",
    "DarkMagenta": "#b49368"
  },
  "tokens": {
    "Command": "Blue",
    "Comment": "DarkYellow",
    "Keyword": "Magenta",
    "Member": "Blue",
    "Number": "DarkRed",
    "Operator": "Cyan",
    "Parameter": "DarkRed",
    "String": "Green",
    "Type": "Yellow",
    "Variable": "Red"
  }
}