Skip to content

Instantly share code, notes, and snippets.

@hengstchon
Last active December 16, 2021 15:09
Show Gist options
  • Save hengstchon/a0bc6d7b1cfed8fb0186f3b2901c5d2f to your computer and use it in GitHub Desktop.
Save hengstchon/a0bc6d7b1cfed8fb0186f3b2901c5d2f to your computer and use it in GitHub Desktop.
config for zathura
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