summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-galaxy.rc
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-12 17:25:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-12 17:25:21 +0000
commit524762eb79efa427e6ba9aebfeab7687027d0f4f (patch)
tree22773051bfb6741d04ba4156c943283af6f6650a /perl-install/share/themes-galaxy.rc
parentbde251eb49f0a55b0109b84e46e5721459fb27e6 (diff)
downloaddrakx-524762eb79efa427e6ba9aebfeab7687027d0f4f.tar
drakx-524762eb79efa427e6ba9aebfeab7687027d0f4f.tar.gz
drakx-524762eb79efa427e6ba9aebfeab7687027d0f4f.tar.bz2
drakx-524762eb79efa427e6ba9aebfeab7687027d0f4f.tar.xz
drakx-524762eb79efa427e6ba9aebfeab7687027d0f4f.zip
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)
Diffstat (limited to 'perl-install/share/themes-galaxy.rc')
-rw-r--r--perl-install/share/themes-galaxy.rc6
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"