From b0418eb56fab7d28c8c6b2c8dc9f0813da01b3b7 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Fri, 15 Apr 2022 23:10:47 -0700 Subject: [PATCH] since we have no theme customizations, use default firefox theme instead of dark --- home-manager/modules/de2u.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/de2u.nix b/home-manager/modules/de2u.nix index 8e94a16..d858d43 100644 --- a/home-manager/modules/de2u.nix +++ b/home-manager/modules/de2u.nix @@ -96,7 +96,7 @@ in "svg.context-properties.content.enabled" = true; # Make Firefox dark, the reader is always light by default, and the GTK-inferred theme conflicts with SimpleFox (and our customizations) - "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; + # "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "reader.color_scheme" = "dark"; # LibreWolf ruins the user agent making sites unusable without RFP, so use the user agent from RFP manually. This also seems sane for compatibility when using Firefox.