diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/qutebrowser.nix | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/modules/common/qutebrowser.nix b/modules/common/qutebrowser.nix index 96da894..9a919b7 100644 --- a/modules/common/qutebrowser.nix +++ b/modules/common/qutebrowser.nix @@ -400,23 +400,7 @@ in { }; webpage = { bg = "white"; - darkmode = { - enabled = false; - algorithm = "lightness-cielab"; - contrast = 0.0; - grayscale = { - all = false; - images = 0.0; - }; - policy = { - images = "smart"; - page = "smart"; - }; - threshold = { - background = 0; - text = 256; - }; - }; + darkmode.enabled = false; preferred_color_scheme = "auto"; }; }; |