Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Customizing TB colors of various taskbars and fonts

  • 3 одговорa
  • 1 има овај проблем
  • 11 прегледа
  • Последњи одговор послао Toad-Hall

more options

How is the following done? I want to colorize the headings for the subject bar above emails. I want to change the font for folder pane.

How is the following done? I want to colorize the headings for the subject bar above emails. I want to change the font for folder pane.

Сви одговори (3)

more options

Hi Gypsycomp,

There are thunderbird themes around - you could try those.

The subject bar if just a plain text field, so even if you do colour it, it won't show up that way in the recipiant's inbox.

Does that help?

more options

I want to color the subject-date-size bar above the incoming emails in my inbox, not the recipients inbox.

more options

There is a way to change colour of 'Header columns' bar.

make hidden files and folders visible:

  • Help > Troubleshooting Information
  • click on 'Show Folders'

A window opens showing your profile folder.

  • Close Thunderbird now - this is important.
  • Create a folder and call it chrome. - note the spelling.
  • Save it in the profile folder name in the same place as the 'Mail' folder.

see first image below.

  • Open Notepad - Start > Programs > Accessories > Notepad
  • Copy all between the lines below and paste into Notepad.
  • Save the file as userChrome.css - note the spelling - in the chrome folder.

then close window - top right X Restart Thunderbird


/*
* Do not remove the @namespace line -- it's required for correct functioning
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 

/*Code changes colour of column header background*/

treecol, .treecol-image {
-moz-appearance: none !important;
background-color: peachpuff !important;
}


Note; In the code, where it says 'peachpuff', you can use a different colour name or use colour hex code eg: #FFDAB9 see this link: