Analysis updated 2026-05-18
Merge Thunderbird's tab bar and toolbar into a single row to reclaim vertical space.
Apply a consistent amber accent and dark grey theme across Thunderbird's interface regardless of the Windows accent color.
Customize the theme's colors and layout using documented CSS variables.
| firnschnee/birdone | gaearon/react-for-beginners | refactoringhq/portent | |
|---|---|---|---|
| Stars | 19 | 19 | 20 |
| Language | CSS | CSS | CSS |
| Last pushed | — | 2017-04-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | general | vibe coder | writer |
Figures from each repo's GitHub metadata at analysis time.
Requires enabling Thunderbird's legacy stylesheet setting and manually copying CSS files into the profile's chrome folder.
BirdOne is a visual theme for the Thunderbird email program that changes how its window is laid out and colored. Its main idea is to combine the tab bar and the toolbar, which normally sit on two separate rows, into a single row, with tabs on the left and toolbar buttons on the right next to the window's minimize and close buttons. It also hides the built in global search bar, though a person can still bring it up with a keyboard shortcut. If the Thunderbird window gets narrower than 850 pixels, the theme automatically switches back to the normal two row layout so it still stays usable on small windows. The theme also changes the color scheme in dark mode. Instead of using the operating system's accent color, it applies a fixed amber color to things like selection highlights, the main button, and focus outlines, so the look stays the same no matter what accent color is set in Windows. Hovering over menu items, toolbar icons, and other controls shows amber text or icons rather than a solid colored background, and selected items in the message list get a light amber tint with a thin amber outline instead of a solid block of color. Popup menus and panels use square corners instead of rounded ones, and several parts of the interface, including the folder list, message list, and reading pane, share one consistent dark grey background color. To install it, a person downloads two CSS files from the repository, turns on a setting inside Thunderbird that allows custom stylesheets, places the files into a folder inside their Thunderbird profile, and restarts the program. The theme can be further adjusted through CSS variables, which are documented in a separate file in the repository. It only works with Thunderbird version 115 or newer, was tested on Windows, and a companion theme for Firefox with the same idea is linked from the README. The project is released under the MIT license.
A CSS theme for Thunderbird that merges the tab bar and toolbar into one row and applies a consistent amber-accented dark look.
Mainly CSS. The stack also includes CSS, Thunderbird.
MIT license: free to use, modify, and share, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.