From 20c2e3789f515649a7b2c286a6f20babc04db069 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 11 Jun 2023 11:58:23 +0200 Subject: [PATCH] thunderbird: don't use color-scheme --- dotfiles/thunderbird.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/thunderbird.js b/dotfiles/thunderbird.js index 39b5a30..daab9b3 100644 --- a/dotfiles/thunderbird.js +++ b/dotfiles/thunderbird.js @@ -3,6 +3,7 @@ // Theme 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("mail.uidensity", 1); // Fonts