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
Raw Normal View History

2020-06-16 21:58:16 +02:00
map h scroll left
map t scroll down
map n scroll up
map s scroll right
map l search forward
2020-06-17 10:25:10 +02:00
map L search backward
2020-06-16 21:58:16 +02:00
map i set recolor
2020-03-23 01:31:25 +01:00
set recolor
set recolor-keephue
set recolor-lightcolor "#202020"
set recolor-darkcolor "#AAAAAA"
2019-10-17 20:36:20 +02:00
set adjust-open width
2020-03-23 01:31:25 +01:00
set font "FiraCode 11"
2019-10-17 20:36:20 +02:00
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"