Themes/base16-atelier-plateau-light.json

{
  "name": "Atelier Plateau Light",
  "description": "Atelier Plateau Light scheme by Bram de Haan (http://atelierbramdehaan.nl).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#f4ecec",
    "DarkGray": "#e7dfdf",
    "Cyan": "#8a8585",
    "Blue": "#7e7777",
    "Yellow": "#655d5d",
    "Green": "#585050",
    "Gray": "#292424",
    "White": "#1b1818",
    "DarkRed": "#ca4949",
    "Red": "#b45a3c",
    "DarkYellow": "#a06e3b",
    "DarkGreen": "#4b8b8b",
    "DarkCyan": "#5485b6",
    "DarkBlue": "#7272ca",
    "DarkMagenta": "#8464c4",
    "Magenta": "#bd5187"
  },
  "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"
      }
    }
  }
}