From 58d6794c7d5e08d923fca98a0ccaf965b1b19bcd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 16 Jul 2024 11:17:22 +0300 Subject: [PATCH] firefox: clear theme preferences --- etc/firefox/policies/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index b8972f9c..a47e5790 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -661,7 +661,7 @@ }, "layout.css.prefers-color-scheme.content-override": { "Comment": "Dark theme by default, disabling allowed", - "Status": "default", + "Status": "clear", "Type": "number", "Value": 0 }, @@ -910,7 +910,7 @@ }, "ui.systemUsesDarkTheme": { "Comment": "Another defaulting to dark theme.", - "Status": "default", + "Status": "clear", "Type": "number", "Value": 1 }