Themes/base16-tube.json

{
  "name": "London Tube",
  "description": "London Tube scheme by Jan T. Sott.",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#231f20",
    "DarkGray": "#1c3f95",
    "Cyan": "#5a5758",
    "Blue": "#737171",
    "Yellow": "#959ca1",
    "Green": "#d9d8d8",
    "Gray": "#e7e7e8",
    "White": "#ffffff",
    "DarkRed": "#ee2e24",
    "Red": "#f386a1",
    "DarkYellow": "#ffd204",
    "DarkGreen": "#00853e",
    "DarkCyan": "#85cebc",
    "DarkBlue": "#009ddc",
    "DarkMagenta": "#98005d",
    "Magenta": "#b06110"
  },
  "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"
      }
    }
  }
}