lieser / dkim_verifier

DKIM Verifier Extension for Mozilla Thunderbird
MIT License
210 stars 35 forks source link

Provide a color scheme for dark mode #460

Open ThunderbirdMailDE opened 1 week ago

ThunderbirdMailDE commented 1 week ago

It would be nice to have a color scheme for dark mode. The main issue is the light background color in this button:

image

A simple solution could be the use of rgba colors for the elemnts background and set alpha for this element to 50 % in dark mode.

ThunderbirdMailDE commented 1 week ago

rgba with alpha set to 0.5:

image

If the alpha 0.5 would be also in light mode:

image

But it's your decission, which colors you would use here.

ThunderbirdMailDE commented 1 week ago

A possible, working color scheme working for both dark and light mode could be:

image

lieser commented 5 days ago

I'm certainly not against changing the defaults colors to something that work good in both the light and dark mode.

Thanks for also providing possible new defaults. First impression is good but I will still take a closer look at it before changing them in the next release.

If someone else wants to try them out the new proposed defaults for easy copy paste:

ThunderbirdMailDE commented 5 days ago

The transparency 0.5 could be a problem when hovering the button.