dotfiles/.config/zathura/zathurarc

52 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-04-23 04:34:15 +02:00
# vim: filetype=zathurarc
2024-06-25 13:52:46 +02:00
set database sqlite
2024-04-30 14:48:15 +02:00
set notification-error-bg "#f7768e"
set notification-error-fg "#a0a8cd"
set notification-warning-bg "#e0af68"
set notification-warning-fg "#414868"
set notification-bg "#1a1b26"
set notification-fg "#a0a8cd"
set completion-bg "#1a1b26"
set completion-fg "#a9b1d6"
set completion-group-bg "#1a1b26"
set completion-group-fg "#a9b1d6"
set completion-highlight-bg "#414868"
set completion-highlight-fg "#a0a8cd"
set index-bg "#1a1b26"
set index-fg "#a0a8cd"
set index-active-bg "#414868"
set index-active-fg "#a0a8cd"
set inputbar-bg "#1a1b26"
set inputbar-fg "#a0a8cd"
set statusbar-bg "#1a1b26"
set statusbar-fg "#a0a8cd"
set highlight-color "#e0af68"
set highlight-active-color "#9ece6a"
set default-bg "#1a1b26"
set default-fg "#a0a8cd"
set render-loading-fg "#1a1b26"
set render-loading-bg "#a0a8cd"
set recolor-lightcolor "#1a1b26"
set recolor-darkcolor "#a0a8cd"
2024-04-23 04:34:15 +02:00
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
set adjust-open width
set recolor false
set recolor-keephue true
set render-loading true
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map i recolor
map p print
map g goto top