diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-09-10 18:00:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-10 18:00:35 +0530 |
| commit | c246b02edafe0d5ee2b690c0c1f899e917c88068 (patch) | |
| tree | b32b3cd8f899e93207b20a02713f12041261ae15 /config/qutebrowser/ui.py | |
| parent | c4e395ccaaac33b1898d447b09377b8e3fd9cfa3 (diff) | |
| download | nixos-config-c246b02edafe0d5ee2b690c0c1f899e917c88068.tar.gz nixos-config-c246b02edafe0d5ee2b690c0c1f899e917c88068.zip | |
Enable dark mode in qute + add --temp for config changes
Diffstat (limited to 'config/qutebrowser/ui.py')
| -rw-r--r-- | config/qutebrowser/ui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py index 85d7f09..db59e76 100644 --- a/config/qutebrowser/ui.py +++ b/config/qutebrowser/ui.py @@ -19,8 +19,8 @@ c.fonts.default_family = 'JetBrainsMono Nerd Font' c.fonts.default_size = '12px' c.colors.webpage.preferred_color_scheme = 'dark' -c.colors.webpage.darkmode.enabled = False -# c.colors.webpage.darkmode.algorithm = "lightness-cielab" +c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.algorithm = 'lightness-cielab' # c.colors.webpage.darkmode.threshold.foreground = 150 # c.colors.webpage.darkmode.threshold.background = 100 # c.colors.webpage.darkmode.policy.images = 'always' |
