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:
parent
db42c4c4b6
commit
b38a49d37b
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user