Skip to content

Instantly share code, notes, and snippets.

@MashukeAlam
Created April 7, 2021 13:53
Show Gist options
  • Save MashukeAlam/9680c9f178e3bcf328961da4cd889bb2 to your computer and use it in GitHub Desktop.
Save MashukeAlam/9680c9f178e3bcf328961da4cd889bb2 to your computer and use it in GitHub Desktop.
"workbench.colorCustomizations": {
"editor.background": "#000000",
"editor.foreground": "#eeffff",
"activityBarBadge.background": "#3dee37",
"sideBarTitle.foreground": "#a4e1ff",
"statusBar.background": "#0c8f00",
"sideBar.background": "#191919",
"statusBar.noFolderBackground": "#212121",
"statusBar.debuggingBackground": "#263238",
"activityBar.activeBorder": "#00ff00",
"activityBar.background": "#0a230a",
"tab.activeBackground": "#61ff64",
"tab.activeForeground": "#000000",
"tab.activeBorder": "#fff",
"titleBar.border": "#00ff00",
"panel.border": "#00ff00",
"menu.border": "#00ff00",
"tab.border": "#00ff00",
"focusBorder": "#00ff00",
"scrollbarSlider.hoverBackground": "#fff461",
"scrollbarSlider.activeBackground": "#00ff90",
"editor.lineHighlightBorder": "#ff61f2",
"editorBracketMatch.border": "#a74fff"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment