oderwat / vscode-indent-rainbow

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

How can I remove this color when adding space. #120

Closed kayu5h closed 2 years ago

kayu5h commented 2 years ago

Whenever I add space to the starting line in vs code, a red color line traces it. How can I remove it? image Tell me ASAP. Thanks,

oderwat commented 2 years ago

Depends on what you really want. There are multiple ways explained in the documentation. If you ask me: You get rid of it by deleting those spaces ;-)

kayu5h commented 2 years ago

I have so many of them(the red line) in my crowded code. I can't delete all of them one by one.😅 Can you just tell me how can I get rid of it? Please😁!!!

oderwat commented 2 years ago

Just read the documentation. I can't tell if you want to have "no" error color at all (disable it for all file types) or just not for "all whitespace in a line" (define a pattern to disable it).

kayu5h commented 2 years ago

Thanks, it was because of the error color, I just set the transparency to 0.0 and it worked.