mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
thunderbird: set background and foreground color for HTML compose
This commit is contained in:
parent
6a1da63238
commit
a6899479c3
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ 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("msgcompose.background_color", "#FFFFFF");
|
||||
user_pref("msgcompose.text_color", "#000000");
|
||||
user_pref("mail.uidensity", 1);
|
||||
|
||||
// Fonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue