diff options
Diffstat (limited to 'themes/classic')
-rwxr-xr-x | themes/classic/images/ampache-dark-bg.gif | bin | 0 -> 138 bytes | |||
-rwxr-xr-x | themes/classic/images/ampache-light-bg.gif | bin | 0 -> 138 bytes | |||
-rwxr-xr-x | themes/classic/images/ampache-mid.gif | bin | 0 -> 268 bytes | |||
-rwxr-xr-x | themes/classic/images/ampache.gif | bin | 0 -> 6343 bytes | |||
-rw-r--r-- | themes/classic/images/blank-pixel.gif | bin | 0 -> 43 bytes | |||
-rw-r--r-- | themes/classic/images/blankalbum.gif | bin | 0 -> 11378 bytes | |||
-rw-r--r-- | themes/classic/images/blankalbum.jpg | bin | 0 -> 20730 bytes | |||
-rwxr-xr-x | themes/classic/images/headphone.gif | bin | 0 -> 861 bytes | |||
-rwxr-xr-x | themes/classic/images/table.gif | bin | 0 -> 5680 bytes | |||
-rw-r--r-- | themes/classic/theme.cfg.php | 68 |
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 Binary files differnew file mode 100755 index 00000000..e9fc72c9 --- /dev/null +++ b/themes/classic/images/ampache-dark-bg.gif diff --git a/themes/classic/images/ampache-light-bg.gif b/themes/classic/images/ampache-light-bg.gif Binary files differnew file mode 100755 index 00000000..262430b8 --- /dev/null +++ b/themes/classic/images/ampache-light-bg.gif diff --git a/themes/classic/images/ampache-mid.gif b/themes/classic/images/ampache-mid.gif Binary files differnew file mode 100755 index 00000000..57376ea4 --- /dev/null +++ b/themes/classic/images/ampache-mid.gif diff --git a/themes/classic/images/ampache.gif b/themes/classic/images/ampache.gif Binary files differnew file mode 100755 index 00000000..fb110191 --- /dev/null +++ b/themes/classic/images/ampache.gif diff --git a/themes/classic/images/blank-pixel.gif b/themes/classic/images/blank-pixel.gif Binary files differnew file mode 100644 index 00000000..17d43908 --- /dev/null +++ b/themes/classic/images/blank-pixel.gif diff --git a/themes/classic/images/blankalbum.gif b/themes/classic/images/blankalbum.gif Binary files differnew file mode 100644 index 00000000..a1d25b40 --- /dev/null +++ b/themes/classic/images/blankalbum.gif diff --git a/themes/classic/images/blankalbum.jpg b/themes/classic/images/blankalbum.jpg Binary files differnew file mode 100644 index 00000000..468301bd --- /dev/null +++ b/themes/classic/images/blankalbum.jpg diff --git a/themes/classic/images/headphone.gif b/themes/classic/images/headphone.gif Binary files differnew file mode 100755 index 00000000..74a66e11 --- /dev/null +++ b/themes/classic/images/headphone.gif diff --git a/themes/classic/images/table.gif b/themes/classic/images/table.gif Binary files differnew file mode 100755 index 00000000..89761b38 --- /dev/null +++ b/themes/classic/images/table.gif 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" + |