Themes/base16-material-lighter.json

{
  "name": "Material Lighter",
  "description": "Material Lighter scheme by Nate Peterson.",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#fafafa",
    "DarkGray": "#e7eaec",
    "Cyan": "#cceae7",
    "Blue": "#ccd7da",
    "Yellow": "#8796b0",
    "Green": "#80cbc4",
    "Gray": "#80cbc4",
    "White": "#ffffff",
    "DarkRed": "#ff5370",
    "Red": "#f76d47",
    "DarkYellow": "#ffb62c",
    "DarkGreen": "#91b859",
    "DarkCyan": "#39adb5",
    "DarkBlue": "#6182b8",
    "DarkMagenta": "#7c4dff",
    "Magenta": "#e53935"
  },
  "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"
      }
    }
  }
}