From 5102774b3f8b0448f023c47232be2d32171a1565 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 12 Aug 2021 08:19:29 +0200 Subject: [PATCH] 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. --- dotfiles/firefox.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 8e0598e..0e807e7 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -4,10 +4,7 @@ // Theme 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) +user_pref("ui.systemUsesDarkTheme", 0) // Ensure context menus stay open after left-click (useful when scale // == 1.5)