Sublime Forum

[Solved] How do you make invalid.illegal background color show in current line?

#1

image

In the invalid.illegal characters, because I have my cursor on that line, the current-line background color is overwriting a custom background color for invalid.illegal from my color scheme file. Is there any way to change this priority? I want to have black characters on a red background for invalid.illegal but that makes it impossible to read anything on the current line.

0 Likes

#2

give your line_highlight color an alpha channel to make it semi-transparent

1 Like

#3

Ah works perfectly, thanks!

0 Likes