Pane background colorsFrom MozillaZine Knowledge BaseYou can change the background colors in Thunderbird's (or Mozilla Suite's) preview pane, folders pane, and message list pane, etc. by modifying your user.js and userChrome.css files as described below.
// Previewpane Background color
user_pref("browser.display.background_color", "#F1F1F1");
For the folders pane and message-list pane, put this in your "userChrome.css" file: /* Folderpane & Messagepane */
treechildren {
background-color: #F1F1F1 !important; }
For other color codes, you can use this color blender. [edit] External links
|
|