[gnome-themes-standard] documents: add theming for dark theme version of GdTaggedEntry



commit 7ce7275873ecf177065cfc00fef243d6c1eba12c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Jun 22 13:53:08 2012 -0400

    documents: add theming for dark theme version of GdTaggedEntry

 themes/Adwaita/gtk-3.0/gnome-applications.css |   10 +++++-----
 themes/Adwaita/gtk-3.0/gtk-main-dark.css      |    6 ++++++
 themes/Adwaita/gtk-3.0/gtk-main.css           |    6 ++++++
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 9cc0c6e..e3ba283 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -290,8 +290,8 @@ GtkIconView.documents-main-view.check:active {
 }
 
 .documents-entry-tag {
-    background-color: @documents_emblem_bg;
-    color: @theme_base_color;
+    background-color: @entry_tag_bg;
+    color: @entry_tag_fg;
 
     border-radius: 4px;
     border-width: 0;
@@ -301,8 +301,8 @@ GtkIconView.documents-main-view.check:active {
 }
 
 .documents-entry-tag:hover {
-    background-color: shade(@documents_emblem_bg, 1.10);
-    color: @theme_base_color;
+    background-color: shade(@entry_tag_bg, 1.10);
+    color: @entry_tag_fg;
 }
 
 .documents-entry-tag.button,
@@ -316,7 +316,7 @@ GtkIconView.documents-main-view.check:active {
 }
 
 .documents-entry-tag.button:hover {
-    color: shade(@documents_emblem_bg, 2.10);
+    color: shade(@entry_tag_bg, 2.10);
 }
 
 .documents-notification {
diff --git a/themes/Adwaita/gtk-3.0/gtk-main-dark.css b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
index 022c288..f892ca2 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
@@ -114,6 +114,12 @@
 @define-color inset_light_color alpha(white, 0.05);
 @define-color inset_dark_color alpha(black, 0.25);
 
+/**************
+ * GNOME Apps *
+ **************/
+ define-color entry_tag_bg #888a85;
+ define-color entry_tag_fg #070807;
+
 /******
  * WM *
  ******/
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index 120942d..382d281 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -114,6 +114,12 @@
 @define-color inset_light_color alpha(white, 0.45);
 @define-color inset_dark_color alpha(black, 0.07);
 
+/**************
+ * GNOME Apps *
+ **************/
+ define-color entry_tag_bg #3465a4;
+ define-color entry_tag_fg @theme_base_color;
+
 /******
  * WM *
  ******/



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