forked from extern/nix-config
b8e61965c7
This lets me use my zathura config without relying exclusively on pywal being set up (theme set, done.sh ran, cache not cleared).
24 lines
1002 B
Plaintext
24 lines
1002 B
Plaintext
# [colors]
|
|
set default-bg "{background}"
|
|
set default-fg "{foreground}"
|
|
set statusbar-bg "{background}"
|
|
set statusbar-fg "{foreground}"
|
|
set inputbar-bg "{background}"
|
|
set inputbar-fg "{foreground}"
|
|
set notification-bg "{background}"
|
|
set notification-fg "{foreground}"
|
|
set notification-error-bg "{background}"
|
|
set notification-error-fg "{foreground}"
|
|
set notification-warning-bg "{background}"
|
|
set notification-warning-fg "{foreground}"
|
|
set highlight-color "{color3}"
|
|
set highlight-active-color "{color4}"
|
|
set completion-bg "{color3}"
|
|
set completion-fg "{color4}"
|
|
set completion-highlight-bg "{color3}"
|
|
set completion-highlight-fg "{color4}"
|
|
set recolor-lightcolor "{background}"
|
|
set recolor-darkcolor "{foreground}"
|
|
|
|
# vim:ft=conf
|