moisseev / rspamd-spamness

Thunderbird add-on for visualizing rspamd spam scores.
BSD 3-Clause "New" or "Revised" License
53 stars 13 forks source link

[enhancement] New colors for Darkmode #20

Closed realizelol closed 4 years ago

realizelol commented 4 years ago

Hi,

it would nice if you could add something like for Thunderbird in Darkmode:

userChrome.css:

.linkDisplayButtonGreyl { background-color: #d8e0f6; } .linkDisplayButtonHam { background-color: #369903; } .linkDisplayButtonSpam { background-color: #bf2600; }

.linkDisplayButtonGreyl:hover { background-color: #abc1fc; } .linkDisplayButtonHam:hover { background-color: #65c26d; } .linkDisplayButtonSpam:hover { background-color: #cc776c; }

best regards realizelol