Themes/base16-tomorrow-night.json

{
  "name": "Tomorrow Night",
  "description": "Tomorrow Night scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#1d1f21",
    "DarkGray": "#282a2e",
    "Cyan": "#373b41",
    "Blue": "#969896",
    "Yellow": "#b4b7b4",
    "Green": "#c5c8c6",
    "Gray": "#e0e0e0",
    "White": "#ffffff",
    "DarkRed": "#cc6666",
    "Red": "#de935f",
    "DarkYellow": "#f0c674",
    "DarkGreen": "#b5bd68",
    "DarkCyan": "#8abeb7",
    "DarkBlue": "#81a2be",
    "DarkMagenta": "#b294bb",
    "Magenta": "#a3685a"
  },
  "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"
      }
    }
  }
}