DEV Community

Discussion on: What's an awesome VS Code extension you recently installed?

Collapse
 
raisaugat profile image
Saugat Rai • Edited

I use Indent Rainbow with custom settings which I found on a medium blog long ago.
These are the custom settings:
"indentRainbow.colors": [
"rgba(16,16,16,0.2)",
"rgba(16,16,16,0.4)",
"rgba(16,16,16,0.6)",
"rgba(16,16,16,0.8)",
"rgba(16,16,16,1)"
],

Collapse
 
jackharner profile image
Jack Harner πŸš€

Just curious, why do you have it fade back out?

Collapse
 
raisaugat profile image
Saugat Rai

Actually the settings are a little bit out of order. Thanks for noticing. :). I'll update it.

Collapse
 
tombyrer profile image
Tom Byrer

Thanks! I saw that in a screenshot a few weeks ago & have been looking for it.

Collapse
 
dylantientcheu profile image
Dylan Tientcheu

I think it was my post, thank you
You can find it here.

medium.com/free-code-camp/here-are...

Collapse
 
raisaugat profile image
Saugat Rai

I should thank you instead. :)