From 01b8c5cbdcbb7f0100e8d76c3e4d0f474c642053 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 13 Apr 2023 11:55:22 +0200 Subject: [PATCH] thunderbird: switch to dark theme There is currently an issue with system theme on Thunderbird Beta. --- dotfiles/thunderbird.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);