mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
# vim: filetype=zathurarc
|
|
|
|
set database sqlite
|
|
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"
|
|
|
|
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
|