dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
62 stars 13 forks source link

Custom color scheme not working #45

Closed ekatz-quotient closed 2 years ago

ekatz-quotient commented 2 years ago

Hi, I used to disable the red error indent from "Color Scheme > Indent Rainbow" but it doesn't work with the new highlighter. With the old one ("Use formatter highlighter in these files") it still works, but this highlighter doesn't work on empty lines, which makes it not as good. It would be nice if the "Color Scheme" settings could work with the default highlighter. Thank you for this great plugin.

dima74 commented 2 years ago

Hi @ekatz-quotient! Sorry for the long response

If you want to disable red color, please use option Never highlight indent as error in advanced settings:

image

Also please note that for new highlighter, custom color sheme should be configured in Indent rainbow settings. Configuration in Editor | Color Scheme is for old highlighter and will be removed in future release

ekatz-quotient commented 2 years ago

Cool, it would be great if the caption indicated that * is an option.