summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.drakxtools1
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/share/themes-galaxy.rc40
3 files changed, 43 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index c0aef55b6..1ef2bf6d1 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -55,6 +55,7 @@ install:
install -m 644 *.pm $(LIBDEST)
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done
install -m 644 pixmaps/*.* $(PIXDIR)
+ install -m 644 share/*.rc $(DATADIR)/$(NAME)
install -m 644 share/*.css $(DATADIR)/$(NAME)
install -d $(PREFIX)/etc/security
diff --git a/perl-install/NEWS b/perl-install/NEWS
index adce397e7..2acfa2627 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- restore galaxy RC file (mga#11773)
+
Version 16.0 - 23 November 2013
- switch from Gtk+-2 to Gtk+-3:
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"