absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.
MIT License
55 stars 8 forks source link

Plugin doesn't behave correctly when `highlight_line` is set to true #22

Open OtaK opened 2 years ago

OtaK commented 2 years ago

When you enable highlight_line to true in the sublime settings, this happens

image

I guess it retrieves the wrong background color for text?

absop commented 2 years ago

I don't know what's wrong with this.

OtaK commented 2 years ago

I don't know what's wrong with this.

The brackets have a dark background on the highlighted line; I don't think this is supposed to happen and hurts readability.

absop commented 2 years ago

All brackets have the same background, since we can only get the background of a view, not a line. But this can be fixed in the next version by using a pseudo-scope color.