mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
firefox: mention Firefox 91 as fixing the dark/light mix
This commit is contained in:
parent
ea4905bc9d
commit
1ee8138fbf
1 changed files with 3 additions and 1 deletions
|
@ -2,10 +2,12 @@
|
|||
// Settings synced through Firefox Accounts may not be present.
|
||||
|
||||
// Theme
|
||||
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
|
||||
user_pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org");
|
||||
user_pref("devtools.theme", "dark");
|
||||
// Dark interface but light web pages. Patch:
|
||||
// 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
|
||||
// == 1.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue