Skip to content

Instantly share code, notes, and snippets.

@abihf
Last active November 4, 2018 20:27
Show Gist options
  • Save abihf/e2607eaee6348019c7c1b6802d694217 to your computer and use it in GitHub Desktop.
Save abihf/e2607eaee6348019c7c1b6802d694217 to your computer and use it in GitHub Desktop.
{
"workbench.colorCustomizations": {
"[Default Dark+]": {
"focusBorder": "#404552",
"foreground": "#D3DAE3",
"button.background": "#383C4A",
"button.foreground": "#FFF",
"input.border": "#F5F6F7",
"input.background": "#393f4c",
"input.foreground": "#FFF",
"inputValidation.errorBackground": "#FC4138",
"inputValidation.infoBackground": "#4DADD4",
"inputValidation.warningBackground": "#F27835",
"sideBar.background": "#404552",
"sideBarSectionHeader.background": "#2f343f",
"sideBarTitle.foreground": "#aaa",
"menu.foreground": "#ddd",
"list.hoverBackground": "#5294E240",
"list.dropBackground": "#F08437",
"list.activeSelectionBackground": "#fff2",
"list.inactiveSelectionBackground": "#fff1",
"activityBar.background": "#2f343f",
"activityBarBadge.background": "#6499da",
"editorGroup.dropBackground": "#FFFFFF0F",
"editor.background": "#383c4a",
"editor.foreground": "#CCC",
"editor.lineHighlightBackground": "#FFF1",
"editor.selectionBackground": "#88F5",
"editor.inactiveSelectionBackground": "#FFF2",
"editorLineNumber.foreground": "#FFF4",
"editorGroupHeader.tabsBackground": "#2f343f",
"editorGroupHeader.noTabsBackground": "#2f343f",
"editorWidget.background": "#2f343f",
"editorHoverWidget.background": "#2f343f",
"editorHoverWidget.border": "#0004",
"tab.activeBackground": "#0000",
"tab.activeBorder": "#5294E2",
"tab.activeForeground": "#FFF",
"tab.border": "#0000",
"tab.inactiveBackground": "#2f343f",
"tab.inactiveForeground": "#CCC",
"statusBar.background": "#2f343f",
"statusBarItem.hoverBackground": "#5294E2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment