Skip to content

Instantly share code, notes, and snippets.

@jezhalford
Created January 23, 2019 11:44
Show Gist options
  • Save jezhalford/dd4c7e99e068ddfdc352dd1a7a7afaf9 to your computer and use it in GitHub Desktop.
Save jezhalford/dd4c7e99e068ddfdc352dd1a7a7afaf9 to your computer and use it in GitHub Desktop.
indent-rainbow colours for grey indent shading in VSCode
{
"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