elementaryos-thunderbird-theme
elementaryos-thunderbird-theme copied to clipboard
This theme blends Thunderbird into the elementary OS user interface.
An elementary OS theme for Thunderbird
⬇️ Installation
For now theme installation is supported for:
-
🐦 Thunderbird installed with apt package manager.
Install it with command
sudo apt install thunderbird
. - 🐦 Thunderbird 📦 Flatpak version. Install it using AppCenter.
Use this one line install script to install theme. Just copy the line to your terminal and press enter:
bash <(wget --quiet --output-document - "https://raw.githubusercontent.com/Zonnev/elementaryos-thunderbird-theme/main/install.sh")
Or install theme manually:
- Install Thunderbird in AppCenter or type
sudo apt install thunderbird
in the Terminal. - Create the
chrome
folder in:~/.var/app/org.mozilla.Thunderbird/.thunderbird/<profilefolder>
if you installed in the AppCenter. - Create the
chrome
folder in:~/.thunderbird/<profilefolder>
if you installed in the Terminal. - Download the zip file and put the
base.css
in thechrome
folder. - Look which window button layout you are using and put the
userChrome.css
from the corresponding folder in thechrome
folder. - In Thunderbird enter the Menu and select Settings, scroll all the way down till you see the Config Editor button. Press the button and search for
toolkit.legacyUserProfileCustomizations.stylesheets
and set it totrue
. - Restart Thunderbird and the theme should be applied.
🚧 Work in progress
- I have added a
userChrome.css
for Thunderbird Beta in the folderThunderbird Beta theme
. For now the install script overrides the files in the beta folder so make sure you add theuserChrome.css
manually in thechrome
folder of your beta profile (usually the profile folder has-beta
in the folder name).