From 6a1da63238688e94e08cb1066c3ed0a03983119b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 10 Mar 2024 21:02:40 +0100 Subject: [PATCH] thunderbird: don't use default colors for message compose --- dotfiles/thunderbird.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/thunderbird.js b/dotfiles/thunderbird.js index 8967c32..80ad42c 100644 --- a/dotfiles/thunderbird.js +++ b/dotfiles/thunderbird.js @@ -4,6 +4,7 @@ user_pref("extensions.activeThemeID", "thunderbird-compact-dark@mozilla.org"); user_pref("layout.css.prefers-color-scheme.content-override", 1); // light user_pref("layout.css.color-scheme.enabled", false); +user_pref("msgcompose.default_colors", false); user_pref("mail.uidensity", 1); // Fonts