summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-mdk.rc
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-02-14 07:24:17 +0000
committerdamien <damien@mandriva.com>2001-02-14 07:24:17 +0000
commit359bcc44e6d112da6f60a2ece856548b92202035 (patch)
tree6c917d8ab4bbfb652ef699f0f17fccfcdb30e423 /perl-install/share/themes-mdk.rc
parent8356345b0db1e1846fa8fed0c2eea20a91d90a4c (diff)
downloaddrakx-backup-do-not-use-359bcc44e6d112da6f60a2ece856548b92202035.tar
drakx-backup-do-not-use-359bcc44e6d112da6f60a2ece856548b92202035.tar.gz
drakx-backup-do-not-use-359bcc44e6d112da6f60a2ece856548b92202035.tar.bz2
drakx-backup-do-not-use-359bcc44e6d112da6f60a2ece856548b92202035.tar.xz
drakx-backup-do-not-use-359bcc44e6d112da6f60a2ece856548b92202035.zip
added drawing theme section
Diffstat (limited to 'perl-install/share/themes-mdk.rc')
-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"