Created
April 12, 2017 18:03
-
-
Save smlombardi/8b6b4d591423a520e8463f95d358a0a9 to your computer and use it in GitHub Desktop.
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.experimental.colorCustomizations": { | |
"activeTabBackground": "#24292A", | |
"activityBadgeBackground": "#DA6771", | |
"activityBadgeForeground": "#24292A", | |
"activityBarBackground": "#3C4140", | |
"editorBackground": "#24292A", | |
"editorCurrentFindMatchHighlight":"#ff777780", | |
"editorFindMatchHighlight":"#cb606080", | |
"editorLineNumbers": "#616B69", | |
"editorRangeHighlight":"#263040", | |
"editorSelection":"#153958", | |
"editorSelectionHighlight":"#2b74b380", | |
"focusedElementOutline":"#739f9e", | |
"foreground": "#939D9F", | |
"inactiveTabBackground": "#1E2222", | |
"sideBarBackground": "#282E2F", | |
"statusBarBackground": "#343B3C", | |
"statusBarNoFolderBackground": "#343B3C", | |
"statusBarDebuggingBackground": "#CD6564", | |
"statusBarForeground": "#939D9F", | |
"tabBorder": "#343B3C", | |
"tabsContainerBackground": "#1E2222", | |
"terminalAnsiBlack":"#666666", | |
"terminalAnsiBlue":"#399EF4", | |
"terminalAnsiBrightBlack":"#666666", | |
"terminalAnsiBrightBlue":"#399EF4", | |
"terminalAnsiBrightCyan":"#21C5C7", | |
"terminalAnsiBrightGreen":"#4EB071", | |
"terminalAnsiBrightMagenta":"#B168DF", | |
"terminalAnsiBrightRed":"#DA6771", | |
"terminalAnsiBrightWhite":"#efefef", | |
"terminalAnsiBrightYellow":"#fff099", | |
"terminalAnsiCyan":"#21C5C7", | |
"terminalAnsiGreen":"#4EB071", | |
"terminalAnsiMagenta":"#B168DF", | |
"terminalAnsiRed":"#DA6771", | |
"terminalAnsiWhite":"#efefef", | |
"terminalAnsiYellow":"#fff099", | |
"titleBarActiveBackground": "#343B3C" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment