absop / RainbowBrackets

A rainbow brackets plugin for SublimeText4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

OtaK opened this issue · comments

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

image

I guess it retrieves the wrong background color for text?

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

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.

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.