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

Change mail list text color #44

Closed Sheenaah closed 4 years ago

Sheenaah commented 4 years ago

Hi everyone.

First, I have to say that I'm not fluent in English so please excuse my potential language mistakes. I'll try to do my best !

Here is my question :

I would like to change the mail list text color of the theme Monterail Full Dark.

I am able to change the mail list background color in root.css (I changed the dark grey color for a white color) but I can not find the line for the mail list text color (I would like to replace it with a dark color because now, I can not read the text...)

Can you help me ?

I joined a screenshot to show my problem.

Thank you a lot for your help.

1

conema commented 4 years ago

Hi @Sheenaah, if you want a lighter version, you can check out the Monterail Dark version.

By the way, you can change the text color by adding these lines at the end of the messenger.css file. Change #fff with your color.

#threadTree > treechildren::-moz-tree-cell-text(untagged),
#threadCols {
    color: #fff !important;
}
Sheenaah commented 4 years ago

Hi conema,

Thank you for your answer.

In fact, I love the Monterail Dark mail list colors but I prefer most of the colors of the Monterail Full Dark theme.

So, I thought it would be easier for me to just change :

(I have a very limited experience in programing...)


About your advice, it perfectly works !

Thank you a lot for your help !