Created
January 23, 2019 11:44
-
-
Save jezhalford/dd4c7e99e068ddfdc352dd1a7a7afaf9 to your computer and use it in GitHub Desktop.
indent-rainbow colours for grey indent shading in VSCode
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
{ | |
"indentRainbow.colors": [ | |
"rgba(16,16,16,0.2)", | |
"rgba(32,32,32,0.2)", | |
"rgba(48,48,48,0.2)", | |
"rgba(64,64,64,0.2)", | |
"rgba(80,80,80,0.2)", | |
"rgba(96,96,96,0.2)", | |
"rgba(112,112,112,0.2)", | |
"rgba(128,128,128,0.2)", | |
"rgba(144,144,144,0.2)", | |
"rgba(160,160,160,0.2)", | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment