Update zathura config
parent
69d0967e65
commit
977aff5a9d
|
@ -1,38 +1,39 @@
|
|||
# girara
|
||||
set completion-bg "#000000"
|
||||
set completion-fg "#856cff"
|
||||
set completion-group-bg "#000000"
|
||||
set completion-group-fg "#d06600"
|
||||
set completion-highlight-bg "#000000"
|
||||
set completion-highlight-fg "#ff1170"
|
||||
set default-fg "#e2e2e2"
|
||||
set default-bg "#000000"
|
||||
set inputbar-bg "#000000"
|
||||
set inputbar-fg "#856cff"
|
||||
set notification-bg "#000000"
|
||||
set notification-fg "#856cff"
|
||||
set notification-error-bg "#000000"
|
||||
set notification-error-fg "#fa3500"
|
||||
set notification-warning-bg "#000000"
|
||||
set notification-warning-fg "#d06600"
|
||||
set statusbar-bg "#000000"
|
||||
set statusbar-fg "#856cff"
|
||||
set font "monospace 13"
|
||||
set guioptions ""
|
||||
set completion-bg rgba(0,0,0,0)
|
||||
set completion-fg "#000000"
|
||||
set completion-group-bg rgba(0,0,0,0)
|
||||
set completion-group-fg "#000000"
|
||||
set completion-highlight-bg "#ff1170"
|
||||
set completion-highlight-fg "#000000"
|
||||
set default-bg "#856cff"
|
||||
set default-fg "#000000"
|
||||
set font "monospace 13.5"
|
||||
set inputbar-bg "#856cff"
|
||||
set inputbar-fg "#000000"
|
||||
set notification-bg "#856cff"
|
||||
set notification-fg "#000000"
|
||||
set notification-error-bg "#fa3500"
|
||||
set notification-error-fg "#000000"
|
||||
set notification-warning-bg "#d06600"
|
||||
set notification-warning-fg "#000000"
|
||||
set statusbar-bg "#856cff"
|
||||
set statusbar-fg "#000000"
|
||||
set statusbar-v-padding 8
|
||||
|
||||
# zathura
|
||||
set highlight-active-color rgba(255,17,112,0.5)
|
||||
set highlight-color rgba(133,108,255,0.5)
|
||||
set highlight-fg "#000000"
|
||||
set index-active-bg "#000000"
|
||||
set index-active-fg "#ff1170"
|
||||
set index-fg "#856cff"
|
||||
set index-bg "#000000"
|
||||
set index-active-bg "#ff1170"
|
||||
set index-active-fg "#000000"
|
||||
set index-fg "#000000"
|
||||
set index-bg "#856cff"
|
||||
set recolor-darkcolor "#e2e2e2"
|
||||
set recolor-lightcolor "#000000"
|
||||
set render-loading-bg "#000000"
|
||||
set render-loading-fg "#856cff"
|
||||
set render-loading-bg "#856cff"
|
||||
set render-loading-fg "#000000"
|
||||
set signature-error-color "#fa3500"
|
||||
set signature-success-color "#009843"
|
||||
set signature-warning-color "#d06600"
|
||||
set selection-clipboard clipboard
|
||||
set window-title-home-tilde true
|
||||
|
|
Loading…
Reference in New Issue