feat: add zathura rose
This commit is contained in:
parent
307c08290e
commit
12fd0f3926
56
work-laptop/configs/zathura/.config/zathura/zathurarc
Normal file
56
work-laptop/configs/zathura/.config/zathura/zathurarc
Normal file
@ -0,0 +1,56 @@
|
||||
# zathurarc-dark
|
||||
set notification-error-bg "#242b2e" # base01 # seem not work
|
||||
set notification-error-fg "#dc322f" # red
|
||||
set notification-warning-bg "#242b2e" # base01
|
||||
set notification-warning-fg "#dc322f" # red
|
||||
set notification-bg "#242b2e" # base01
|
||||
set notification-fg "#b58900" # yellow
|
||||
|
||||
set completion-group-bg "#002b36" # base03
|
||||
set completion-group-fg "#839496" # base0
|
||||
set completion-bg "#242b2e" # base02
|
||||
set completion-fg "#dadada" # base1
|
||||
set completion-highlight-bg "#586e75" # base01
|
||||
set completion-highlight-fg "#eee8d5" # base2
|
||||
|
||||
# Define the color in index mode
|
||||
set index-bg "#242b2e" # base02
|
||||
set index-fg "#dadada" # base1
|
||||
set index-active-bg "#586e75" # base01
|
||||
set index-active-fg "#eee8d5" # base2
|
||||
|
||||
set inputbar-bg "#242b2e" # base01
|
||||
set inputbar-fg "#dadada" # base2
|
||||
|
||||
set statusbar-bg "#242b2e" # base02
|
||||
set statusbar-fg "#dadada" # base1
|
||||
|
||||
set highlight-color "#e57474" # base00 # hightlight match when search keyword(vim's /)
|
||||
set highlight-active-color "#dadada" # blue
|
||||
|
||||
set default-bg "#242b2e" # base02
|
||||
set default-fg "#dadada" # base1
|
||||
set render-loading true
|
||||
set render-loading-fg "#242b2e" # base02
|
||||
set render-loading-bg "#242b2e" # base02
|
||||
|
||||
# Recolor book content's color
|
||||
set recolor true
|
||||
set recolor-lightcolor "#242b2e" # base02
|
||||
set recolor-darkcolor "#dadada" # base1
|
||||
set recolor-keephue true # keep original color
|
||||
|
||||
set statusbar-h-padding 0
|
||||
set statusbar-v-padding 0
|
||||
set page-padding 1
|
||||
map u scroll half-up
|
||||
map d scroll half-down
|
||||
map D toggle_page_mode
|
||||
map r reload
|
||||
map R rotate
|
||||
map K zoom in
|
||||
map J zoom out
|
||||
map i recolor
|
||||
set recolor true
|
||||
map p print
|
||||
set selection-clipboard clipboard
|
Loading…
Reference in New Issue
Block a user