From 126777bc019a54afb4ec51299f2cf9d2841698aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Apr 2007 12:26:16 +0000 Subject: re-sync after the big svn loss --- perl-install/install/share/themes-galaxy.rc | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 perl-install/install/share/themes-galaxy.rc (limited to 'perl-install/install/share/themes-galaxy.rc') diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/install/share/themes-galaxy.rc new file mode 100644 index 000000000..391f1bb7f --- /dev/null +++ b/perl-install/install/share/themes-galaxy.rc @@ -0,0 +1,30 @@ +gtk-button-images=0 + +style "white-on-blue" +{ + base[NORMAL] = { 0.28, 0.38, 0.66 } + bg[NORMAL] = "#004594" + + text[NORMAL] = "#FFFFFF" + fg[NORMAL] = "#FFFFFF" +} + +style "step-categories" +{ + fg[NORMAL] = "#CADEFA" +} +style "banner" +{ + fg[NORMAL] = "#21449C" +} + +style "background" +{ + bg[NORMAL] = "#004594" +} + +widget "*Steps*" style "white-on-blue" +widget "*Step-categories*" style "step-categories" +widget "*logo*" style "white-on-blue" +widget "*background*" style "background" +widget "*Banner*" style "banner" -- cgit v1.2.1