In data/geany.gtkrc:

> @@ -20,6 +20,16 @@ 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).

Why does this affect 3.20? I thought gtk3 didn't use the .gtkrc file?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.