Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut
Diarsipkan

Thunderbird - Color of Weekend Days

sfhowes replied
Lancen3

I updated to Version 78.2.2, and the weekend days are now colored a 'dark-greenish' color. I cannot locate any setting that allows me to change the color of the weekend squares in the Thunderbird Calendar. Windows 10 is set to Light Mode.

Any guidance on how to modify the color of the calendar is appreciated.

I updated to Version 78.2.2, and the weekend days are now colored a 'dark-greenish' color. I cannot locate any setting that allows me to change the color of the weekend squares in the Thunderbird Calendar. Windows 10 is set to Light Mode. Any guidance on how to modify the color of the calendar is appreciated.
Lampiran tangkapan layar

Semua Balasan (1)

Add this to a userChrome.css file in the chrome subfolder of the profile (create the folder):

window {
  --viewWeekendBackground: pink !important;
}

Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor (Options/General).

http://forums.mozillazine.org/viewtopic.php?f=46&t=3043892