Skip to content

Commit

Permalink
Merge pull request #2333 from foresto/nomatch-text-color
Browse files Browse the repository at this point in the history
Define text color when setting dark background in find dialog
  • Loading branch information
b4n committed Oct 9, 2020
2 parents 8184f91 + 9f049a7 commit d369123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/geany.css
Expand Up @@ -22,6 +22,7 @@
}
#geany-search-entry-no-match:selected /* GTK < 3.20 */,
#geany-search-entry-no-match selection /* GTK >= 3.20 */ {
color: #fff;
background-color: #771111;
}

Expand Down
1 change: 1 addition & 0 deletions data/geany.gtkrc
Expand Up @@ -21,6 +21,7 @@ style "geany-search-entry-no-match-style" {
base[NORMAL] = "#ffff66666666"
text[NORMAL] = "#ffffffffffff"
base[SELECTED] = "#777711111111"
text[SELECTED] = "#ffffffffffff"
# 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).
Expand Down

0 comments on commit d369123

Please sign in to comment.