oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light mode for paste code?

jeedd95 opened this issue · comments

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

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,