From 5d74eef5468400c0064148995b4985b1a2d817b2 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 14 Jul 2016 17:07:38 +0200 Subject: [PATCH] Set custom selection color on no-match search entry on GTK2 Follows the GTK3 behavior, and avoid text becoming invisible if the selection background is too light (unlikely, but possible). --- data/geany.gtkrc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/geany.gtkrc b/data/geany.gtkrc index 8e1c0226..28a07812 100644 --- a/data/geany.gtkrc +++ b/data/geany.gtkrc @@ -20,6 +20,7 @@ widget "GeanyDialogSearch.*.geany-search-entry-no-match" style "geany-monospace" style "geany-search-entry-no-match-style" { base[NORMAL] = "#ffff66666666" text[NORMAL] = "#ffffffffffff" + base[SELECTED] = "#777711111111" # try and remove the entry background image on pixmap engine so that our # background color is visible, and we don't end up with white text on white # background (workaround for Adwaita 3.20).