Page 1 of 1
Remove some styles

Posted:
Mon Jul 14, 2008 10:17 pm
by dimaraja
Hello All,
I am using subsonic as standalone.
I want to know how can I remove some styles.
Do I have to keep the default?
I removed some from the directory style under subsonic.war, restart subsonic but I still see them under : Settings-Personal-Themes
Kind regards.

Posted:
Tue Jul 15, 2008 5:49 am
by dimaraja
Under:/WEB-INF/classes/net/sourceforge/subsonic/theme
I edited the file: themes.txt
# List of available themes.
# Author: Sindre Mehus
# The original Subsonic theme.
default "Subsonic Default"
# Theme with dark colors.
midnight "2 Minutes To Midnight"
# Theme with even darker colors.
black "Back In Black"
# Theme with sandy colors.
sandstorm "Sandstorm"
# Similar to HD, but with normal fonts.
barents "Barents Sea"
# Themes designed for large HDTV screens.
hd720 "HD-720"
hd768 "HD-768"
hd1080 "HD-1080"
Thank you.

Posted:
Mon Sep 29, 2008 8:13 pm
by Concept211
Why is it that every time i make a change to the themes.txt file and then Stop/Start the subsonic service, it overwrites my changes and reverts back to the original file?
Sindre, how can we create our own custom themes and have them display in the Settings > General > Themes list?

Posted:
Mon Sep 29, 2008 8:24 pm
by sindre_mehus
Hi,
You can modify the themes.txt file inside the subsonic.war (it's a zip file).
Sindre