[gnome-themes-standard] gedit: fix not-found colors for the search entry



commit ae415816ef648a32a2bca7b15b6d9894870b9aca
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Aug 4 15:00:44 2013 +0200

    gedit: fix not-found colors for the search entry

 themes/Adwaita/gtk-3.0/gnome-applications.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 46588d3..d4933a1 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -1,5 +1,7 @@
 @define-color documents_emblem_bg #3465a4;
 @define-color documents_collection_bg #d3d7cf;
+ define-color gedit_not_found_bg rgb (237, 54, 54);
+ define-color gedit_not_found_fg white;
 
 /****************
  * Applications *
@@ -219,9 +221,9 @@ GeditViewFrame .gedit-search-slider {
 }
 
 GeditViewFrame .gedit-search-slider .not-found {
-    color: @error_fg_color;
+    color: @gedit_not_found_fg;
     background-image: none;
-    background-color: @error_bg_color;
+    background-color: @gedit_not_found_bg;
 }
 
 GeditViewFrame .gedit-search-slider .not-found:selected {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]