Sublime Forum

Match selection color

#1

Any way to change the match selection color? Thanks.

0 Likes

#2

I hate doing this but: bump.

0 Likes

#3

What do you mean by match selection color?

0 Likes

#4

I have since had coffee. Does the following answer your question?

In the following picture:

http://i.minus.com/j9SZq02BMkj4T.png

The match on the 1st line is defined by:

<key>findHighlight</key>
<string>#FFE792</string>
<key>findHighlightForeground</key>
<string>#000000</string>

The match on the 3rd line is defined by the color of the caret*:

<key>caret</key>
<string>#FD971F</string>
  • My guess is that this is what you’re looking for. But I don’t think it’s possible to change the color independently of the caret.
0 Likes

#5

Yes, thank you!! :smile:

I may just turn this feature off and use a plug-in. I prefer my ‘match selection (3rd line)’ to be like a full highlight, instead of just a bordered selection.

0 Likes