Skip to content

Instantly share code, notes, and snippets.

@wsmelton
Created May 22, 2017 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsmelton/d408ba0bc993b646f7846909b10b73ad to your computer and use it in GitHub Desktop.
Save wsmelton/d408ba0bc993b646f7846909b10b73ad to your computer and use it in GitHub Desktop.
Color settings for VS Code and dbatools theme
//playing with color settings
"workbench.colorCustomizations": {
"activityBar.background": "#F0EBD7",
"activityBar.foreground": "#C9A735",
"activityBarBadge.foreground": "#3F3C3D",
"activityBarBadge.background": "#FFFFFF",
"panel.background": "#F3F7F2",
"statusBar.background": "#BFB297",
"statusBar.foreground": "#FFFFFF",
"sideBar.background": "#383636",
"sideBarTitle.foreground": "#FFFFFF",
"foreground": "#EDD686",
"list.activeSelectionBackground": "#203850",
"list.inactiveSelectionBackground": "#203850",
"list.hoverBackground": "#203850",
"tab.activeBackground": "#203850",
"tab.activeForeground": "#E7C274",
"tab.inactiveBackground": "#5C86C4",
"tab.inactiveForeground": "#E7C274",
"editor.background": "#F3F7F9",
"editor.selectionBackground": "#EDD686",
"editorLineNumber.foreground": "#5C86C4"
,"tab.border": "#5C86C4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment