[geany/geany] d36912: Merge pull request #2333 from foresto/nomatch-text-color
Colomban Wendling
git-noreply at xxxxx
Fri Oct 9 09:17:00 UTC 2020
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 09 Oct 2020 09:17:00 UTC
Commit: d369123a2d2fe3a9d10422e16211f6bb4e882721
https://github.com/geany/geany/commit/d369123a2d2fe3a9d10422e16211f6bb4e882721
Log Message:
-----------
Merge pull request #2333 from foresto/nomatch-text-color
Define text color when setting dark background in find dialog
Modified Paths:
--------------
data/geany.css
data/geany.gtkrc
Modified: data/geany.css
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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;
}
Modified: data/geany.gtkrc
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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).
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list