summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2006-01-03 10:44:34 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2006-01-03 10:44:34 +0000
commit23a1f32c5bea125e860384e1021e163ce566e04b (patch)
treef2429dc932576c7cb36c044c512a837081bf23fa
parented3d3f61916ef72958ad7cf178a966b61f945f14 (diff)
downloadgnome-control-center-23a1f32c5bea125e860384e1021e163ce566e04b.tar.gz
Fixes #130299
2006-01-03 jenglish <jenglish@flightlab.com> Fixes #130299 * xrdb/Tk.ad: restores prelight/active/mouse-over feedback for Tk buttons, checkbuttons, scrollbars, etc.
-rw-r--r--gnome-settings-daemon/ChangeLog7
-rw-r--r--gnome-settings-daemon/xrdb/Tk.ad45
2 files changed, 27 insertions, 25 deletions
diff --git a/gnome-settings-daemon/ChangeLog b/gnome-settings-daemon/ChangeLog
index e14048f49..4ac8e08f6 100644
--- a/gnome-settings-daemon/ChangeLog
+++ b/gnome-settings-daemon/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-03 jenglish <jenglish@flightlab.com>
+
+ Fixes #130299
+
+ * xrdb/Tk.ad: restores prelight/active/mouse-over feedback for Tk
+ buttons, checkbuttons, scrollbars, etc.
+
2005-12-14 Matthias Clasen <mclasen@redhat.com>
Fixes #323895
diff --git a/gnome-settings-daemon/xrdb/Tk.ad b/gnome-settings-daemon/xrdb/Tk.ad
index 33a12009f..d49ec3820 100644
--- a/gnome-settings-daemon/xrdb/Tk.ad
+++ b/gnome-settings-daemon/xrdb/Tk.ad
@@ -9,58 +9,53 @@
*Button.foreground: FOREGROUND
*Button.highlightBackground: BACKGROUND
*Button.highlightColor: FOREGROUND
-*Button.activeBackground: BACKGROUND
+*Button.activeBackground: HIGHLIGHT
*Button.activeForeground: FOREGROUND
*Menubutton.background: BACKGROUND
*Menubutton.foreground: FOREGROUND
*Menubutton.highlightBackground: BACKGROUND
*Menubutton.highlightColor: FOREGROUND
-*Menubutton.activeBackground: BACKGROUND
-*Menubutton.activeForeground: FOREGROUND
+*Menubutton.activeBackground: ACTIVE_BACKGROUND
+*Menubutton.activeForeground: ACTIVE_FOREGROUND
*Checkbutton.background: BACKGROUND
*Checkbutton.foreground: FOREGROUND
*Checkbutton.highlightBackground: BACKGROUND
*Checkbutton.highlightColor: FOREGROUND
-*Checkbutton.activeBackground: BACKGROUND
+*Checkbutton.activeBackground: HIGHLIGHT
*Checkbutton.activeForeground: FOREGROUND
*Radiobutton.background: BACKGROUND
*Radiobutton.foreground: FOREGROUND
*Radiobutton.highlightBackground: BACKGROUND
*Radiobutton.highlightColor: FOREGROUND
-*Radiobutton.activeBackground: BACKGROUND
+*Radiobutton.activeBackground: HIGHLIGHT
*Radiobutton.activeForeground: FOREGROUND
-!*Label.background: BACKGROUND
-!*Label.foreground: FOREGROUND
+*Label.background: BACKGROUND
+*Label.foreground: FOREGROUND
*Label.highlightBackground: BACKGROUND
*Label.highlightColor: FOREGROUND
-*Label.activeBackground: BACKGROUND
-*Label.activeForeground: FOREGROUND
*Menu.background: BACKGROUND
*Menu.foreground: FOREGROUND
-*Menu.highlightBackground: BACKGROUND
-*Menu.highlightColor: FOREGROUND
-*Menu.activeBackground: BACKGROUND
-*Menu.activeForeground: FOREGROUND
+*Menu.activeBackground: ACTIVE_BACKGROUND
+*Menu.activeForeground: ACTIVE_FOREGROUND
*Frame.background: BACKGROUND
*Frame.foreground: FOREGROUND
-*Frame.highlightBackground: BACKGROUND
-*Frame.highlightColor: FOREGROUND
-*Frame.activeBackground: BACKGROUND
-*Frame.activeForeground: FOREGROUND
-!*Scrollbar.background: BACKGROUND
-!*Scrollbar.foreground: FOREGROUND
+*Labelframe.background: BACKGROUND
+*Labelframe.foreground: FOREGROUND
+*Labelframe.highlightColor: FOREGROUND
+
+*Scrollbar.background: BACKGROUND
*Scrollbar.highlightBackground: BACKGROUND
*Scrollbar.highlightColor: FOREGROUND
-*Scrollbar.activeBackground: BACKGROUND
-*Scrollbar.activeForeground: FOREGROUND
-*Scrollbar.troughColor: BACKGROUND
+*Scrollbar.activeBackground: HIGHLIGHT
+!*Scrollbar.troughColor: LOWLIGHT
+!*Scrollbar.troughColor: BACKGROUND
*Scale.background: BACKGROUND
*Scale.foreground: FOREGROUND
@@ -68,7 +63,7 @@
*Scale.highlightColor: FOREGROUND
*Scale.activeBackground: BACKGROUND
*Scale.activeForeground: FOREGROUND
-*Scale.troughColor: BACKGROUND
+!*Scale.troughColor: LOWLIGHT
*Entry.background: WINDOW_BACKGROUND
*Entry.foreground: WINDOW_FOREGROUND
@@ -79,8 +74,8 @@
*Entry.selectBackground: SELECT_BACKGROUND
*Entry.selectForeground: SELECT_FOREGROUND
-!*Text.background: WINDOW_BACKGROUND
-!*Text.foreground: WINDOW_FOREGROUND
+*Text.background: WINDOW_BACKGROUND
+*Text.foreground: WINDOW_FOREGROUND
*Text.highlightBackground: WINDOW_BACKGROUND
*Text.highlightColor: WINDOW_FOREGROUND
*Text.activeBackground: WINDOW_BACKGROUND