{
  "name": "amazing-flexoki-dark",
  "type": "dark",
  "colors": {
    "editor.background": "#100F0F",
    "editor.foreground": "#FFFCF0",
    "editor.selectionBackground": "#1C1B1A",
    "editor.lineHighlightBackground": "#1C1B1A",
    "editorCursor.foreground": "#9F9D96",
    "editorWhitespace.foreground": "#343331",
    "editorIndentGuide.background1": "#343331",
    "sideBar.background": "#1C1B1A",
    "panel.background": "#1C1B1A",
    "activityBar.background": "#1C1B1A",
    "statusBar.background": "#1C1B1A",
    "statusBar.foreground": "#FFFCF0",
    "errorForeground": "#D14D41"
  },
  "tokenColors": [
    {
      "scope": [
        "keyword"
      ],
      "settings": {
        "foreground": "#879A39"
      }
    },
    {
      "scope": [
        "string"
      ],
      "settings": {
        "foreground": "#3AA99F"
      }
    },
    {
      "scope": [
        "entity.name.function"
      ],
      "settings": {
        "foreground": "#DA702C"
      }
    },
    {
      "scope": [
        "variable",
        "identifier"
      ],
      "settings": {
        "foreground": "#4385BE"
      }
    },
    {
      "scope": [
        "invalid"
      ],
      "settings": {
        "foreground": "#D14D41"
      }
    }
  ]
}