martymas Posted April 26, 2006 Report Share Posted April 26, 2006 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 softershademlegge tried to helpbut it meant changing the registry and i tried that but it didnt helpor do i have to live with it marty Quote Link to post Share on other sites
TheTerrorist_75 Posted April 26, 2006 Report Share Posted April 26, 2006 Pane background colorsYou 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 coloruser_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 Quote Link to post Share on other sites
martymas Posted April 27, 2006 Author Report Share Posted April 27, 2006 hi, TheTerrorist_75for the last couple of days ive hunted for the the prefs.jsbut each time i locate it i get a scripting host errorwhat am i doing wrong when i posted about it some time back it was giving me this errori went to the site and it showed me how to access the user profilebut im at a stale mate now marty Quote Link to post Share on other sites
TheTerrorist_75 Posted April 28, 2006 Report Share Posted April 28, 2006 Where are you trying to access user.js from? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.