dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit a473c03f494bdb6f38415ce2d43dfe2cfc87e873 (patch)
parent f003a00aed24bdd707c8ea277d2378962c3d2669
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat,  6 Feb 2021 00:55:23 -0500

qutebrowser: Add basic dark mode config

This was a pain to track down for separate computers, so definitely
worth checking in!

Diffstat:
A.config/qutebrowser/config.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py @@ -0,0 +1,2 @@ +config.load_autoconfig() +config.set("colors.webpage.prefers_color_scheme_dark", True)