Skip to content

Instantly share code, notes, and snippets.

@protal
Last active June 29, 2024 08:49
Show Gist options
  • Save protal/cdaa205acf6daa59ffca13efd2cf673d to your computer and use it in GitHub Desktop.
Save protal/cdaa205acf6daa59ffca13efd2cf673d to your computer and use it in GitHub Desktop.
VS Code indent-rainbow settings rainbow color
{
"indentRainbow.colors": [
"rgba(255, 0 , 0,0.3)",
"rgba(255, 127, 0,0.3)",
"rgba(255, 255, 0,0.3)",
"rgba(0, 255, 0,0.3)",
"rgba(0, 0, 255,0.3)",
"rgba(75, 0, 130,0.3)",
"rgba(148,0,211,0.3)"
]
}
@alitahashakir
Copy link

This might help
"indentRainbow.indicatorStyle": "light",

@hugengseto
Copy link

helpful information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment