add `zathura` config
parent
a68f6b579b
commit
97fb2349ef
|
@ -0,0 +1,30 @@
|
||||||
|
set selection-clipboard clipboard
|
||||||
|
set completion-bg "#e3e0e1"
|
||||||
|
set completion-fg "#ff3e8b"
|
||||||
|
set completion-group-bg "#e3e0e1"
|
||||||
|
set completion-group-fg "#6185ff"
|
||||||
|
set completion-highlight-bg "#ff3e8b"
|
||||||
|
set completion-highlight-fg "#e3e0e1"
|
||||||
|
set default-fg "#e3e0e1"
|
||||||
|
set default-bg "#292526"
|
||||||
|
set inputbar-bg "#292526"
|
||||||
|
set inputbar-fg "#6185ff"
|
||||||
|
set notification-bg "#292526"
|
||||||
|
set notification-fg "#6185ff"
|
||||||
|
set notification-error-bg "#292526"
|
||||||
|
set notification-error-fg "#ff404f"
|
||||||
|
set notification-warning-bg "#292526"
|
||||||
|
set notification-warning-fg "#e06e00"
|
||||||
|
set statusbar-bg "#292526"
|
||||||
|
set statusbar-fg "#ff3e8b"
|
||||||
|
set highlight-color "#6185ff"
|
||||||
|
set highlight-fg "#00ff00" # find out what this does
|
||||||
|
set highlight-active-color "#ff3e8b"
|
||||||
|
set recolor-darkcolor "#e3e0e1"
|
||||||
|
set recolor-lightcolor "#292526"
|
||||||
|
set render-loading-bg "#292526"
|
||||||
|
set render-loading-fg "#6185ff"
|
||||||
|
set index-fg "#ff3e8b"
|
||||||
|
set index-bg "#e3e0e1"
|
||||||
|
set index-active-fg "#e3e0e1"
|
||||||
|
set index-active-bg "#ff3e8b"
|
Loading…
Reference in New Issue