diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index c394f45..a76193c 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -24,7 +24,7 @@ in # Value to use for `prefers-color-scheme:` for websites. # Valid values: light, dark, auto. - colors.webpage.preferred_color_scheme = "dark"; + colors.webpage.preferred_color_scheme = "auto"; # Text color of the completion widget. May be a single color to use for # all columns or a list of three colors, one for each column. |