Default theme source?
Categories
(Thunderbird :: Theme, enhancement)
Tracking
(Not tracked)
People
(Reporter: staneck, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Sorry not really a bug but a question, I'm currently looking for the source of the default Thunderbird dark theme because I would like to make my own theme out of it. Any pointers as to where that lives?
Actual results:
I'm lost
Expected results:
I should not be lost
Comment 1•5 years ago
|
||
Mostly here https://searchfox.org/comm-central/source/mail/themes/addons/dark and here https://searchfox.org/comm-central/source/mail/themes/shared/mail/compacttheme.css
Hrm that doesn't really help but thanks! I'm mostly looking for the names of the two areas that stay bright here https://i.imgur.com/IJdUE3n.png if I want to address them via manifest.json theming. I can't find documentation for them
Comment 3•5 years ago
|
||
This should be fixed when we have a patch for bug 1573673.
Interesting, is there a documentation website for all the elements in manifest.json?
Comment 5•5 years ago
|
||
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/theme It's for FX but we use the same. When the sidebar colours are set more parts are styled like in calendar tabs.
Interesting, thanks. I expected TB to use extra elements and assumed that's why some parts where not styled but if that's just a bug/work in progress, even better!
Description
•