Skip to content

Instantly share code, notes, and snippets.

@d4rkstar
Last active July 9, 2024 05:41
Show Gist options
  • Save d4rkstar/dc0fbc1090991a551c818e21f5c0744f to your computer and use it in GitHub Desktop.
Save d4rkstar/dc0fbc1090991a551c818e21f5c0744f to your computer and use it in GitHub Desktop.
VSCode Color Theme Purple
{
"workbench.colorCustomizations": {
"statusBar.background" : "#5e0388",
"activityBar.background": "#5e0388",
"activityBar.activeBorder": "#dd5800",
"sideBar.background": "#7704ac",
"sideBarSectionHeader.background": "#49026a",
"list.hoverBackground": "#49026a",
"list.activeSelectionIconForeground": "#ffffff",
"list.activeSelectionBackground": "#a10101",
"list.inactiveSelectionBackground": "#a10101",
"sideBar.border": "#a10101",
"tab.border": "#5e0388",
"tab.inactiveBackground": "#7704ac",
"tab.activeBackground": "#a10101",
"tab.activeBorderTop": "#dd5800",
"tab.activeModifiedBorder": "#ffffff",
"tab.inactiveModifiedBorder": "#ffffff",
"titleBar.activeBackground": "#5e0388",
"titleBar.activeForeground":"#ffffff",
"editorGroup.dropBackground": "#5e0388",
"editorGroupHeader.tabsBackground": "#5e0388",
"breadcrumb.background": "#a10101",
"breadcrumb.foreground": "#dddddd",
"breadcrumb.focusForeground": "#ffffff",
"breadcrumbPicker.background": "#5e0388",
"button.border": "#ff0000"
},
"editor.rulers": [80,120],
"editor.fontFamily": "IBM Plex Mono, Menlo",
"terminal.integrated.fontFamily": "IBM Plex Mono, Menlo, monospace",
"terminal.integrated.fontSize": 14,
"files.exclude": {
"**/test_folder/*/**": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/test_folder/*/**": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment