Cannot set compose window colours to be same as the reader one
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: gordon.lack, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
I use a dark theme, but want black(ish) text on white(ish) background content windows.
I can set these content colours for reading in General/Language & Appearance/Colours
However, the Composition window is a problem.
If I set "Use reader's default colours" I get a dark background (which is not what I have set for the deader).
If I unset this, and set the colours I do want then this gets added to the <body> tag in the sent message and so all of my recipients are forced to see the message using my choices - not there's.
Actual results:
When I configure Thunderbird to be visually relaxing for me then all message I send force this setting onto all of my recipients. This is not good!
The cause is a setting in editorContent.css line 100
@media: (prefers-color-scheme: dark) {color: #f9f9fa; background-color: #2a2a2e; }
Expected results:
There should be a way to set default display text and background colours in TB Composition windows such that these are not transmitted to all of my recipients.
The UA string is:
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0
Reporter | ||
Comment 1•2 years ago
|
||
Note: see also:
https://bugzilla.mozilla.org/show_bug.cgi?id=1841302
Comment 2•10 months ago
|
||
Does this still reproduce for you in version 128?
Please let us know.
Reporter | ||
Comment 3•10 months ago
|
||
Yes. This problem still persists in 128.5.1esr.
Description
•