Themes/base16-darktooth.json

{
  "name": "Darktooth",
  "description": "Darktooth scheme by Jason Milkins (https://github.com/jasonm23).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#1d2021",
    "DarkGray": "#32302f",
    "Cyan": "#504945",
    "Blue": "#665c54",
    "Yellow": "#928374",
    "Green": "#a89984",
    "Gray": "#d5c4a1",
    "White": "#fdf4c1",
    "DarkRed": "#fb543f",
    "Red": "#fe8625",
    "DarkYellow": "#fac03b",
    "DarkGreen": "#95c085",
    "DarkCyan": "#8ba59b",
    "DarkBlue": "#0d6678",
    "DarkMagenta": "#8f4673",
    "Magenta": "#a87322"
  },
  "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"
      }
    }
  }
}