From 359bcc44e6d112da6f60a2ece856548b92202035 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 14 Feb 2001 07:24:17 +0000 Subject: added drawing theme section --- perl-install/share/themes-mdk.rc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'perl-install/share/themes-mdk.rc') 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" -- cgit v1.2.1