Themes/base16-oceanicnext.json

{
  "name": "OceanicNext",
  "description": "OceanicNext scheme by https://github.com/voronianski/oceanic-next-color-scheme.",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#1b2b34",
    "DarkGray": "#343d46",
    "Cyan": "#4f5b66",
    "Blue": "#65737e",
    "Yellow": "#a7adba",
    "Green": "#c0c5ce",
    "Gray": "#cdd3de",
    "White": "#d8dee9",
    "DarkRed": "#ec5f67",
    "Red": "#f99157",
    "DarkYellow": "#fac863",
    "DarkGreen": "#99c794",
    "DarkCyan": "#5fb3b3",
    "DarkBlue": "#6699cc",
    "DarkMagenta": "#c594c5",
    "Magenta": "#ab7967"
  },
  "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"
      }
    }
  }
}