Created
April 9, 2018 03:17
-
-
Save 0i0/72a4f4a5f72fdf5ce303b82be1999691 to your computer and use it in GitHub Desktop.
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
// 1E272C | |
{ | |
"workbench.colorTheme": "Material Theme", | |
"workbench.colorCustomizations": { | |
"[Material Theme]": { | |
"editor.background": "#1E272C", | |
"sideBar.background": "#1E272C", | |
"sideBar.border": "#1E272C", | |
"terminal.background": "#1E272C", | |
"activityBar.background": "#1E272C", | |
"activityBar.border": "#1E272C", | |
"statusBar.background": "#1E272C", | |
"tab.border": "#1E272C", | |
"tab.inactiveBackground": "#1E272C", | |
"tab.activeBackground": "#1E272C", | |
"list.hoverBackground": "#1E272C", | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment