Themes/base16-xcode-dusk.json

{
  "name": "XCode Dusk",
  "description": "XCode Dusk scheme by Elsa Gonsiorowski (https://github.com/gonsie).",
  "repository": "https://github.com/mmims",
  "background": "Black",
  "foreground": "Green",
  "popupBackground": "Cyan",
  "popupForeground": "Gray",
  "palette": {
    "Black": "#282b35",
    "DarkGray": "#3d4048",
    "Cyan": "#53555d",
    "Blue": "#686a71",
    "Yellow": "#7e8086",
    "Green": "#939599",
    "Gray": "#a9aaae",
    "White": "#bebfc2",
    "DarkRed": "#b21889",
    "Red": "#786dc5",
    "DarkYellow": "#438288",
    "DarkGreen": "#df0002",
    "DarkCyan": "#00a0be",
    "DarkBlue": "#790ead",
    "DarkMagenta": "#b21889",
    "Magenta": "#c77c48"
  },
  "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"
      }
    }
  }
}