PDA

View Full Version : Where are default theme-files stored?


d-iivil
01-16-2010, 05:43 AM
Title says it all; I'd like to edit digital life -theme for my own personal use :)

qwerty12
01-16-2010, 05:44 AM
/usr/share/themes

If you happen to have the theme currently applied, /etc/hildon/theme is a symlink pointing to the currently applied theme.

d-iivil
01-16-2010, 06:18 AM
Thanks, I already looked there and saw no folder names like theme names. So which one of these is digital life:


/usr/share/themes # ls
Default Emacs Raleigh alpha beta default

joppu
01-16-2010, 06:22 AM
It's beta if I recall correctly :)

qwerty12
01-16-2010, 06:26 AM
Open the index.theme file in each folder and you'll find out the name.

qwerty12
01-16-2010, 06:31 AM
for i in `ls`; do cat $i/index.theme 2>/dev/null | grep GtkTheme | cut -d= -f2; cat $i/index.theme 2>/dev/null | grep Name | cut -d= -f2; done

^ There. My horrible shell construct awaits you. :) Run that in the /usr/share/themes folder and you'll get the folder name followed by the name shown in the theme changer window.

joppu
01-16-2010, 06:34 AM
It's the beta folder, I double checked.

d-iivil
01-16-2010, 06:41 AM
aah, great and thanks qwerty :)

*rolls up sleeves and fires up photoshop*