summaryrefslogtreecommitdiffstats
path: root/themes/burgundy/theme.cfg.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
commitbcad40a05ab2dc2a341a3227e30b96668bce4500 (patch)
tree6fca27588d53a1b24705bd2834e9e643bb729bd1 /themes/burgundy/theme.cfg.php
downloadampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.gz
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.bz2
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.zip
New Import
Diffstat (limited to 'themes/burgundy/theme.cfg.php')
-rw-r--r--themes/burgundy/theme.cfg.php68
1 files changed, 68 insertions, 0 deletions
diff --git a/themes/burgundy/theme.cfg.php b/themes/burgundy/theme.cfg.php
new file mode 100644
index 00000000..f6ca16b7
--- /dev/null
+++ b/themes/burgundy/theme.cfg.php
@@ -0,0 +1,68 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Burgundy Ampache Theme
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "Burgundy"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+author = "S1amson"
+
+# Theme Maintainer
+# This is just a way of listing who is responsible for
+# maintaining this theme incase it's not working right
+# please include an e-mail address so you can be contacted
+# DEFAULT: N/A
+#maintainer = "Ben Shields <foo@ampache.org>"
+
+# Theme Colors
+###################
+[color]
+###################
+# Below is a list of the default colors for this theme, upon
+# applying this theme the users color preferences will be reset
+# to what is listed below...
+
+# Background Color 1
+bg_color1 = "#320000"
+
+# Background Color 2
+bg_color2 = "#7A0000"
+
+# Base Color 1
+base_color1 = "#320000"
+
+# Base Color 2
+base_color2 = "#9F0000"
+
+# Font Color 1
+font_color1 = "#222222"
+
+# Font Color 2
+font_color2 = "#ffffcc"
+
+# Font Color 3
+font_color3 = "#ffffff"
+
+# Row Color 1
+row_color1 = "#ffffcc"
+
+# Row Color 2
+row_color2 = "#9F0000"
+
+# Row Color 3
+row_color3 = "#7A0000"
+
+# Error Color
+error_color = "#ffffcc"
+