Themes/base16-marrakesh.json

{
  "name": "Marrakesh",
  "description": "Marrakesh scheme by Alexandre Gavioli (http://github.com/Alexx2/).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#201602",
    "DarkGray": "#302e00",
    "Cyan": "#5f5b17",
    "Blue": "#6c6823",
    "Yellow": "#86813b",
    "Green": "#948e48",
    "Gray": "#ccc37a",
    "White": "#faf0a5",
    "DarkRed": "#c35359",
    "Red": "#b36144",
    "DarkYellow": "#a88339",
    "DarkGreen": "#18974e",
    "DarkCyan": "#75a738",
    "DarkBlue": "#477ca1",
    "DarkMagenta": "#8868b3",
    "Magenta": "#b3588e"
  },
  "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"
      }
    }
  }
}