[gtk-engines/gnome3] Button colors.
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines/gnome3] Button colors.
- Date: Sat, 3 Apr 2010 08:59:41 +0000 (UTC)
commit f9268b546d20ca300ffe08671a2ef04d3bb094e3
Author: Benjamin Berg <benjamin sipsolutions net>
Date: Sat Apr 3 10:56:17 2010 +0200
Button colors.
themes/GNOME3/gtk-2.0/gtkrc | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/themes/GNOME3/gtk-2.0/gtkrc b/themes/GNOME3/gtk-2.0/gtkrc
index e35a209..a27ee25 100644
--- a/themes/GNOME3/gtk-2.0/gtkrc
+++ b/themes/GNOME3/gtk-2.0/gtkrc
@@ -86,8 +86,8 @@ style "default" {
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color
- bg[INSENSITIVE] = @bg_color
- bg[ACTIVE] = shade (0.87, @bg_color)
+ bg[INSENSITIVE] = shade (1.07, @bg_color)
+ bg[ACTIVE] = shade (0.915, @bg_color)
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
@@ -104,7 +104,7 @@ style "default" {
base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.95, @bg_color)
base[SELECTED] = shade(1.07, @selected_bg_color)
- base[INSENSITIVE] = shade (1.08, @bg_color)
+ base[INSENSITIVE] = shade (1.07, @bg_color)
base[ACTIVE] = shade (0.9, @selected_bg_color)
engine "clearlooks" {
@@ -112,6 +112,7 @@ style "default" {
animation = FALSE
radius = 3.0
style = GNOME3
+
# Set a hint to disable backward compatibility fallbacks.
hint = "use-hints"
}
@@ -202,9 +203,9 @@ style "button" {
xthickness = 3
ythickness = 3
- bg[NORMAL] = shade (1.04, @bg_color)
- bg[PRELIGHT] = shade (1.06, @bg_color)
- bg[ACTIVE] = shade (0.85, @bg_color)
+# bg[NORMAL] = shade (1.04, @bg_color)
+# bg[PRELIGHT] = shade (1.06, @bg_color)
+# bg[ACTIVE] = shade (0.85, @bg_color)
}
# The color is changed by the notebook_bg style, this style
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]