电子邮件编辑器中引用文本的颜色

Alo*_*dal 6 thunderbird colors

我设法将 Thunderbird 配置为与深色方案配合良好。

唯一剩下的(我希望)是当我点击回复一条消息时,原文被引用为蓝色,这是不可读的。

编辑回复 - 在深灰色背景下无法读取报价

我也可以改变这个颜色吗?(我只对纯文本消息感兴趣,因为我不发送 HTML。)

Jef*_*lin 5

在 Mozillazine看到这个问题。您可以通过更改userContent.css文件来做到这一点。

您需要添加的代码是

span[_moz_quote=true] {
    color: pink ! important;
}
Run Code Online (Sandbox Code Playgroud)

将“粉红色”更改为您喜欢的任何颜色。

在 Windows XP 上,您会在C:\Documents and Settings\user\Application Data\Thunderbird\Profiles\xxxxxxxx.default\chromechrome默认情况下不存在子文件夹)中找到该文件;有关其他操作系统上的位置,请参阅developer.mo