{
  "$schema": "vscode://schemas/color-theme",
  "name": "GolfAPI Light",
  "type": "light",
  "source": "archive/source-material/Favicon and Code Theme.dc.html",
  "updatedAt": "2026-09-02",
  "colors": { "editor.background": "#F7F7F4", "editor.foreground": "#2B2E2B" },
  "tokenColors": [
    { "scope": ["comment"], "settings": { "foreground": "#8E8E86" } },
    { "scope": ["string"], "settings": { "foreground": "#12833C" } },
    { "scope": ["constant.numeric"], "settings": { "foreground": "#B45309" } },
    { "scope": ["constant.language"], "settings": { "foreground": "#175CD3" } },
    { "scope": ["variable.other.property"], "settings": { "foreground": "#0E652F" } },
    { "scope": ["invalid"], "settings": { "foreground": "#B42318" } }
  ]
}
