neodotfiles/config/zathura/zathurarc

55 lines
1.7 KiB
Text
Raw Permalink Normal View History

2022-07-05 21:06:56 +00:00
## ____ __
## / __ \_________ _/ /_____
## / / / / ___/ __ `/ //_/ _ \
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
## /_____/_/ \__,_/_/|_|\___/ My custom zathura config
##
2023-01-22 03:42:41 +00:00
set font "mononoki Nerd Font 9"
set default-bg "#262626" #00
set default-fg "#ebdbb2" #01
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set statusbar-fg "#ebdbb2" #04
set statusbar-bg "#262626" #01
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set inputbar-bg "#262626" #00 currently not used
set inputbar-fg "#ebdbb2" #02
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set notification-error-bg "#262626" #08
set notification-error-fg "#cc241d" #00
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set notification-warning-bg "#262626" #08
set notification-warning-fg "#d79921" #00
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set highlight-color "#262626" #0A
set highlight-active-color "#ebdbb2" #0D
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set completion-highlight-fg "#4e4e4e" #02
set completion-highlight-bg "#87afaf" #0C
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set completion-bg "#4e4e4e" #02
set completion-fg "#ebdbb2" #0C
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set notification-bg "#262626" #0B
set notification-fg "#458588" #00
2022-06-07 02:15:35 +00:00
2023-01-22 03:42:41 +00:00
set recolor-lightcolor "#262626" #00
set recolor-darkcolor "#ebdbb2" #06
2023-06-20 14:29:23 +00:00
set recolor "false"
2022-06-07 02:15:35 +00:00
# setting recolor-keep true will keep any color your pdf has.
# if it is false, it'll just be black and white
set recolor-keephue "false"
set selection-clipboard "clipboard"
# keybindings
map [fullscreen] a adjust_window best-fit
map [fullscreen] s adjust_window width
map [fullscreen] f follow
map [fullscreen] <Tab> toggle_index
map [fullscreen] j scroll down
map [fullscreen] k scroll up
map [fullscreen] h navigate previous
map [fullscreen] l navigate next