Created
March 12, 2025 10:12
-
-
Save davestewart/ced3afe65426548b447922ad72da46bf to your computer and use it in GitHub Desktop.
VS Code Gutter color
This file contains hidden or 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": { | |
"editorGutter.background": "#242424" // set to the same as your editor background | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment