git404hub

what is birdone fr?

firnschnee/birdone — explained in plain English

Analysis updated 2026-05-18

19CSSAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A CSS theme for Thunderbird that merges the tab bar and toolbar into one row and applies a consistent amber-accented dark look.

vibe map

mindmap
  root((BirdOne))
    What it does
      One-row tab and toolbar
      Amber dark theme
    Tech stack
      CSS
      Thunderbird
    Use cases
      Compact layout
      Consistent accent color
      CSS variable customization
    Audience
      Thunderbird users
    Notes
      Needs Thunderbird 115+
      MIT license

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Merge Thunderbird's tab bar and toolbar into a single row to reclaim vertical space.

VIBE 2

Apply a consistent amber accent and dark grey theme across Thunderbird's interface regardless of the Windows accent color.

VIBE 3

Customize the theme's colors and layout using documented CSS variables.

what's the stack?

CSSThunderbird

how it stacks up fr

firnschnee/birdonegaearon/react-for-beginnersrefactoringhq/portent
Stars191920
LanguageCSSCSSCSS
Last pushed2017-04-03
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencegeneralvibe coderwriter

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires enabling Thunderbird's legacy stylesheet setting and manually copying CSS files into the profile's chrome folder.

MIT license: free to use, modify, and share, including commercially, as long as the copyright notice is kept.

in plain english

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.

prompts (copy fr)

prompt 1
Walk me through installing BirdOne's userChrome.css and userContent.css into my Thunderbird profile.
prompt 2
Explain what toolkit.legacyUserProfileCustomizations.stylesheets does and why BirdOne needs it enabled.
prompt 3
Show me how to change BirdOne's amber accent color using its CSS variables.

Frequently asked questions

what is birdone fr?

A CSS theme for Thunderbird that merges the tab bar and toolbar into one row and applies a consistent amber-accented dark look.

What language is birdone written in?

Mainly CSS. The stack also includes CSS, Thunderbird.

What license does birdone use?

MIT license: free to use, modify, and share, including commercially, as long as the copyright notice is kept.

How hard is birdone to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is birdone for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.