Last active
January 13, 2023 13:19
-
-
Save guillefd/0736035bbe0672c8e21bea4341d98043 to your computer and use it in GitHub Desktop.
VScode Workbench Color Customizations preference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will set very high contrast color to:
-active tab background and color
-sidebar border
-scrollbars
-editor group dragging border