Themes/base16-solarized-dark.json

{
  "name": "Solarized Dark",
  "description": "Solarized Dark scheme by Ethan Schoonover (http://ethanschoonover.com/solarized).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#002b36",
    "DarkGray": "#073642",
    "Cyan": "#586e75",
    "Blue": "#657b83",
    "Yellow": "#839496",
    "Green": "#93a1a1",
    "Gray": "#eee8d5",
    "White": "#fdf6e3",
    "DarkRed": "#dc322f",
    "Red": "#cb4b16",
    "DarkYellow": "#b58900",
    "DarkGreen": "#859900",
    "DarkCyan": "#2aa198",
    "DarkBlue": "#268bd2",
    "DarkMagenta": "#6c71c4",
    "Magenta": "#d33682"
  },
  "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"
      }
    }
  }
}