dotfiles/.config/zathura/zathurarc

114 lines
2.6 KiB
Plaintext
Executable file

#
# # general settings
# set page-padding 0
#
# #set recolor true
#
# # color scheme
# include fail
#
#
#
# set default-fg "#F0F0F0"
# set default-bg "#101010"
#
# set completion-bg "#101010"
# set completion-fg "#F0F0F0"
# set completion-highlight-bg "#575268"
# set completion-highlight-fg "#F0F0F0"
# set completion-group-bg "#101010"
# set completion-group-fg "#8CAAEE"
#
# set statusbar-fg "#F0F0F0"
# set statusbar-bg "#101010"
#
# set notification-bg "#101010"
# set notification-fg "#F0F0F0"
# set notification-error-bg "#101010"
# set notification-error-fg "#E78284"
# set notification-warning-bg "#101010"
# set notification-warning-fg "#FAE3B0"
#
# set inputbar-fg "#F0F0F0"
# set inputbar-bg "#101010"
#
# set recolor-lightcolor "#101010"
# set recolor-darkcolor "#F0F0F0"
#
# set index-fg "#F0F0F0"
# set index-bg "#101010"
# set index-active-fg "#F0F0F0"
# set index-active-bg "#101010"
#
# set render-loading-bg "#101010"
# set render-loading-fg "#F0F0F0"
#
# set highlight-color "#575268"
# set highlight-fg "#F4B8E4"
# set highlight-active-color "#F4B8E4"
# Zathura configuration file
# 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 scroll-full-overlap 0.01
set scroll-step 100
#zoom settings
set zoom-min 10
set guioptions ""
# zathurarc-dark
set font "inconsolata 15"
set default-bg rgba(19,19,19,1) #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-lightcolor rgba(0,0,0,0) #00
set recolor-darkcolor "#E0E0E0" #06
set recolor-reverse-video "true"
set recolor-keephue "true"
set render-loading "false"
set scroll-step 50
unmap f
map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
map i recolor
set database "sqlite"