diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
commit | a1a18f77a50804e0127dfa4b0f5240c49c541184 (patch) | |
tree | 19a38880afe505beddb5590379a8134d7730a277 /subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties | |
parent | b61d787706979e7e20f4c3c4f93c1f129d92273f (diff) | |
download | dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2 dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip |
Initial Commit
Diffstat (limited to 'subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties')
-rw-r--r-- | subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties b/subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties new file mode 100644 index 00000000..166d86c8 --- /dev/null +++ b/subsonic-main/src/main/resources/net/sourceforge/subsonic/theme/hitech.properties @@ -0,0 +1,20 @@ + +# Definition of the "High-Tech" theme. +# Author: Jeebs (Fisher Evans) + +styleSheet = style/hitech.css + +backgroundColor = 090a09 +textColor = d2f1d5 +detailColor = d2f1d5 +linkColor = 00d61b + +logoImage = icons/hitech/subsonic.png +nowPlayingImage = icons/hitech/now_playing.png +helpImage = icons/hitech/help.png +moreImage = icons/hitech/more.png +statusImage = icons/hitech/status.png +settingsImage = icons/hitech/settings.png +homeImage = icons/hitech/home.png +podcastLargeImage = icons/hitech/podcast_large.png +faviconImage = icons/hitech/favicon.ico |