From af481cd351669dfb5cca7ae1e827844814d80e7e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Nov 2013 18:21:53 +0100 Subject: restore galaxy RC file (mga#11773) it's still needed for gtk2 tools --- perl-install/share/themes-galaxy.rc | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 perl-install/share/themes-galaxy.rc (limited to 'perl-install/share/themes-galaxy.rc') diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc new file mode 100644 index 000000000..b0e4f4b5b --- /dev/null +++ b/perl-install/share/themes-galaxy.rc @@ -0,0 +1,40 @@ +gtk-button-images=0 + +style "white-on-blue" +{ + base[NORMAL] = { 0.28, 0.38, 0.66 } + bg[NORMAL] = "#548EE6" + + text[NORMAL] = "#FFFFFF" + fg[NORMAL] = "#FFFFFF" +} + +style "step-categories" +{ + fg[NORMAL] = "#32A9DD" +} +style "banner" +{ + fg[NORMAL] = "#5A8AD6" + fg[ACTIVE] = "#5A8AD6" + fg[PRELIGHT] = "#5A8AD6" +} + +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" -- cgit v1.2.1