Created
January 20, 2020 20:50
-
-
Save AdmiringWorm/07e6332b218cf8a368343790f9a0c64a to your computer and use it in GitHub Desktop.
Chocolatey colors for vscode
This file contains 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": { | |
"activityBar.background": "#aacdec", | |
"activityBar.activeBorder": "#6F3215", | |
"activityBar.foreground": "#242c5c", | |
"activityBar.inactiveForeground": "#242c5c99", | |
"activityBarBadge.background": "#6F3215", | |
"activityBarBadge.foreground": "#e7e7e7", | |
"titleBar.activeBackground": "#80b5e3", | |
"titleBar.inactiveBackground": "#80b5e399", | |
"titleBar.activeForeground": "#242c5c", | |
"titleBar.inactiveForeground": "#242c5c99", | |
"statusBar.background": "#884B2E", | |
"statusBarItem.hoverBackground": "#6F3215", | |
"statusBar.foreground": "#FDCEA5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment