mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
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:
parent
97f44f09b1
commit
5102774b3f
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue