A Guide to Themes
How to create themes for Thunderbird.
Static Themes
The manifest.json file
manifest.json file{
"manifest_version":2,
"browser_specific_settings":{
"gecko":{
"id":"mytheme@sample.themes.thunderbird.net",
"strict_min_version":"60.0"
}
},
"name":"Thunderbird ExampleTheme",
"description":"Static theme version of an example Thunderbird theme.",
"version":"1.0",
"theme":{
"images":{
"theme_frame":"thunderbirdimage.jpg"
},
"colors":{
"frame":"#000000",
"tab_background_text":"#ffffff"
}
}
}Additional theme properties
Icons
A complete example
Dynamic Themes
A Guide to ExtensionsTheming message-compose-windows and message-display-tabs
Theme Experiments
Last updated
Was this helpful?

