Created
January 21, 2023 09:43
-
-
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
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":{ | |
"editorIndentGuide.activeBackground":"#06a" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment