zathura: use catppuccin theme
This commit is contained in:
parent
32247d59a2
commit
90c1523965
|
|
@ -14,23 +14,40 @@ map i recolor
|
|||
map p print
|
||||
map b toggle_statusbar
|
||||
|
||||
set default-bg "#222222"
|
||||
set default-fg "#e5e8ea"
|
||||
set statusbar-bg "#224488"
|
||||
set statusbar-fg "#e5e8ea"
|
||||
set inputbar-bg "#224488"
|
||||
set inputbar-fg "#e5e8ea"
|
||||
set notification-bg "#224488"
|
||||
set notification-fg "#e5e8ea"
|
||||
set notification-error-bg "#224488"
|
||||
set notification-error-fg "#e5e8ea"
|
||||
set notification-warning-bg "#224488"
|
||||
set notification-warning-fg "#e5e8ea"
|
||||
set highlight-color "#ff0000"
|
||||
set highlight-active-color "#0000ee"
|
||||
set completion-bg "#ff0000"
|
||||
set completion-fg "#0000ee"
|
||||
set completion-highlight-bg "#ff0000"
|
||||
set completion-highlight-fg "#0000ee"
|
||||
set recolor-lightcolor "#000000"
|
||||
set recolor-darkcolor "#e5e8ea"
|
||||
set default-fg rgba(205,214,244,1)
|
||||
set default-bg rgba(30,30,46,1)
|
||||
|
||||
set completion-bg rgba(49,50,68,1)
|
||||
set completion-fg rgba(205,214,244,1)
|
||||
set completion-highlight-bg rgba(203,166,247,1)
|
||||
set completion-highlight-fg rgba(30,30,46,1)
|
||||
set completion-group-bg rgba(24,24,37,1)
|
||||
set completion-group-fg rgba(205,214,244,1)
|
||||
|
||||
set statusbar-fg rgba(205,214,244,1)
|
||||
set statusbar-bg rgba(17,17,27,1)
|
||||
set inputbar-fg rgba(205,214,244,1)
|
||||
set inputbar-bg rgba(30,30,46,1)
|
||||
|
||||
set notification-bg rgba(30,30,46,1)
|
||||
set notification-fg rgba(205,214,244,1)
|
||||
set notification-error-bg rgba(30,30,46,1)
|
||||
set notification-error-fg rgba(243,139,168,1)
|
||||
set notification-warning-bg rgba(30,30,46,1)
|
||||
set notification-warning-fg rgba(249,226,175,1)
|
||||
|
||||
# set recolor "true"
|
||||
set recolor-lightcolor rgba(30,30,46,1)
|
||||
set recolor-darkcolor rgba(205,214,244,1)
|
||||
|
||||
set index-fg rgba(205,214,244,1)
|
||||
set index-bg rgba(30,30,46,1)
|
||||
set index-active-fg rgba(205,214,244,1)
|
||||
set index-active-bg rgba(49,50,68,1)
|
||||
|
||||
set render-loading-bg rgba(30,30,46,1)
|
||||
set render-loading-fg rgba(205,214,244,1)
|
||||
|
||||
set highlight-color rgba(147,153,178,0.3)
|
||||
set highlight-fg rgba(205,214,244,1)
|
||||
set highlight-active-color rgba(203,166,247,0.3)
|
||||
|
|
|
|||
Loading…
Reference in New Issue