Skip to content

Commit

Permalink
qutebrowser: Don't artificially change webpage colors
Browse files Browse the repository at this point in the history
I like seeing the original designs of websites.
  • Loading branch information
donovanglover committed Jan 7, 2024
1 parent db42c4c commit b38a49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/qutebrowser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b38a49d

Please sign in to comment.