Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 16 Jul 2016 01:35:03 UTC Commit: 5d74eef5468400c0064148995b4985b1a2d817b2 https://github.com/geany/geany/commit/5d74eef5468400c0064148995b4985b1a2d817...
Log Message: ----------- 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).
Modified Paths: -------------- data/geany.gtkrc
Modified: data/geany.gtkrc 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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).
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).