mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
thunderbird: switch to dark theme
There is currently an issue with system theme on Thunderbird Beta.
This commit is contained in:
parent
7985f12d5d
commit
01b8c5cbdc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Preferences for Thunderbird. To be symlinked in the profile as user.js.
|
// Preferences for Thunderbird. To be symlinked in the profile as user.js.
|
||||||
|
|
||||||
// Theme
|
// 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("layout.css.prefers-color-scheme.content-override", 1); // light
|
||||||
user_pref("mail.uidensity", 1);
|
user_pref("mail.uidensity", 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue