dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/zathura/zathurarc

46 lines
1.3 KiB
Plaintext

set adjust-open "best-fit"
set pages-per-row 1
set scroll-full-overlap 0.01
set scroll-step 100
set selection-clipboard clipboard
set scroll-page-aware "true"
set window-title-basename "true"
set window-title-home-tilde "true"
set statusbar-basename "true"
set statusbar-home-tilde "true"
set zoom-center "true"
set render-loading "false"
map r reload
map R rotate
map i recolor
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
set completion-bg "#080808"
set completion-fg "#b3b1ad"
set completion-group-bg "#080808"
set completion-group-fg "#aec82a"
set completion-highlight-bg "#b3b1ad"
set completion-highlight-fg "#080808"
set recolor-lightcolor "#080808"
set recolor-darkcolor "#b3b1ad"
set default-bg "#080808"
set inputbar-bg "#080808"
set inputbar-fg "#b3b1ad"
set notification-bg "#080808"
set notification-fg "#b3b1ad"
set notification-error-bg "#ff3333"
set notification-error-fg "#b3b1ad"
set notification-warning-bg "#ff3333"
set notification-warning-fg "#b3b1ad"
set statusbar-bg "#080808"
set statusbar-fg "#b3b1ad"
set index-bg "#080808"
set index-fg "#b3b1ad"
set index-active-bg "#b3b1ad"
set index-active-fg "#080808"
set render-loading-bg "#080808"
set render-loading-fg "#b3b1ad"