{
  "name": "amazing-flexoki-light",
  "type": "light",
  "colors": {
    "editor.background": "#FFFCF0",
    "editor.foreground": "#100F0F",
    "editor.selectionBackground": "#F2F0E5",
    "editor.lineHighlightBackground": "#F2F0E5",
    "editorCursor.foreground": "#6F6E69",
    "editorWhitespace.foreground": "#DAD8CE",
    "editorIndentGuide.background1": "#DAD8CE",
    "sideBar.background": "#F2F0E5",
    "panel.background": "#F2F0E5",
    "activityBar.background": "#F2F0E5",
    "statusBar.background": "#F2F0E5",
    "statusBar.foreground": "#100F0F",
    "errorForeground": "#AF3029"
  },
  "tokenColors": [
    {
      "scope": [
        "keyword"
      ],
      "settings": {
        "foreground": "#66800B"
      }
    },
    {
      "scope": [
        "string"
      ],
      "settings": {
        "foreground": "#24837B"
      }
    },
    {
      "scope": [
        "entity.name.function"
      ],
      "settings": {
        "foreground": "#BC5215"
      }
    },
    {
      "scope": [
        "variable",
        "identifier"
      ],
      "settings": {
        "foreground": "#205EA6"
      }
    },
    {
      "scope": [
        "invalid"
      ],
      "settings": {
        "foreground": "#AF3029"
      }
    }
  ]
}