{
  "name": "Sandbox Nebula Light",
  "type": "light",
  "colors": {
    "editor.background": "#F7F9FC",
    "editor.foreground": "#1F2937",
    "editor.lineHighlightBackground": "#E9EEF7",
    "editorCursor.foreground": "#2563EB",
    "editorIndentGuide.background1": "#D6DCE8",
    "editorIndentGuide.activeBackground1": "#7C3AED",
    "editorLineNumber.foreground": "#94A3B8",
    "editorLineNumber.activeForeground": "#2563EB",
    "editor.selectionBackground": "#DDE7FF",
    "editorBracketMatch.background": "#7C3AED18",
    "editorBracketMatch.border": "#7C3AED",
    "sideBar.background": "#EEF3FB",
    "sideBar.foreground": "#1F2937",
    "tab.activeBackground": "#FFFFFF",
    "tab.activeBorderTop": "#2563EB",
    "tab.inactiveBackground": "#E9EEF7",
    "terminal.background": "#FFFFFF",
    "terminal.foreground": "#1F2937",
    "terminal.ansiGreen": "#0F9D58",
    "terminal.ansiBlue": "#2563EB",
    "terminal.ansiMagenta": "#7C3AED",
    "terminal.ansiYellow": "#B45309",
    "activityBar.background": "#E9EEF7",
    "activityBar.foreground": "#2563EB",
    "statusBar.background": "#E2E8F0",
    "statusBar.foreground": "#475569"
  },
  "tokenColors": [
    {
      "scope": ["keyword", "storage", "keyword.control"],
      "settings": { "foreground": "#8B5CF6" }
    },
    {
      "scope": ["entity.name.function", "support.function", "meta.function-call"],
      "settings": { "foreground": "#2563EB" }
    },
    {
      "scope": ["string", "string.quoted"],
      "settings": { "foreground": "#059669" }
    },
    {
      "scope": ["constant.numeric", "constant.language.boolean"],
      "settings": { "foreground": "#C2410C" }
    },
    {
      "scope": ["comment", "punctuation.definition.comment"],
      "settings": { "foreground": "#64748B", "fontStyle": "italic" }
    },
    {
      "scope": ["variable", "identifier"],
      "settings": { "foreground": "#0F766E" }
    },
    {
      "scope": ["entity.name.type", "support.class", "entity.name.class"],
      "settings": { "foreground": "#B45309" }
    },
    {
      "scope": ["punctuation.section.brackets", "meta.brace"],
      "settings": { "foreground": "#7C3AED" }
    }
  ]
}
