summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-galaxy.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/themes-galaxy.rc')
-rw-r--r--perl-install/share/themes-galaxy.rc30
1 files changed, 0 insertions, 30 deletions
diff --git a/perl-install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc
deleted file mode 100644
index 3a396e75a..000000000
--- a/perl-install/share/themes-galaxy.rc
+++ /dev/null
@@ -1,30 +0,0 @@
-gtk-button-images=0
-
-style "white-on-blue"
-{
- base[NORMAL] = { 0.28, 0.38, 0.66 }
- bg[NORMAL] = "#284B9F"
-
- text[NORMAL] = "#FFFFFF"
- fg[NORMAL] = "#FFFFFF"
-}
-
-style "step-categories"
-{
- fg[NORMAL] = "#CADEFA"
-}
-style "banner"
-{
- fg[NORMAL] = "#21449C"
-}
-
-style "background"
-{
- bg[NORMAL] = "#284B9F"
-}
-
-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"