Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overdodactyl/ShadowBird
A universal dark theme for Thunderbird
https://github.com/overdodactyl/ShadowBird
dark mozilla theme thunderbird
Last synced: about 2 months ago
JSON representation
A universal dark theme for Thunderbird
- Host: GitHub
- URL: https://github.com/overdodactyl/ShadowBird
- Owner: overdodactyl
- License: mit
- Created: 2018-07-22T04:00:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T17:17:49.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:36:35.640Z (5 months ago)
- Topics: dark, mozilla, theme, thunderbird
- Language: CSS
- Size: 6.9 MB
- Stars: 112
- Watchers: 9
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![header](.github/header.png)
ShadowBird is a spinoff of [ShadowFox](https://overdodactyl.github.io/ShadowFox/) ([GitHub Link](https://github.com/overdodactyl/ShadowFox)), a universal dark theme for Firefox 57+, designed for Thunderbird.
This project is early in development and users are encouraged to open issues or pull requests with any problems, enhancements or feature requests.
## Preview
![preview](.github/preview.png)
## Installation
0. Enable the default dark theme (Tools > Add-ons > Theme > Dark)
1. Download this repository and rename the folder to `chrome`.
2. Place the `chrome` folder inside your Thunderbird profile directory. To find your profile directory, you can do the following from within Thunderbird:
- Help > Troubleshooting Information > Application Basics section > Profile Folder > Show in Finder
3. (Optional) To change the background and text area of the message composition pages, you can dd the following lines to your `user.js` file within the profile directory (this will not alter the appearance of sent messages):
```js
user_pref("browser.display.foreground_color", "#b1b1b3");
user_pref("browser.display.background_color", "#38383d");
```The `user.js` does not exist be default; you will have to create the file (name and case sensitive) if you haven't done so in the past.
4. Restart Thunderbird