Skip to content

Instantly share code, notes, and snippets.

@connor4312
Created November 8, 2019 04:59
Show Gist options
  • Save connor4312/aabca123f166549db010383fb83ae0a0 to your computer and use it in GitHub Desktop.
Save connor4312/aabca123f166549db010383fb83ae0a0 to your computer and use it in GitHub Desktop.
My theme settings
{
"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