mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
29 lines
780 B
Text
29 lines
780 B
Text
# [[file:../../Desktop.org::*Zathura][Zathura:1]]
|
|
set abort-clear-search false
|
|
set guioptions cs
|
|
set selection-clipboard clipboard
|
|
set recolor true
|
|
map <C-r> set recolor false
|
|
map <C-R> set recolor true
|
|
|
|
set recolor-lightcolor "#292D3E"
|
|
|
|
set completion-bg "#292D3E"
|
|
set completion-fg "#A6Accd"
|
|
set completion-group-bg "#292D3E"
|
|
set completion-group-fg "#A6Accd"
|
|
set completion-highlight-bg "#c792ea"
|
|
set completion-highlight-fg "#1c1f2b"
|
|
|
|
set inputbar-bg "#292D3E"
|
|
set inputbar-fg "#e3acff"
|
|
set statusbar-bg "#292D3E"
|
|
set statusbar-fg "#e3acff"
|
|
|
|
set notification-error-bg "#f07178"
|
|
# set notification-error-fg ""
|
|
set notification-error-fg "#000000"
|
|
set notification-warning-bg "#ffcb6b"
|
|
# set notification-warning-fg ""
|
|
set notification-warning-fg "#000000"
|
|
# Zathura:1 ends here
|