diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 22:29:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 22:29:07 +0000 |
commit | b03fc52d3b56b474bc760b30582a2a3514a402e7 (patch) | |
tree | f77c01c2e3d08a5c69bf5a17fe206e4b0cee0cd7 /contrib/themes/Clean/theme.cfg.php | |
parent | 5f145cfe8f34f17350a833549df4850792e00ecd (diff) | |
download | ampache-b03fc52d3b56b474bc760b30582a2a3514a402e7.tar.gz ampache-b03fc52d3b56b474bc760b30582a2a3514a402e7.tar.bz2 ampache-b03fc52d3b56b474bc760b30582a2a3514a402e7.zip |
new themes!
Diffstat (limited to 'contrib/themes/Clean/theme.cfg.php')
-rwxr-xr-x | contrib/themes/Clean/theme.cfg.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/themes/Clean/theme.cfg.php b/contrib/themes/Clean/theme.cfg.php index 9bbc295a..5637c49d 100755 --- a/contrib/themes/Clean/theme.cfg.php +++ b/contrib/themes/Clean/theme.cfg.php @@ -37,7 +37,7 @@ maintainer = "J <jumperooter@yahoo.com>" bg_color1 = "#FFFFFF"
# Background Color 2
-bg_color2 = "#E6EAC6"
+bg_color2 = "#D1D8D5"
# Base Color 1
base_color1 = "#bbbbbb"
@@ -57,8 +57,8 @@ font_color3 = "#666666" # Row Color 1-
row_color1 = "#ffffff"
-# Row Color 2-FCFCF8
-row_color2 = "#F7FAFF"
+# Row Color 2-FCFCF8
-"#F7FAFF" +row_color2 = "#FAFAF8" # Row Color 3
row_color3 = "#E6EAC6"
|