firefox: switch back to not telling system does not use dark theme

The option is not really well named as it only influences web content,
not UI.
This commit is contained in:
Vincent Bernat 2021-08-12 08:19:29 +02:00
parent 97f44f09b1
commit 5102774b3f

View file

@ -4,10 +4,7 @@
// Theme // Theme
user_pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org"); user_pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org");
user_pref("devtools.theme", "dark"); user_pref("devtools.theme", "dark");
// Dark interface but light web pages. Patch: user_pref("ui.systemUsesDarkTheme", 0)
// https://bugzilla.mozilla.org/show_bug.cgi?id=1720508#c2
// From 91, we can restore the proper option:
// user_pref("ui.systemUsesDarkTheme", 0)
// Ensure context menus stay open after left-click (useful when scale // Ensure context menus stay open after left-click (useful when scale
// == 1.5) // == 1.5)