Skip to content

Instantly share code, notes, and snippets.

@fatihkaan22
Created June 17, 2020 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihkaan22/c7f5d164cf6306b2ade9fedd02494277 to your computer and use it in GitHub Desktop.
Save fatihkaan22/c7f5d164cf6306b2ade9fedd02494277 to your computer and use it in GitHub Desktop.
# See man `man zathurarc'
# Open document in fit-width mode by default
set adjust-open "best-fit"
# One page per row by default
set pages-per-row 1
#stop at page boundries
set scroll-page-aware "true"
# set smooth-scroll "true"
set scroll-full-overlap 0.01
set scroll-step 50
#zoom settings
set zoom-min 5
set zoom-step 5
set guioptions ""
# recolor-reverse-video "true"
# zathurarc-dark
set font "inconsolata 15"
set default-bg "#000000" #00
set default-fg "#F7F7F6" #01
set statusbar-fg "#B0B0B0" #04
set statusbar-bg "#202020" #01
set inputbar-bg "#151515" #00 currently not used
set inputbar-fg "#FFFFFF" #02
set notification-error-bg "#AC4142" #08
set notification-error-fg "#151515" #00
set notification-warning-bg "#AC4142" #08
set notification-warning-fg "#151515" #00
set highlight-color "#F4BF75" #0A
set highlight-active-color "#6A9FB5" #0D
set completion-highlight-fg "#151515" #02
set completion-highlight-bg "#90A959" #0C
set completion-bg "#303030" #02
set completion-fg "#E0E0E0" #0C
set notification-bg "#90A959" #0B
set notification-fg "#151515" #00
# set recolor "true"
# set recolor-lightcolor "#000000" #00
set recolor-lightcolor "#292d3e" #00
set recolor-darkcolor "#ffffff" #06
set recolor-reverse-video "true"
set recolor-keephue "false"
set render-loading "false"
set scroll-step 50
map <Up> zoom in
map <Down> zoom out
map <C-j> scroll page-bottom
map <C-k> scroll page-top
map <C-h> scroll half-left
map <C-l> scroll half-right
# map <Space> 10 down
unmap f
map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
@fatihkaan22
Copy link
Author

~/.config/zathura/zathurarc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment