Last active
September 30, 2018 18:55
-
-
Save brandonsueur/846bc3d1180c2980d22a94211a42f665 to your computer and use it in GitHub Desktop.
π¨ (VSCode) Theme Duotone Dark Sea
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": { | |
"input.background": "#263644", | |
"button.background": "#00f8ae", | |
"button.foreground": "#fff", | |
"button.hoverBackground": "#11bf8c", | |
"dropdown.background": "#263644", | |
"tab.inactiveBackground": "#1b2630", | |
"tab.activeBackground": "#1b2630", | |
"tab.inactiveForeground": "#466582", | |
"tab.activeBorder": "#00f8ae", | |
"editorGroupHeader.tabsBackground": "#1b2630", | |
"titleBar.activeBackground": "#1b2630", | |
"badge.background": "#77b0e5", | |
"badge.foreground": "#fff", | |
"sideBar.background": "#1b2630", | |
"sideBar.border": "#263644", | |
"sideBarSectionHeader.background": "#1b2630", | |
"activityBarBadge.background": "#77b0e5", | |
"activityBarBadge.foreground": "#fff", | |
"activityBar.background": "#1b2630", | |
"activityBar.foreground": "#466582", | |
"activityBar.border": "#263644", | |
"editor.selectionBackground": "#151e27", | |
"statusBar.background": "#1b2630", | |
"statusBar.foreground": "#466582", | |
"statusBarItem.hoverBackground": "#182129", | |
"statusBarItem.activeBackground": "#1b2630" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment