Created
November 8, 2019 04:59
-
-
Save connor4312/aabca123f166549db010383fb83ae0a0 to your computer and use it in GitHub Desktop.
My theme settings
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.colorTheme": "Earthsong", | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#2F2B26", | |
"statusBar.noFolderBackground": "#2F2B26", | |
"activityBarBadge.background": "#D76538", | |
"sideBar.background": "#2F2B26", | |
"sideBarSectionHeader.background": "#26221E", | |
"activityBar.foreground": "#7a7a7a", | |
"statusBar.background": "#36312C", | |
"statusBar.foreground": "#7a7a7a", | |
"statusBar.debuggingForeground": "#fff", | |
"editorWarning.foreground": "#F8BB39", | |
"editorInfo.foreground": "#00A8C6", | |
"editorError.foreground": "#D76538", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment