oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
407 stars 55 forks source link

Feature/min level #92

Closed gbrunow closed 4 years ago

gbrunow commented 4 years ago

Option to start painting the rainbow at a given level (#73).

"indentRainbow.minLevel": 0

Will look like it already does.

image

But for values greater than zero it will skip column like so. image

oderwat commented 4 years ago

I don't see any reason for this feature to exist.

gbrunow commented 4 years ago

Aesthetic reasons. I've gotten around it by setting the first few colors as transparent but that means that if I have sufficient indents I will have transparent columns showing up.