Skip to content

Instantly share code, notes, and snippets.

@Rahmanism
Created January 21, 2023 09:43
Show Gist options
  • Save Rahmanism/9871b402e405723e6ad42fddef466205 to your computer and use it in GitHub Desktop.
Save Rahmanism/9871b402e405723e6ad42fddef466205 to your computer and use it in GitHub Desktop.
To change indentation vertical line color in VSCode, set this in json settings
"workbench.colorCustomizations":{
"editorIndentGuide.activeBackground":"#06a"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment