[gnome-themes-standard] Widgets: changed selected colors for backdrop state to grays.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: changed selected colors for backdrop state to grays.
- Date: Thu, 19 Jan 2012 14:00:57 +0000 (UTC)
commit 35223667578d2db3913888e434c3d71992405ab3
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Jan 19 14:59:46 2012 +0100
Widgets: changed selected colors for backdrop state to grays.
themes/Adwaita/gtk-3.0/gtk-dark.css | 4 ++--
themes/Adwaita/gtk-3.0/gtk.css | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 4a26b4c..19cf828 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -13,8 +13,8 @@
@define-color theme_unfocused_text_color mix(@theme_unfocused_base_color, @theme_text_color, 0.8);
@define-color theme_unfocused_fg_color mix(@theme_unfocused_bg_color, @theme_text_color, 0.3);
@define-color theme_unfocused_bg_color @theme_bg_color;
- define-color theme_unfocused_selected_bg_color shade (@theme_selected_bg_color, 0.9); /* FIXME */
- define-color theme_unfocused_selected_fg_color @theme_selected_fg_color; /* FIXME */
+ define-color theme_unfocused_selected_bg_color @unfocused_borders;
+ define-color theme_unfocused_selected_fg_color @theme_selected_fg_color;
@define-color unfocused_button_background @theme_unfocused_bg_color;
@define-color unfocused_borders mix(@theme_unfocused_bg_color, @theme_text_color, 0.15);
@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index db2478b..0d6cf76 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -25,9 +25,9 @@
@define-color theme_unfocused_base_color shade(@insensitive_bg_color, 1.015); /* I don't want the same color, hope not to hurt usability to much here */
@define-color theme_unfocused_text_color mix(@theme_unfocused_fg_color, @theme_text_color, 0.5); /* Need something darker here to have stuff nicelly readable*/
@define-color theme_unfocused_fg_color #a7aba7;
- define-color theme_unfocused_bg_color @theme_bg_color; /* FIXME */
- define-color theme_unfocused_selected_bg_color darker(@theme_selected_bg_color);
- define-color theme_unfocused_selected_fg_color @theme_unfocused_base_color; /* FIXME */
+ define-color theme_unfocused_bg_color @theme_bg_color;
+ define-color theme_unfocused_selected_bg_color shade(@theme_unfocused_bg_color, 0.75);
+ define-color theme_unfocused_selected_fg_color @theme_fg_color;
@define-color unfocused_button_background @theme_unfocused_bg_color;
@define-color unfocused_borders @borders;
@define-color unfocused_insensitive_borders mix(@theme_unfocused_bg_color, @unfocused_borders, 0.5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]