rijdz
9/13/2019 - 12:58 AM

VSCode - Color Customization

{
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
    "workbench.colorTheme": "Material Theme Palenight High Contrast",
    "workbench.colorCustomizations": {
        "activityBarBadge.background": "#AB47BC",
        "activityBarBadge.foreground": "#FFFFFF",
        "list.activeSelectionForeground": "#AB47BC",
        "list.inactiveSelectionForeground": "#AB47BC",
        "list.highlightForeground": "#AB47BC",
        "scrollbarSlider.activeBackground": "#AB47BC50",
        "editorSuggestWidget.highlightForeground": "#AB47BC",
        "textLink.foreground": "#AB47BC",
        "progressBar.background": "#AB47BC",
        "pickerGroup.foreground": "#AB47BC",
        "notificationLink.foreground": "#AB47BC",
        "editorWidget.resizeBorder": "#AB47BC",
        "editorWidget.border": "#AB47BC",
        "settings.modifiedItemIndicator": "#AB47BC",
        "settings.headerForeground": "#AB47BC",
        "panelTitle.activeBorder": "#AB47BC",
        "breadcrumb.activeSelectionForeground": "#AB47BC",
        "menu.selectionForeground": "#AB47BC",
        "menubar.selectionForeground": "#AB47BC",
        "activityBar.background": "#7CB342",
        "activityBar.foreground": "#333",
        "statusBar.background": "#7CB342",
        "statusBar.foreground": "#333",
        "panel.background": "#282A36",
        "terminal.foreground": "#BD93F9",
        "terminal.background": "#282A36",
        "tab.activeBorder": "#AB47BC"
    },
    "materialTheme.accent": "Purple",
    "[javascriptreact]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "breadcrumbs.enabled": true,
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.iconTheme": "vscode-icons"
}