dotfiles/.config/zathura/zathurarc

55 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-04-23 04:34:15 +02:00
# vim: filetype=zathurarc
2024-08-17 12:21:31 +02:00
# Tokyonight Moon
# https://github.com/folke/tokyonight.nvim/blob/main/extras/zathura/tokyonight_moon.zathurarc
2024-09-01 11:02:18 +02:00
# set notification-error-bg "#ff757f"
# set notification-error-fg "#c8d3f5"
# set notification-warning-bg "#ffc777"
# set notification-warning-fg "#444a73"
# set notification-bg "#222436"
# set notification-fg "#c8d3f5"
# set completion-bg "#222436"
# set completion-fg "#828bb8"
# set completion-group-bg "#222436"
# set completion-group-fg "#828bb8"
# set completion-highlight-bg "#444a73"
# set completion-highlight-fg "#c8d3f5"
# set index-bg "#222436"
# set index-fg "#c8d3f5"
# set index-active-bg "#444a73"
# set index-active-fg "#c8d3f5"
# set inputbar-bg "#222436"
# set inputbar-fg "#c8d3f5"
# set statusbar-bg "#222436"
# set statusbar-fg "#c8d3f5"
# set highlight-color "#ffc777"
# set highlight-active-color "#c3e88d"
# set default-bg "#222436"
# set default-fg "#c8d3f5"
# set render-loading true
# set render-loading-fg "#222436"
# set render-loading-bg "#c8d3f5"
# set recolor-lightcolor "#222436"
# set recolor-darkcolor "#c8d3f5"
2024-04-23 04:34:15 +02:00
2024-08-17 12:21:31 +02:00
set database sqlite
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