summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic')
-rwxr-xr-xthemes/classic/images/ampache-dark-bg.gifbin0 -> 138 bytes
-rwxr-xr-xthemes/classic/images/ampache-light-bg.gifbin0 -> 138 bytes
-rwxr-xr-xthemes/classic/images/ampache-mid.gifbin0 -> 268 bytes
-rwxr-xr-xthemes/classic/images/ampache.gifbin0 -> 6343 bytes
-rw-r--r--themes/classic/images/blank-pixel.gifbin0 -> 43 bytes
-rw-r--r--themes/classic/images/blankalbum.gifbin0 -> 11378 bytes
-rw-r--r--themes/classic/images/blankalbum.jpgbin0 -> 20730 bytes
-rwxr-xr-xthemes/classic/images/headphone.gifbin0 -> 861 bytes
-rwxr-xr-xthemes/classic/images/table.gifbin0 -> 5680 bytes
-rw-r--r--themes/classic/theme.cfg.php68
10 files changed, 68 insertions, 0 deletions
diff --git a/themes/classic/images/ampache-dark-bg.gif b/themes/classic/images/ampache-dark-bg.gif
new file mode 100755
index 00000000..e9fc72c9
--- /dev/null
+++ b/themes/classic/images/ampache-dark-bg.gif
Binary files differ
diff --git a/themes/classic/images/ampache-light-bg.gif b/themes/classic/images/ampache-light-bg.gif
new file mode 100755
index 00000000..262430b8
--- /dev/null
+++ b/themes/classic/images/ampache-light-bg.gif
Binary files differ
diff --git a/themes/classic/images/ampache-mid.gif b/themes/classic/images/ampache-mid.gif
new file mode 100755
index 00000000..57376ea4
--- /dev/null
+++ b/themes/classic/images/ampache-mid.gif
Binary files differ
diff --git a/themes/classic/images/ampache.gif b/themes/classic/images/ampache.gif
new file mode 100755
index 00000000..fb110191
--- /dev/null
+++ b/themes/classic/images/ampache.gif
Binary files differ
diff --git a/themes/classic/images/blank-pixel.gif b/themes/classic/images/blank-pixel.gif
new file mode 100644
index 00000000..17d43908
--- /dev/null
+++ b/themes/classic/images/blank-pixel.gif
Binary files differ
diff --git a/themes/classic/images/blankalbum.gif b/themes/classic/images/blankalbum.gif
new file mode 100644
index 00000000..a1d25b40
--- /dev/null
+++ b/themes/classic/images/blankalbum.gif
Binary files differ
diff --git a/themes/classic/images/blankalbum.jpg b/themes/classic/images/blankalbum.jpg
new file mode 100644
index 00000000..468301bd
--- /dev/null
+++ b/themes/classic/images/blankalbum.jpg
Binary files differ
diff --git a/themes/classic/images/headphone.gif b/themes/classic/images/headphone.gif
new file mode 100755
index 00000000..74a66e11
--- /dev/null
+++ b/themes/classic/images/headphone.gif
Binary files differ
diff --git a/themes/classic/images/table.gif b/themes/classic/images/table.gif
new file mode 100755
index 00000000..89761b38
--- /dev/null
+++ b/themes/classic/images/table.gif
Binary files differ
diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php
new file mode 100644
index 00000000..123f99d7
--- /dev/null
+++ b/themes/classic/theme.cfg.php
@@ -0,0 +1,68 @@
+##################
+#<?php exit(); ?>#
+##################
+
+###########################
+# Classic Ampache Theme
+###########################
+
+# Theme Name
+# This is the actual name of the theme that
+# will be displayed in the preferences screen
+# DEFAULT: ampache-theme
+name = "Classic Ampache"
+
+# Theme Author
+# This is just a way of giving credit to the
+# person who actually created this theme
+# DEFAULT: N/A
+#author = "Ben Shields"
+
+# 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 = "#ffffff"
+
+# Background Color 2
+bg_color2 = "#000000"
+
+# Base Color 1
+base_color1 = "#bbbbbb"
+
+# Base Color 2
+base_color2 = "#dddddd"
+
+# Font Color 1
+font_color1 = "#222222"
+
+# Font Color 2
+font_color2 = "#000000"
+
+# Font Color 3
+font_color3 = "#ffffff"
+
+# Row Color 1
+row_color1 = "#cccccc"
+
+# Row Color 2
+row_color2 = "#bbbbbb"
+
+# Row Color 3
+row_color3 = "#dddddd"
+
+# Error Color
+error_color = "#990033"
+