diff options
Diffstat (limited to 'perl-install/install/share/themes-galaxy.rc')
-rw-r--r-- | perl-install/install/share/themes-galaxy.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/install/share/themes-galaxy.rc index 445aade2f..fedf447d2 100644 --- a/perl-install/install/share/themes-galaxy.rc +++ b/perl-install/install/share/themes-galaxy.rc @@ -23,8 +23,16 @@ style "background" bg[NORMAL] = "#FFFFFF" } +style "Left_background" +{ + bg[NORMAL] = "#2859B5" + base[NORMAL] = "#2859B5" + fg[NORMAL] = "#FFD200" +} + widget "*Steps*" style "white-on-blue" widget "*Step-categories*" style "step-categories" +widget "*Left_background*" style "Left_background" widget "*logo*" style "white-on-blue" widget "*background*" style "background" widget "*Banner*" style "banner" |