Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spymastermatt/thunderbird-monterail
A set of themes for thunderbird inspired by a Monterail blog post
https://github.com/spymastermatt/thunderbird-monterail
theme thunderbird
Last synced: 13 days ago
JSON representation
A set of themes for thunderbird inspired by a Monterail blog post
- Host: GitHub
- URL: https://github.com/spymastermatt/thunderbird-monterail
- Owner: spymastermatt
- License: gpl-3.0
- Created: 2017-04-26T20:01:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T06:09:47.000Z (over 4 years ago)
- Last Synced: 2024-10-15T11:24:37.596Z (27 days ago)
- Topics: theme, thunderbird
- Language: CSS
- Homepage:
- Size: 5.41 MB
- Stars: 1,043
- Watchers: 52
- Forks: 77
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thunderbird-monterail
This is a set of userChrome.css files to change the look of Thunderbird, inspired by the mockup by Monterail here:
https://monterail.com/blog/2016/the-power-of-email-clients-why-did-we-redesign-thunderbird?utm_source=Thunderbird&utm_campaign=Dribbble&utm_medium=blogpost%22- 5 theme variants are included
- System: Uses system theme colors
- Light: Light color scheme with orange\* highlights
- Dark: Dark color scheme with orange\* highlights
- Full Dark: Dark color scheme with dark message list and blue\* highlights
- Monterail: Colored theme inspired by the Monterail mockups
*\*These values are easily customised in userChrome.css*
- EncodeSans Narrow is included and used as the default font\* throughout thunderbird.
- Also inluded is a set of svg icons which replace the default Thunderbird icons, mostly taken from the incredible Font-Awesome (http://fontawesome.io)## How to use these themes
To use these themes, download the source code as a zip and extract its contents to your
thunderbird user config directory.In **Windows OS** the chrome folder must be extracted in `C:\Users\[user]\AppData\Roaming\Thunderbird\Profiles\[random letters and numbers].default/`
In **Linux** it must be extracted in `/home/[user]/.thunderbird/[random letters and numbers].default/`
In **macOS (OSX)**, it must be extracted in `/home/[user]/Library/Thunderbird/Profiles/[random letters and numbers].default/`.
If your profile is located in a different directory, you can find it by going in Thunderbird's preferences (Tools->Options->Advanced). After that, click the 'Config Editor' button, accept the warning and then search for *directory*. Your directory should be the value of the parameter *mail.server.server1.directory*. This is the path where you should extract the chrome folder.
Rename the extracted *thunderbird-monterail* folder to *chrome*, edit userChrome.css to choose your theme variant, and restart thunderbird.
If using the *system* variant, please make sure you uncomment the appropriate icon theme line (in userChrome.css) for your system colors (an description of each icon theme is written next to each line)
You can customise various values, including almost all colors, the fonts and some of the sizing by editing the variables in userChrome.css
## Screenshots
Light:
![alt text](https://raw.githubusercontent.com/spymastermatt/thunderbird-monterail/master/screenshots/light.png)Dark:
![alt text](https://raw.githubusercontent.com/spymastermatt/thunderbird-monterail/master/screenshots/dark.png)Full Dark:
![alt text](https://raw.githubusercontent.com/spymastermatt/thunderbird-monterail/master/screenshots/fulldark.png)Monterail:
![alt text](https://raw.githubusercontent.com/spymastermatt/thunderbird-monterail/master/screenshots/monterail.png)