thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

How can I change foreground color in the search box? #731

Closed mnacamura closed 3 years ago

mnacamura commented 4 years ago

I mean the search box that appears after pressing Ctrl-Shift-Space then /.

I've found that putting the following lines in ~/.config/gtk-3.0/gtk.css works:

overlay > entry {
    color: red; /* for example */
}

However, it may affect not only termite but also the other GTK+ applications. My question is how to narrow the scope to termite only.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.