summaryrefslogtreecommitdiffstats
path: root/contrib/themes/dark/theme.cfg.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 07:22:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 07:22:55 +0000
commitc8ba5c1349fd66a37e346ddb99c473a4dfec823f (patch)
treea39ac95cab83273c36aca48e1ae0911613ac43bd /contrib/themes/dark/theme.cfg.php
parenta2cdafd4ad61a3c19cf177842ce689fe9559fbc9 (diff)
downloadampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.gz
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.tar.bz2
ampache-c8ba5c1349fd66a37e346ddb99c473a4dfec823f.zip
Initial Commit of all current themes
Diffstat (limited to 'contrib/themes/dark/theme.cfg.php')
-rw-r--r--contrib/themes/dark/theme.cfg.php72
1 files changed, 72 insertions, 0 deletions
diff --git a/contrib/themes/dark/theme.cfg.php b/contrib/themes/dark/theme.cfg.php
new file mode 100644
index 00000000..47a4cbf1
--- /dev/null
+++ b/contrib/themes/dark/theme.cfg.php
@@ -0,0 +1,72 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Dark Ampache Theme
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "Dark"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+author = "Nedko Arnaudov"
+
+# 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 = "Nedko Arnaudov <nedko@users.sourceforge.net>"
+
+# Version
+# This is the revision for this theme, It's up to the maintainer
+# or author to decide how they want to format this
+version = "1.2"
+
+# 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 = "#000000"
+
+# Background Color 2
+bg_color2 = "#606060"
+
+# Base Color 1
+base_color1 = "#404040"
+
+# Base Color 2
+base_color2 = "#202020"
+
+# Font Color 1
+font_color1 = "#222222"
+
+# Font Color 2
+font_color2 = "#A0A0A0"
+
+# Font Color 3
+font_color3 = "#404040"
+
+# Row Color 1
+row_color1 = "#404040"
+
+# Row Color 2
+row_color2 = "#303030"
+
+# Row Color 3
+row_color3 = "#202020"
+
+# Error Color
+error_color = "#FF8080"