1
0
forked from extern/nix-config

qutebrowser: Don't artificially change webpage colors

I like seeing the original designs of websites.
This commit is contained in:
Donovan Glover 2024-01-07 18:45:26 -05:00
parent db42c4c4b6
commit b38a49d37b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -83,6 +83,9 @@
c.colors.contextmenu.menu.fg = '#ffffff'
c.colors.contextmenu.selected.bg = '#909090'
# Don't artificially change webpage colors
c.colors.webpage.darkmode.enabled = False
# Don't paste something by accident
config.unbind('pp', mode='normal')
config.unbind('pP', mode='normal')