zathura: Don't recolor documents by default

Although recoloring documents is great for rice screenshots, most of the
time we want to see a pdf in its original form before deciding to
recolor it. Most of the time recolors occur when a "dark mode" is
necessary, which zathura does a good job with.
This commit is contained in:
Donovan Glover 2022-07-29 11:43:46 -04:00
parent 4a2d8ad1e6
commit 9e3416070d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,7 @@
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017-2018 Donovan Glover
# Copyright (C) 2017-2022 Donovan Glover
# Use the color scheme generated by wal
# Use the color scheme generated by wal (Use <C-r> to colorize the current document)
include "../../.cache/wal/zathura"
set font "Hack 12" # Use Hack as our font of choice
@ -11,6 +11,5 @@ set statusbar-basename "true" # When using the status bar, show the basename o
set render-loading "false" # Do not show the "loading" text
set scroll-step "120" # Increase the scroll distance when using j/k
set recolor "true" # Use our theme colors (<C-r> for the original document colors)
# vim:ft=conf