diff --git a/dotfiles/thunderbird.js b/dotfiles/thunderbird.js index 500bd93..39b5a30 100644 --- a/dotfiles/thunderbird.js +++ b/dotfiles/thunderbird.js @@ -1,7 +1,7 @@ // Preferences for Thunderbird. To be symlinked in the profile as user.js. // 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("mail.uidensity", 1);