Themes/base16-nord.json

{
  "name": "Nord",
  "description": "Nord scheme by arcticicestudio.",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#2e3440",
    "DarkGray": "#3b4252",
    "Cyan": "#434c5e",
    "Blue": "#4c566a",
    "Yellow": "#d8dee9",
    "Green": "#e5e9f0",
    "Gray": "#eceff4",
    "White": "#8fbcbb",
    "DarkRed": "#88c0d0",
    "Red": "#81a1c1",
    "DarkYellow": "#5e81ac",
    "DarkGreen": "#bf616a",
    "DarkCyan": "#d08770",
    "DarkBlue": "#ebcb8b",
    "DarkMagenta": "#a3be8c",
    "Magenta": "#b48ead"
  },
  "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"
      }
    }
  }
}