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/burgundy/theme.cfg.php | 68 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 themes/burgundy/theme.cfg.php (limited to 'themes/burgundy/theme.cfg.php') 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 @@ +################## +## +################## + +########################### +# 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 " + +# 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" + -- cgit