Skip to content

Instantly share code, notes, and snippets.

@postb99
Created January 14, 2019 20:53
Show Gist options
  • Save postb99/7d1389f90ccf2fbf17ff0f7e1a2f2458 to your computer and use it in GitHub Desktop.
Save postb99/7d1389f90ccf2fbf17ff0f7e1a2f2458 to your computer and use it in GitHub Desktop.
VS Code workbench custom colors settings
"workbench.colorCustomizations": {
"statusBar.background": "#666666",
"titleBar.activeBackground": "#252526",
"statusBar.foreground": "#ffffff",
"statusBarItem.hoverBackground": "#dbd805a4",
"editor.lineHighlightBorder": "#363636",
"editor.lineHighlightBackground": "#363636",
"activityBar.background": "#007ACC",
"activityBar.border": "#003c64",
"activityBarBadge.foreground": "#ffffff",
"activityBarBadge.background": "#e21818",
"activityBar.dropBackground": "#ffffffd2",
"activityBar.foreground": "#ffffff",
"activityBar.inactiveForeground": "#e6e6e698",
"tab.activeBackground": "#686868",
"tab.activeBorder": "#686868",
"tab.inactiveModifiedBorder": "#0078c9",
"tab.activeModifiedBorder": "#007ACC",
"tab.hoverBorder": "#b6b6b63a",
"tab.hoverBackground": "#b6b6b63a"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment