summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-blue.rc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-03 18:29:54 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-03 18:29:54 +0000
commit05da12f9c8801b36ec0834f5126deb79656790e6 (patch)
tree3076e795b0233ff6010768f76a0671c1a49aadbc /perl-install/share/themes-blue.rc
parentd48d8570000ed98e72d8dc7827167741e5142a4f (diff)
downloaddrakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar
drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.gz
drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.bz2
drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.tar.xz
drakx-backup-do-not-use-05da12f9c8801b36ec0834f5126deb79656790e6.zip
no_comment
Diffstat (limited to 'perl-install/share/themes-blue.rc')
-rw-r--r--perl-install/share/themes-blue.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/share/themes-blue.rc b/perl-install/share/themes-blue.rc
index 53ed55159..bc8b2f4c0 100644
--- a/perl-install/share/themes-blue.rc
+++ b/perl-install/share/themes-blue.rc
@@ -46,6 +46,12 @@ style "background"
bg[PRELIGHT] = { 0, 0, 0.67 }
}
+style "steps"
+{
+ bg[NORMAL] = { 0, 0, 0 }
+ fg[NORMAL] = { 1.0, 1.0, 1.0 }
+}
+
widget_class "*" style "any"
widget_class "*GtkSpin*" style "entry"
widget_class "*GtkEntry*" style "entry"
@@ -53,3 +59,4 @@ widget_class "*Gtk*List*" style "entry"
widget_class "*GtkNotebook*" style "notebook"
widget "*GtkButton*" style "button"
widget "*background*" style "background"
+widget "*Steps*" style "steps"