Setting my own theme as default

Discuss application theming and theme development.
Post Reply
MaveZ
Posts: 1
Joined: May 15th, 2014, 4:35 am

Setting my own theme as default

Post by MaveZ »

Hi :)
I want to ask if it's possible to make my own theme- that comes with my Thunderbird installer- as default theme? I did my installer which installs Thunderbird + my extensions to /extensions folder and everything works fine, but I cannot find a way to make myTheme as default instead of the one created by Arvid Axelsson ;) Should I change something in config files, or what? I'm trying to avoid messing up with source code.
Sorry for my english, it's not my native lang. Thanks in advance for every suggestion :)
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: Setting my own theme as default

Post by Aris »

Try to add your themes internal name to general.skins.selectedSkin.

.\Mozilla Firefox\defaults\pref\prefs.js should contain

pref("general.skins.selectedSkin", "internalthemename");
Post Reply