thunderbird: switch to dark theme

There is currently an issue with system theme on Thunderbird Beta.
This commit is contained in:
Vincent Bernat 2023-04-13 11:55:22 +02:00
parent 7985f12d5d
commit 01b8c5cbdc

View file

@ -1,7 +1,7 @@
// Preferences for Thunderbird. To be symlinked in the profile as user.js. // Preferences for Thunderbird. To be symlinked in the profile as user.js.
// Theme // Theme
user_pref("extensions.activeThemeID", "default-theme@mozilla.org"); user_pref("extensions.activeThemeID", "thunderbird-compact-dark@mozilla.org");
user_pref("layout.css.prefers-color-scheme.content-override", 1); // light user_pref("layout.css.prefers-color-scheme.content-override", 1); // light
user_pref("mail.uidensity", 1); user_pref("mail.uidensity", 1);