This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/nvim/.config/zathura/zathurarc

34 lines
565 B
Plaintext

map h scroll left
map t scroll down
map n scroll up
map s scroll right
map l search forward
map L search backward
map i set recolor
set recolor
set recolor-keephue
set recolor-lightcolor "#202020"
set recolor-darkcolor "#AAAAAA"
set adjust-open width
set font "FiraCode 11"
set guioptions ""
set default-bg "#202020"
set inputbar-bg "#303030"
set inputbar-fg "#ffffff"
set statusbar-bg "#202020"
set statusbar-fg "#ffffff"
set completion-bg "#303030"
set completion-fg "#ffffff"
set completion-highlight-bg "#cc5757"
set completion-highlight-fg "#ffffff"