Themes/base16-atelier-forest-light.json

{
  "name": "Atelier Forest Light",
  "description": "Atelier Forest Light scheme by Bram de Haan (http://atelierbramdehaan.nl).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#f1efee",
    "DarkGray": "#e6e2e0",
    "Cyan": "#a8a19f",
    "Blue": "#9c9491",
    "Yellow": "#766e6b",
    "Green": "#68615e",
    "Gray": "#2c2421",
    "White": "#1b1918",
    "DarkRed": "#f22c40",
    "Red": "#df5320",
    "DarkYellow": "#c38418",
    "DarkGreen": "#7b9726",
    "DarkCyan": "#3d97b8",
    "DarkBlue": "#407ee7",
    "DarkMagenta": "#6666ea",
    "Magenta": "#c33ff3"
  },
  "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"
      }
    }
  }
}