From 524762eb79efa427e6ba9aebfeab7687027d0f4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 12 Nov 2004 17:25:21 +0000 Subject: the color of the categories of steps is better in the theme (it was the only part not defined in the theme but in the code) --- perl-install/share/themes-galaxy.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/share') 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" -- cgit v1.2.1