Skip to content

Instantly share code, notes, and snippets.

@guillefd
Last active January 13, 2023 13:19
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 guillefd/0736035bbe0672c8e21bea4341d98043 to your computer and use it in GitHub Desktop.
Save guillefd/0736035bbe0672c8e21bea4341d98043 to your computer and use it in GitHub Desktop.
VScode Workbench Color Customizations preference
"workbench.colorCustomizations": {
"scrollbarSlider.activeBackground": "#fff",
"scrollbarSlider.hoverBackground": "#f19feb",
"scrollbarSlider.background": "#612883",
"sideBar.border": "#ffe600",
"tab.activeBackground": "#612883",
"tab.activeBorder": "#8b1277",
"sideBySideEditor.horizontalBorder": "#ff0000",
"panel.border": "#ffe600",
"editorGroup.border": "#df0ebc"
},
@guillefd
Copy link
Author

This will set very high contrast color to:
-active tab background and color
-sidebar border
-scrollbars
-editor group dragging border

Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment