搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Thunderbird 128 Nebula color accents

  • 1 个回答
  • 0 人有此问题
  • 最后回复者为 sfhowes

more options

Diappointed with the color accenting in Windows. I only seem to be able to see a customized reply arrow, and a small dot in the 'From' line. In the screenshots on your introductory page the background of the card is accented and bordered. Is this only for Linux, or will it work in Windows 11 also? If so, where can this be set?

I actually prefer the line view rather than the cards in the Inbox pane, and would also like the color accent to be applied to the current selection highlight/background. Here for example (see screenshot) I would like the purple color (you can see it in the reply arrow) to be applied also to the background highlight of the middle email, where it is currently dark grey.

Many thanks in advance

Diappointed with the color accenting in Windows. I only seem to be able to see a customized reply arrow, and a small dot in the 'From' line. In the screenshots on your introductory page the background of the card is accented and bordered. Is this only for Linux, or will it work in Windows 11 also? If so, where can this be set? I actually prefer the line view rather than the cards in the Inbox pane, and would also like the color accent to be applied to the current selection highlight/background. Here for example (see screenshot) I would like the purple color (you can see it in the reply arrow) to be applied also to the background highlight of the middle email, where it is currently dark grey. Many thanks in advance
已附加屏幕截图

所有回复 (1)

more options

The background and text colours of selected messages in Table View that have been replied can be modified with css (see picture):

tr[is="thread-row"][data-properties~="replied"].selected {
  color: white !important;
  background-color: purple !important; 
}

Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

The code for Cards View:

tr[is="thread-card"][data-properties~="replied"].selected .card-container{
  color: white !important;
  background-color: purple !important;
}

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题