Last active
August 8, 2019 09:40
-
-
Save mountainash/989a3efd5b90fab495fe94f41ef496da to your computer and use it in GitHub Desktop.
For use with VScode extension "indent-rainbow" https://github.com/oderwat/vscode-indent-rainbow
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(28, 40, 51, 0.05)", | |
"rgba(33, 47, 60, 0.05)", | |
"rgba(81, 90, 90, 0.05)", | |
"rgba(95, 106, 106, 0.05)", | |
"rgba(121, 125, 127,0.05)", | |
"rgba(151, 154, 154,0.05)" | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment