refactor(zathura): use kanagawa colors

This commit is contained in:
Price Hiller 2023-03-26 12:12:29 -05:00
parent 3f395f2b39
commit 2e498f2aef
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,43 +1,37 @@
set window-title-basename "true" set notification-error-bg "#1F1F28"
set selection-clipboard "clipboard" set notification-error-fg "#FF5D62"
set notification-warning-bg "#1F1F28"
set notification-warning-fg "#FFA066"
set notification-bg "#1F1F28"
set notification-fg "#DCD7BA"
set notification-error-bg "#ff5555" # Red set completion-bg "#1F1F28"
set notification-error-fg "#f8f8f2" # Foreground set completion-fg "#DCD7BA"
set notification-warning-bg "#ffb86c" # Orange set completion-group-bg "#2A2A37"
set notification-warning-fg "#44475a" # Selection set completion-group-fg "#DCD7BA"
set notification-bg "#282a36" # Background set completion-highlight-bg "#957FB8"
set notification-fg "#f8f8f2" # Foreground set completion-highlight-fg "#1F1F28"
set completion-bg "#282a36" # Background set index-bg "#1F1F28"
set completion-fg "#6272a4" # Comment set index-fg "#957FB8"
set completion-group-bg "#282a36" # Background set index-active-bg "#957FB8"
set completion-group-fg "#6272a4" # Comment set index-active-fg "#1F1F28"
set completion-highlight-bg "#44475a" # Selection
set completion-highlight-fg "#f8f8f2" # Foreground
set index-bg "#282a36" # Background set inputbar-bg "#1F1F28"
set index-fg "#f8f8f2" # Foreground set inputbar-fg "#DCD7BA"
set index-active-bg "#44475a" # Current Line
set index-active-fg "#f8f8f2" # Foreground
set inputbar-bg "#282a36" # Background set statusbar-bg "#1F1F28"
set inputbar-fg "#f8f8f2" # Foreground set statusbar-fg "#DCD7BA"
set statusbar-bg "#282a36" # Background
set statusbar-fg "#f8f8f2" # Foreground
set highlight-color "#ffb86c" # Orange set highlight-color "#FFA066"
set highlight-active-color "#ff79c6" # Pink set highlight-active-color "#FF5D62"
set default-bg rgba(40,42,54,0.9) # Background set default-bg "#1F1F28"
set default-fg "#f8f8f2" # Foreground set default-fg "#DCD7BA"
set render-loading "true"
set render-loading-bg "#1F1F28"
set render-loading-fg "#DCD7BA"
set render-loading true set recolor-lightcolor "#1F1F28"
set render-loading-fg "#282a36" # Background set recolor-darkcolor "#DCD7BA"
set render-loading-bg "#f8f8f2" # Foreground set recolor "true"
set recolor-lightcolor rgba(40,42,54,0.9) # Background
set recolor-darkcolor "#f8f8f2" # Foreground
set adjust-open width
set recolor true
set recolor-keephue true