From 3c53be2a45c7d4090a8b0e0d911db2ec03390211 Mon Sep 17 00:00:00 2001 From: daijro Date: Sun, 11 Aug 2024 01:44:38 -0500 Subject: [PATCH] Enable dark theme & GIF --- patches/{dark-theme-gif.patch.opt => dark-theme-gif.patch} | 0 settings/camoufox.cfg | 1 + 2 files changed, 1 insertion(+) rename patches/{dark-theme-gif.patch.opt => dark-theme-gif.patch} (100%) diff --git a/patches/dark-theme-gif.patch.opt b/patches/dark-theme-gif.patch similarity index 100% rename from patches/dark-theme-gif.patch.opt rename to patches/dark-theme-gif.patch diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index ea8c7a6..fd51f79 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -3,6 +3,7 @@ // ************ pref("gfx.bundled-fonts.activate", 1); +pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org"); pref("devtools.debugger.remote-enabled", true); pref("devtools.debugger.prompt-connection", false);