mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
thunderbird: don't use default colors for message compose
This commit is contained in:
parent
ac9e1c766d
commit
6a1da63238
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue