Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created March 12, 2025 10:12
Show Gist options
  • Save davestewart/ced3afe65426548b447922ad72da46bf to your computer and use it in GitHub Desktop.
Save davestewart/ced3afe65426548b447922ad72da46bf to your computer and use it in GitHub Desktop.
VS Code Gutter color
{
"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