Recommended Posts

hi all the window in thunderbird is a very glaring white

and it hurts my eyes

is there a way to change this white to a more softer

shade

mlegge tried to help

but it meant changing the registry

and i tried that but it didnt help

or do i have to live with it

marty

Link to post
Share on other sites

Pane background colors

You 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.

For the preview pane, put this in your "user.js" file:

// 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

Link to post
Share on other sites

hi, TheTerrorist_75

for the last couple of days

ive hunted for the the prefs.js

but each time i locate it

i get a scripting host error

what am i doing wrong

when i posted about it some time back

it was giving me this error

i went to the site

and it showed me how to access the user profile

but im at a stale mate now

marty

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...