Sublime Forum

Color of the background of selected text in the search pane

#1

When I use find (F3), the background color of the selected text in the text input box is red. Where can I change this color? It’s not the same as the settings.selection XML key in the color theme, as that one is blue (the background of selected text in the main window is blue, but the one in the find panel is red for some reason).

0 Likes

#2

inactiveSelection (in the color scheme) maybe?

0 Likes

#3

In facelessuser’s Aprosopo Theme, the Find selection background is set with the “selection” key in a separate “Widget - .stTheme” file, for example see lines 24-25 here:

github.com/facelessuser/Aprosop … ow.stTheme

That doesn’t really answer your question, but it might get you started.

0 Likes