{
      "editor.minimap.enabled": false,
      "window.zoomLevel": -0.1,
      "editor.fontFamily": "'Fira Code'",
      "editor.fontSize": 10.3,
      "editor.fontWeight": "400",
      "editor.lineHeight": 22,
      "terminal.integrated.fontFamily": "'Fira Code Light'",
      "terminal.integrated.fontSize": 12,
      "terminal.integrated.fontWeight": "600",
      "terminal.integrated.lineHeight": 1.4,
      "workbench.tree.indent": 16,
      "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
      "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
      "javascript.format.placeOpenBraceOnNewLineForFunctions": true,
      "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
      "javascript.format.semicolons": "insert",
      "editor.wordWrap": "wordWrapColumn",
      "editor.wordWrapColumn": 150,
      "html.format.wrapAttributes": "force-aligned",
      "html.format.wrapLineLength": 180,
      "workbench.colorTheme": "Shades of Purple",
      "workbench.iconTheme": "material-icon-theme",
      "workbench.colorCustomizations": {
        "window.titleBarStyle": "custom",
    
        "window.activeBorder": "#00f",
        "window.inactiveBorder": "#00f",
    
        "editorCursor.background": "#00f",
        "editorCursor.foreground": "#2f2",
    
        "editor.background": "#100030",
    
        "editorLineNumber.foreground": "#d09",
        "editorLineNumber.activeForeground": "#FF0",
        "menu.selectionBorder": "#ff0",
        "titleBar.activeBackground": "#326",
        "titleBar.activeForeground": "#ff0",
        "titleBar.inactiveBackground": "#CC8",
        "titleBar.inactiveForeground": "#767",
        "titleBar.border": "#ff0",
        "menu.background": "#428",
        "menu.border": "#ff0",
    
        "tab.activeBackground": "#103",
        "tab.inactiveBackground": "#225",
        "tab.hoverBackground": "#03a",
        "tab.activeForeground": "#DDD",
        "tab.inactiveForeground": "#999",
        "tab.hoverForeground": "#D09",
        "tab.activeBorderTop": "#D09",
        "tab.hoverBorder": "#D09",
        "tab.border": "#FF0",
        "tab.activeBorder": "#D09",
    
        "sideBar.background": "#003",
        "sideBarTitle.foreground": "#0FF",
        "sideBar.foreground": "#CC0",
        "sideBarSectionHeader.border": "#FF0",
        "sideBar.border": "#FF0",
        "sideBar.dropBackground": "#0f0",
        "sideBarSectionHeader.background": "#000",
        "sideBarSectionHeader.foreground": "#F0A",
    
        "activityBar.activeBackground": "#CC0",
        "activityBar.background": "#150050",
        "activityBarBadge.background": "#111",
        "activityBarBadge.foreground": "#FF0",
        "activityBar.foreground": "#000",
        "activityBar.inactiveForeground": "#FF5",
        "activityBar.border": "#FF0",
        "activityBar.activeBorder": "#0F0",
        "list.hoverBackground": "#AfA",
        "statusBar.background": "#000",
        "statusBar.border": "#CC2",
        "statusBar.foreground": "#CC2",
        "statusBarItem.hoverBackground": "#000",
        "scrollbarSlider.background": "#ff0",
        "scrollbarSlider.hoverBackground": "#ff0"
      }
    }
    