oderwat / vscode-indent-rainbow

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

Light mode for paste code? #173

Open jeedd95 opened 6 months ago

jeedd95 commented 6 months ago

I have already changed to write mode with the settings below. Light mode works well for hand-typed codes but Blocks still occur for pasted codes Is it a bug or does it require additional settings?

// Using the light mode "indentRainbow.indicatorStyle": "light", // we use a simple 1 pixel wide line "indentRainbow.lightIndicatorStyleLineWidth": 1, // the same colors as above but more visible "indentRainbow.colors": [

"rgba(255,255,64,0.3)",
"rgba(127,255,127,0.3)",
"rgba(255,127,255,0.3)",
"rgba(79,236,236,0.3)"

]

image

oderwat commented 6 months ago

These are no blocks, but error markers as these lines do not fit your indentation setting. Either chose the tab with, correct the lines of switch off error markers,