mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 04:36:37 +02:00
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:
parent
4a2d8ad1e6
commit
9e3416070d
@ -1,7 +1,7 @@
|
|||||||
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
# 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"
|
include "../../.cache/wal/zathura"
|
||||||
|
|
||||||
set font "Hack 12" # Use Hack as our font of choice
|
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 render-loading "false" # Do not show the "loading" text
|
||||||
set scroll-step "120" # Increase the scroll distance when using j/k
|
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
|
# vim:ft=conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user