[gtk-engines/gnome3] colour dialog buttons



commit 79db3b71f521afdc25c0efec37c126522ea27897
Author: Hylke Bons <hylke bons intel com>
Date:   Sat Apr 3 20:10:57 2010 +0100

    colour dialog buttons

 themes/GNOME3/gtk-2.0/gtkrc |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/themes/GNOME3/gtk-2.0/gtkrc b/themes/GNOME3/gtk-2.0/gtkrc
index 9aaf3e7..f713dc7 100644
--- a/themes/GNOME3/gtk-2.0/gtkrc
+++ b/themes/GNOME3/gtk-2.0/gtkrc
@@ -1,7 +1,7 @@
 
 # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
 
-gtk-color-scheme = "base_color:#ffffff\nbg_color:#e2e2df\ntooltip_bg_color:#343434\nselected_bg_color:#4a90d9\ntext_color:#2e3436\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#4a90d9"
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#ededed\ntooltip_bg_color:#343434\nselected_bg_color:#4a90d9\ntext_color:#2e3436\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_fg_color:#ffffff\nlink_color:#4a90d9"
 
 gtk-auto-mnemonics = 1
 gtk-cursor-blink = 0
@@ -218,6 +218,14 @@ style "button" {
 #	bg[ACTIVE]        = shade (0.85, @bg_color)
 }
 
+style "dialogbutton" = "button" {
+	bg[NORMAL]        = @selected_bg_color
+	bg[PRELIGHT]      = "green"
+	bg[ACTIVE]        = "blue"
+	fg[NORMAL]        = @selected_fg_color
+}
+widget "GtkDialog.*Box*.GtkHButtonBox.*Button*" style "dialogbutton"
+
 # The color is changed by the notebook_bg style, this style
 # changes the x/ythickness
 style "notebook" {



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