Created
January 14, 2019 20:35
-
-
Save amogower/5f4336444809a7cdeac23d319f4a29e1 to your computer and use it in GitHub Desktop.
Custom VSCode Workbench Styling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
"sideBar.background": "#16232A", | |
"activityBar.background": "#16232A", | |
"activityBar.border": "#3C3C3C", | |
"activityBarBadge.background": "#ffc02d", | |
"activityBarBadge.foreground": "#16232A", | |
"input.background": "#16232A", | |
"tab.inactiveForeground": "#AAAAAA", | |
"tab.activeBackground": "#303D46", | |
"tab.inactiveBackground": "#16232A", | |
"statusBar.background": "#16232A", | |
"statusBar.debuggingBackground": "#ffc02d", | |
"statusBar.debuggingForeground": "#16232A", | |
"statusBar.border": "#3C3C3C", | |
"sideBar.border": "#3C3C3C", | |
"titleBar.activeBackground": "#16232A", | |
"titleBar.activeForeground": "#FFFFFF", | |
"titleBar.inactiveForeground": "#A2A7AA", | |
"tab.border": "#3C3C3C", | |
"editorGroupHeader.tabsBackground": "#16232A", | |
"editor.background": "#16232A" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment