Themes/base16-bright.json

{
  "name": "Bright",
  "description": "Bright scheme by Chris Kempson (http://chriskempson.com).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#000000",
    "DarkGray": "#303030",
    "Cyan": "#505050",
    "Blue": "#b0b0b0",
    "Yellow": "#d0d0d0",
    "Green": "#e0e0e0",
    "Gray": "#f5f5f5",
    "White": "#ffffff",
    "DarkRed": "#fb0120",
    "Red": "#fc6d24",
    "DarkYellow": "#fda331",
    "DarkGreen": "#a1c659",
    "DarkCyan": "#76c7b7",
    "DarkBlue": "#6fb3d2",
    "DarkMagenta": "#d381c3",
    "Magenta": "#be643c"
  },
  "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"
      }
    }
  }
}