config. zathura - punk_theme

This commit is contained in:
rob 2024-04-15 23:25:49 -04:00
parent b44b812894
commit 3fe90e525e

62
zathura/zathurarc Normal file
View file

@ -0,0 +1,62 @@
# zathurarc-punk_coders
set font "IBM Plex Mono 9"
set default-bg "#000b1e" #00
set default-fg "#87ffaf" #01
set statusbar-fg "#87ffaf" #01
set statusbar-bg "#000b1e" #00
set inputbar-bg "#000b1e" #00
set inputbar-fg "#0abdc6" #03
set notification-error-bg "#AC4142" #04
set notification-error-fg "#000b1e" #00
set notification-warning-bg "#AC4142" #04
set notification-warning-fg "#000b1e" #00
set highlight-color "#F4BF75" #05
set highlight-active-color "#6A9FB5" #06
set completion-highlight-fg "#303030" #07
set completion-highlight-bg "#75B5AA" #08
set completion-bg "#000b1e" #00
set completion-fg "#75B5AA" #08
set notification-bg "#90A959" #09
set notification-fg "#000b1e" #00
set recolor-lightcolor "#000b1e" #00
set recolor-darkcolor "#E0E0E0" #10
set recolor "true"
set recolor-keephue "true"
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map i recolor
map <C-s> toggle_statusbar
map <C-c> zoom best-fit
#set guioptions "sv"
set statusbar-basename true
set window-title-basename true
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 3
set selection-clipboard clipboard
set window-height 3000
set window-width 3000
set synctex-editor-command vis
set adjust-open best-fit
map [normal] h navigate previous
map [normal] i navigate next
map <C-e> feedkeys ":exec urxvtc -e vis <Return>"
map <C-f> feedkeys ":exec urxvtc -e nnn -C $FILE <Return>"