{
  "name": "Sandbox Nebula Dark",
  "type": "dark",
  "colors": {
    "editor.background": "#0D1117",
    "editor.foreground": "#C9D1D9",
    "editor.lineHighlightBackground": "#161B22",
    "editorCursor.foreground": "#00FFA3",
    "editorIndentGuide.background1": "#30363D",
    "editorIndentGuide.activeBackground1": "#58A6FF",
    "editorLineNumber.foreground": "#6E7681",
    "editorLineNumber.activeForeground": "#58A6FF",
    "editor.selectionBackground": "#1F2937",
    "editorBracketMatch.background": "#7C3AED22",
    "editorBracketMatch.border": "#7C3AED",
    "editorWhitespace.foreground": "#30363D",
    "sideBar.background": "#111722",
    "sideBar.foreground": "#C9D1D9",
    "tab.activeBackground": "#0D1117",
    "tab.activeBorderTop": "#58A6FF",
    "tab.inactiveBackground": "#161B22",
    "terminal.background": "#0F141C",
    "terminal.foreground": "#C9D1D9",
    "terminal.ansiGreen": "#00FFA3",
    "terminal.ansiBlue": "#61AFEF",
    "terminal.ansiMagenta": "#C678DD",
    "terminal.ansiYellow": "#E5C07B",
    "activityBar.background": "#0F141C",
    "activityBar.foreground": "#58A6FF",
    "statusBar.background": "#161B22",
    "statusBar.foreground": "#8B949E"
  },
  "tokenColors": [
    {
      "scope": ["keyword", "storage", "keyword.control"],
      "settings": { "foreground": "#C678DD" }
    },
    {
      "scope": ["entity.name.function", "support.function", "meta.function-call"],
      "settings": { "foreground": "#61AFEF" }
    },
    {
      "scope": ["string", "string.quoted"],
      "settings": { "foreground": "#98C379" }
    },
    {
      "scope": ["constant.numeric", "constant.language.boolean"],
      "settings": { "foreground": "#D19A66" }
    },
    {
      "scope": ["comment", "punctuation.definition.comment"],
      "settings": { "foreground": "#5C6370", "fontStyle": "italic" }
    },
    {
      "scope": ["variable", "identifier"],
      "settings": { "foreground": "#56B6C2" }
    },
    {
      "scope": ["entity.name.type", "support.class", "entity.name.class"],
      "settings": { "foreground": "#E5C07B" }
    },
    {
      "scope": ["punctuation.section.brackets", "meta.brace"],
      "settings": { "foreground": "#7C3AED" }
    }
  ]
}
