diff options
Diffstat (limited to 'perl-install/share/themes-galaxy.rc')
-rw-r--r-- | perl-install/share/themes-galaxy.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc index 1b46c22ea..059eb73a0 100644 --- a/perl-install/share/themes-galaxy.rc +++ b/perl-install/share/themes-galaxy.rc @@ -102,11 +102,17 @@ style "white-on-blue" fg[NORMAL] = "#FFFFFF" } +style "step-categories" +{ + fg[NORMAL] = "gray81" +} + style "background" { bg[NORMAL] = { 0.28, 0.38, 0.66 } } widget "*Steps*" style "white-on-blue" +widget "*Step-categories*" style "step-categories" widget "*logo*" style "white-on-blue" widget "*background*" style "background" |