Skip to content

Instantly share code, notes, and snippets.

@rijdz
Created September 13, 2019 00:58
Show Gist options
  • Save rijdz/a9a10f35f3a44206ef2460108d2f84bb to your computer and use it in GitHub Desktop.
Save rijdz/a9a10f35f3a44206ef2460108d2f84bb to your computer and use it in GitHub Desktop.
{
"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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment