[gnome-themes-standard] highcontrast: update HighContrastInverse for new color defines



commit 56716ddb6dd29ddc4c0b92ef1223e3243b1b5548
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 30 14:54:46 2012 -0400

    highcontrast: update HighContrastInverse for new color defines
    
    This still needs a bit of design work though...

 themes/HighContrast/gtk-3.0/gtk.css        |    1 +
 themes/HighContrastInverse/gtk-3.0/gtk.css |   28 +++++++++++++++++++---------
 themes/a11y-base.css                       |    2 +-
 3 files changed, 21 insertions(+), 10 deletions(-)
---
diff --git a/themes/HighContrast/gtk-3.0/gtk.css b/themes/HighContrast/gtk-3.0/gtk.css
index 580644e..eb9b85e 100644
--- a/themes/HighContrast/gtk-3.0/gtk.css
+++ b/themes/HighContrast/gtk-3.0/gtk.css
@@ -24,6 +24,7 @@
 @define-color theme_button_insensitive_bg #fafaf9;
 @define-color theme_button_insensitive_border #c1c2c3;
 @define-color theme_button_insensitive_active_bg #cccdcc;
+ define-color theme_button_insensitive_active_fg @theme_base_color;
 
 @define-color theme_primary_toolbar #d3d7cf;
 
diff --git a/themes/HighContrastInverse/gtk-3.0/gtk.css b/themes/HighContrastInverse/gtk-3.0/gtk.css
index c7d83db..8e57247 100644
--- a/themes/HighContrastInverse/gtk-3.0/gtk.css
+++ b/themes/HighContrastInverse/gtk-3.0/gtk.css
@@ -1,24 +1,34 @@
- define-color theme_base_color #002;
+ define-color theme_base_color #000;
 @define-color theme_fg_color #fff;
- define-color theme_active_color #668;
- define-color theme_selected_bg_color #eee;
+ define-color theme_active_color #eeeeec;
 
- define-color theme_highlight_color shade(#4a90d9, 1.05);
+ define-color theme_highlight_color #3465a4;
+ define-color theme_highlight_alt #407cbc;
+ define-color theme_highlight_alt #4983c1;
 
 @define-color theme_internal_bg #555;
 @define-color theme_internal_border shade(@theme_internal_bg, 1.40);
 
 @define-color theme_notebook_bg shade(@theme_active_color, 0.60);
 
- define-color theme_insensitive_color #555;
- define-color theme_insensitive_bg #002;
+ define-color theme_insensitive_color #4b4b4b;
+ define-color theme_insensitive_bg #161717;
+ define-color theme_insensitive_border #4b4b4b;
 
- define-color theme_slider_bg shade(@theme_selected_bg_color, 0.95);
+ define-color theme_slider_bg shade(@theme_active_color, 0.95);
 @define-color theme_slider_border shade(@theme_slider_bg, 0.30);
 
- define-color theme_button_bg shade(@theme_active_color, 0.50);
+ define-color theme_button_bg #353838;
+ define-color theme_button_fg #eeeeec;
+ define-color theme_button_insensitive_fg #4b4b4b;
+ define-color theme_button_insensitive_bg #161717;
+ define-color theme_button_insensitive_border #4b4b4b;
+ define-color theme_button_insensitive_active_bg #4a4e4e;
+ define-color theme_button_insensitive_active_fg #949b98;
 
- define-color theme_cursor_color @theme_highlight_color;
+ define-color theme_primary_toolbar #5d5f5f;
+
+ define-color theme_cursor_color @theme_fg_color;
 
 * {
     /* Pidgin */
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 41e6a39..0a71110 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -128,7 +128,7 @@ GtkComboBox:insensitive {
 .button:insensitive:active {
     background-color: @theme_button_insensitive_active_bg;
     border-color: @theme_button_insensitive_active_bg;
-    color: @theme_base_color;
+    color: @theme_button_insensitive_active_fg;
 }
 
 .button:hover {



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