since we have no theme customizations, use default firefox theme instead of dark

This commit is contained in:
notgne2 2022-04-15 23:10:47 -07:00
parent afe5930dc3
commit b0418eb56f
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A

View File

@ -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.