Skip to content

Instantly share code, notes, and snippets.

@euaaron
Last active January 21, 2024 20:59
Show Gist options
  • Select an option

  • Save euaaron/dcb883ba839218953ffa11a19f89464f to your computer and use it in GitHub Desktop.

Select an option

Save euaaron/dcb883ba839218953ffa11a19f89464f to your computer and use it in GitHub Desktop.
Theme Settings
{
"workbench.colorTheme": "MonoDracula",
"workbench.colorCustomizations": {
"activityBar.border": "#000000",
"activityBar.activeBackground": "#000000",
"activityBar.background": "#000000",
"banner.background": "#000000",
"debugToolBar.background": "#000000",
"dropdown.background": "#0f0f0f",
"dropdown.listBackground": "#140c25",
"editor.foldBackground": "#000000",
"editor.selectionBackground": "#5529b9",
"editor.background": "#000000",
"editor.lineHighlightBackground": "#110a1f",
"editorGutter.background": "#000000",
"editorGroupHeader.tabsBackground": "#000000",
"editorGroupHeader.border": "#000000",
"editorInfo.background": "#000000",
"editorPane.background": "#000000",
"list.inactiveSelectionBackground": "#0d0819",
"list.activeSelectionBackground": "#5529b9",
"list.activeSelectionForeground": "#ffffff",
"list.hoverBackground": "#140c25",
"list.dropBackground": "#0d0819",
"menu.background": "#000000",
"menu.separatorBackground": "#000000",
"panel.background": "#000000",
"statusBar.background": "#000000",
"statusBarItem.remoteBackground": "#5529b9",
"statusBarItem.remoteForeground": "#ffffff",
"statusBarItem.remoteHoverBackground": "#2f2447",
"statusBarItem.remoteHoverForeground": "#dddddd",
"sideBar.background": "#000000",
"sideBarSectionHeader.background": "#000000",
"tab.unfocusedActiveBackground": "#170f2b",
"tab.unfocusedHoverBackground": "#0d0819",
"tab.inactiveBackground": "#000000",
"tab.hoverBackground": "#0d0819",
"tab.hoverForeground": "#d2d2d2",
"tab.activeBackground": "#5529b9",
"tab.activeForeground": "#ffffff",
"terminal.background": "#000000",
"titleBar.activeBackground": "#000000",
"titleBar.inactiveBackground": "#000000"
},
"editor.minimap.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment