refactor(zathura): use kanagawa colors
This commit is contained in:
parent
3f395f2b39
commit
2e498f2aef
@ -1,43 +1,37 @@
|
||||
set window-title-basename "true"
|
||||
set selection-clipboard "clipboard"
|
||||
set notification-error-bg "#1F1F28"
|
||||
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 notification-error-fg "#f8f8f2" # Foreground
|
||||
set notification-warning-bg "#ffb86c" # Orange
|
||||
set notification-warning-fg "#44475a" # Selection
|
||||
set notification-bg "#282a36" # Background
|
||||
set notification-fg "#f8f8f2" # Foreground
|
||||
set completion-bg "#1F1F28"
|
||||
set completion-fg "#DCD7BA"
|
||||
set completion-group-bg "#2A2A37"
|
||||
set completion-group-fg "#DCD7BA"
|
||||
set completion-highlight-bg "#957FB8"
|
||||
set completion-highlight-fg "#1F1F28"
|
||||
|
||||
set completion-bg "#282a36" # Background
|
||||
set completion-fg "#6272a4" # Comment
|
||||
set completion-group-bg "#282a36" # Background
|
||||
set completion-group-fg "#6272a4" # Comment
|
||||
set completion-highlight-bg "#44475a" # Selection
|
||||
set completion-highlight-fg "#f8f8f2" # Foreground
|
||||
set index-bg "#1F1F28"
|
||||
set index-fg "#957FB8"
|
||||
set index-active-bg "#957FB8"
|
||||
set index-active-fg "#1F1F28"
|
||||
|
||||
set index-bg "#282a36" # Background
|
||||
set index-fg "#f8f8f2" # Foreground
|
||||
set index-active-bg "#44475a" # Current Line
|
||||
set index-active-fg "#f8f8f2" # Foreground
|
||||
set inputbar-bg "#1F1F28"
|
||||
set inputbar-fg "#DCD7BA"
|
||||
|
||||
set inputbar-bg "#282a36" # Background
|
||||
set inputbar-fg "#f8f8f2" # Foreground
|
||||
set statusbar-bg "#282a36" # Background
|
||||
set statusbar-fg "#f8f8f2" # Foreground
|
||||
set statusbar-bg "#1F1F28"
|
||||
set statusbar-fg "#DCD7BA"
|
||||
|
||||
set highlight-color "#ffb86c" # Orange
|
||||
set highlight-active-color "#ff79c6" # Pink
|
||||
set highlight-color "#FFA066"
|
||||
set highlight-active-color "#FF5D62"
|
||||
|
||||
set default-bg rgba(40,42,54,0.9) # Background
|
||||
set default-fg "#f8f8f2" # Foreground
|
||||
set default-bg "#1F1F28"
|
||||
set default-fg "#DCD7BA"
|
||||
set render-loading "true"
|
||||
set render-loading-bg "#1F1F28"
|
||||
set render-loading-fg "#DCD7BA"
|
||||
|
||||
set render-loading true
|
||||
set render-loading-fg "#282a36" # Background
|
||||
set render-loading-bg "#f8f8f2" # Foreground
|
||||
|
||||
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
|
||||
set recolor-lightcolor "#1F1F28"
|
||||
set recolor-darkcolor "#DCD7BA"
|
||||
set recolor "true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user