{
  "name": "gn8",
  "type": "dark",
  "colors": {
    "editor.background": "#202848",
    "editor.foreground": "#f8f8f8",
    "editorLineNumber.foreground": "#707888",
    "activityBar.background": "#182038",
    "sideBar.background": "#182038",
    "panel.background": "#182038",
    "statusBar.background": "#182038",
    "titleBar.activeBackground": "#283050",
    "focusBorder": "#a878f0",
    "button.background": "#8040e8",
    "button.foreground": "#f8f8f8"
  },
  "tokenColors": [
    {
      "scope": [
        "comment",
        "punctuation.definition.comment"
      ],
      "settings": {
        "foreground": "#707888"
      }
    }
  ]
}