From bcad40a05ab2dc2a341a3227e30b96668bce4500 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Jun 2005 16:34:40 +0000 Subject: New Import --- themes/classic/images/ampache-dark-bg.gif | Bin 0 -> 138 bytes themes/classic/images/ampache-light-bg.gif | Bin 0 -> 138 bytes themes/classic/images/ampache-mid.gif | Bin 0 -> 268 bytes themes/classic/images/ampache.gif | Bin 0 -> 6343 bytes themes/classic/images/blank-pixel.gif | Bin 0 -> 43 bytes themes/classic/images/blankalbum.gif | Bin 0 -> 11378 bytes themes/classic/images/blankalbum.jpg | Bin 0 -> 20730 bytes themes/classic/images/headphone.gif | Bin 0 -> 861 bytes themes/classic/images/table.gif | Bin 0 -> 5680 bytes themes/classic/theme.cfg.php | 68 +++++++++++++++++++++++++++++ 10 files changed, 68 insertions(+) create mode 100755 themes/classic/images/ampache-dark-bg.gif create mode 100755 themes/classic/images/ampache-light-bg.gif create mode 100755 themes/classic/images/ampache-mid.gif create mode 100755 themes/classic/images/ampache.gif create mode 100644 themes/classic/images/blank-pixel.gif create mode 100644 themes/classic/images/blankalbum.gif create mode 100644 themes/classic/images/blankalbum.jpg create mode 100755 themes/classic/images/headphone.gif create mode 100755 themes/classic/images/table.gif create mode 100644 themes/classic/theme.cfg.php (limited to 'themes/classic') 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 Binary files /dev/null and b/themes/classic/images/ampache-dark-bg.gif 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 Binary files /dev/null and b/themes/classic/images/ampache-light-bg.gif differ diff --git a/themes/classic/images/ampache-mid.gif b/themes/classic/images/ampache-mid.gif new file mode 100755 index 00000000..57376ea4 Binary files /dev/null and b/themes/classic/images/ampache-mid.gif differ diff --git a/themes/classic/images/ampache.gif b/themes/classic/images/ampache.gif new file mode 100755 index 00000000..fb110191 Binary files /dev/null and b/themes/classic/images/ampache.gif differ diff --git a/themes/classic/images/blank-pixel.gif b/themes/classic/images/blank-pixel.gif new file mode 100644 index 00000000..17d43908 Binary files /dev/null and b/themes/classic/images/blank-pixel.gif differ diff --git a/themes/classic/images/blankalbum.gif b/themes/classic/images/blankalbum.gif new file mode 100644 index 00000000..a1d25b40 Binary files /dev/null and b/themes/classic/images/blankalbum.gif differ diff --git a/themes/classic/images/blankalbum.jpg b/themes/classic/images/blankalbum.jpg new file mode 100644 index 00000000..468301bd Binary files /dev/null and b/themes/classic/images/blankalbum.jpg differ diff --git a/themes/classic/images/headphone.gif b/themes/classic/images/headphone.gif new file mode 100755 index 00000000..74a66e11 Binary files /dev/null and b/themes/classic/images/headphone.gif differ diff --git a/themes/classic/images/table.gif b/themes/classic/images/table.gif new file mode 100755 index 00000000..89761b38 Binary files /dev/null and b/themes/classic/images/table.gif 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 @@ +################## +## +################## + +########################### +# 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 " + +# 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" + -- cgit