Themes/base16-brushtrees-dark.json

{
  "name": "Brush Trees Dark",
  "description": "Brush Trees Dark scheme by Abraham White <abelincoln.white@gmail.com>.",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#485867",
    "DarkGray": "#5a6d7a",
    "Cyan": "#6d828e",
    "Blue": "#8299a1",
    "Yellow": "#98afb5",
    "Green": "#b0c5c8",
    "Gray": "#c9dbdc",
    "White": "#e3efef",
    "DarkRed": "#b38686",
    "Red": "#d8bba2",
    "DarkYellow": "#aab386",
    "DarkGreen": "#87b386",
    "DarkCyan": "#86b3b3",
    "DarkBlue": "#868cb3",
    "DarkMagenta": "#b386b2",
    "Magenta": "#b39f9f"
  },
  "tokens": {
    "readline": {
      "foreground": {
        "Command": "DarkBlue",
        "Comment": "Yellow",
        "ContinuationPrompt": "Green",
        "DefaultToken": "Green",
        "Emphasis": "DarkCyan",
        "Error": "DarkRed",
        "Keyword": "DarkMagenta",
        "Member": "White",
        "Number": "White",
        "Operator": "Green",
        "Parameter": "Blue",
        "String": "DarkGreen",
        "Type": "DarkMagenta",
        "Variable": "Red"
      }
    },
    "write": {
      "foreground": {
        "Error": "DarkRed",
        "Warning": "DarkYellow",
        "Verbose": "DarkYellow",
        "Debug": "DarkYellow",
        "Progress": "Yellow"
      },
      "background": {
        "Progress": "DarkGray"
      }
    }
  }
}