summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-galaxy.css
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/themes-galaxy.css')
-rw-r--r--perl-install/share/themes-galaxy.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/perl-install/share/themes-galaxy.css b/perl-install/share/themes-galaxy.css
new file mode 100644
index 000000000..6540b30c8
--- /dev/null
+++ b/perl-install/share/themes-galaxy.css
@@ -0,0 +1,31 @@
+/*gtk-button-images=0*/
+
+/*
+ * bg[state] = color Sets the color used for the background of most widgets.
+ * fg[state] = color Sets the color used for the foreground of most widgets.
+ * base[state] = color Sets the color used for the background of widgets displaying editable text. This color is used for the background of, among others, GtkText, GtkEntry, GtkList, and GtkCList.
+ * text[state] = color Sets the color used for foreground of widgets using base for the background color.
+ */
+
+
+#Steps * {
+ /* base[NORMAL] = { 0.28, 0.38, 0.66 }; */
+ color: #FFFFFF;
+}
+
+#Step-categories {
+ color: #32A9DD;
+}
+
+#Banner * {
+ color: #5A8AD6;
+}
+
+#background {
+ background: #FFFFFF;
+}
+
+#Left_background {
+ background-color: #2859B5;
+ color: #FFD200;
+}