Thunderbird text color -

poma pomidorabelisima at gmail.com
Tue Sep 17 12:09:55 UTC 2013


This should also work.

- Create a "chrome" subdir in your Thunderbird profile dir:
$ mkdir .thunderbird/$(grep Path .thunderbird/profiles.ini | awk
'{gsub(/Path=/,""); print}')/chrome

- Create a "userContent.css" file in that subdir:
$ mousepad .thunderbird/$(grep Path .thunderbird/profiles.ini | awk
'{gsub(/Path=/,""); print}')/chrome/userContent.css

- And fill it with these two lines:
body {color: #ffffff !important; background-color: #000000 !important;}
:link {color: #ffffff !important;}

Note:
C/P commands from a "TBirdie-WoB.txt" file which is in attachment!


poma


Ref.
http://kb.mozillazine.org/White_on_black_-_Thunderbird



-------------- next part --------------

Create a "chrome" subdir in your Thunderbird profile dir:
$ mkdir .thunderbird/$(grep Path .thunderbird/profiles.ini | awk '{gsub(/Path=/,""); print}')/chrome

Create a "userContent.css" file in that subdir:
$ mousepad .thunderbird/$(grep Path .thunderbird/profiles.ini | awk '{gsub(/Path=/,""); print}')/chrome/userContent.css

And fill it with these two lines:
body {color: #ffffff !important; background-color: #000000 !important;}
:link {color: #ffffff !important;}


More information about the users mailing list