Last active
December 16, 2021 15:09
-
-
Save hengstchon/a0bc6d7b1cfed8fb0186f3b2901c5d2f to your computer and use it in GitHub Desktop.
config for zathura
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set selection-clipboard clipboard | |
set window-height 1080 | |
set window-width 960 | |
set font "Monaco normal 12" | |
set statusbar-h-padding 0 | |
set statusbar-v-padding 0 | |
set guioptions "" | |
set adjust-open width | |
map u scroll half-up | |
map e scroll half-up | |
map d scroll half-down | |
map D toggle_page_mode | |
map K zoom in | |
map J zoom out | |
map F toggle_fullscreen | |
map [fullscreen] d scroll half-down | |
map [fullscreen] u scroll half-up | |
map [fullscreen] F toggle_fullscreen | |
# keephue setting in recolor mode | |
map C feedkeys ":set recolor-keephue true<Return>" | |
map c feedkeys ":set recolor-keephue false<Return>" | |
# colors | |
# set recolor true | |
set recolor-keephue true | |
set recolor-lightcolor "#272c33" #background | |
set recolor-darkcolor "#b9bfca" # font |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment