summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/share/themes-mdk.rc14
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc
index cf0e54b9f..c7a80f216 100644
--- a/perl-install/share/themes-mdk.rc
+++ b/perl-install/share/themes-mdk.rc
@@ -154,6 +154,19 @@ style "any"
fg[SELECTED] = { 0.2, 0.2, 0.4 }
}
+style "drawing"
+{
+ base[NORMAL] = { 0.6, 0.6, 0.8 }
+ bg[NORMAL] = { 0.4, 0.4, 0.6 }
+ bg[INSENSITIVE] = { 0.2, 0.2, 0.4 }
+ base[INSENSITIVE]={ 0.2, 0.2, 0.4 }
+ bg[ACTIVE] = { 0.2, 0.2, 0.4 }
+ bg[PRELIGHT] = { 0.4, 0.4, 0.6 }
+
+ bg[SELECTED] = { 1.0, 1.0, 1.0 }
+ fg[SELECTED] = { 0.1, 0.1, 0.1 }
+}
+
style "entry"
{
base[NORMAL] = { 0.4, 0.4, 0.6 }
@@ -195,6 +208,7 @@ widget_class "*GtkSpin*" style "entry"
widget_class "*GtkEntry*" style "entry"
widget_class "*Gtk*List*" style "entry"
widget_class "*GtkCTree*" style "entry"
+widget_class "*GtkDrawingArea*" style "drawing"
widget_class "*GtkNotebook*" style "notebook"
widget "*GtkButton" style "button"
widget "*background*" style "background"