diff options
Diffstat (limited to 'perl-install/share/themes-savane.rc')
-rw-r--r-- | perl-install/share/themes-savane.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/share/themes-savane.rc b/perl-install/share/themes-savane.rc index 18a45ca32..4d903660e 100644 --- a/perl-install/share/themes-savane.rc +++ b/perl-install/share/themes-savane.rc @@ -46,6 +46,12 @@ style "background" bg[PRELIGHT] = { 0.67, 0.33, 0 } } +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" |