conema / monterail-fulldark

Monterail Full Dark, a Thunderbird theme inspired by the mockup of Monterail
Mozilla Public License 2.0
60 stars 12 forks source link

Weird color of cited plain text #37

Open vnodeng opened 4 years ago

vnodeng commented 4 years ago

Describe the bug By default, replying to message in plain text mode displays cited text in blue on the dark gray background and nearly completely unreadable.

To Reproduce (if applicable) Reply to message without HTML editor.

Expected behavior It is better to change text color to something like gray or so. I'm not sure where to put it in this plugin, but in TB it is located in the html.css(168) file:

`span[_moz_quote=true] { color: blue; }

pre[_moz_quote=true] { color: blue; } ` Editing it here (by replacing blue to gray) gives perfect results, but obviously conflicts with updates.

conema commented 4 years ago

Hi @borisxm, I cannot reproduce this issue. Which version of Thunderbird and of the theme are you using? What OS are you using? Are you using the default or the dark theme? Could you send a screenshot?

immagine

vnodeng commented 4 years ago

I cannot reproduce this issue. Which version of Thunderbird and of the theme are you using? What OS are you using? Are you using the default or the dark theme?

I'm using Thunderbird 68.2.2 x64 on Ubuntu 18.04.3 with default theme. However, I'm using an OS-wide Adwaita-dark theme and message composer background have #31363B color. This makes these blue letters as on yours screenshot completely unreadable.

-- Boris Popov