Update catppuccin for foot, add for mako and zathura
This commit is contained in:
parent
ee401aacb9
commit
efbc653977
6 changed files with 70 additions and 53 deletions
37
home/.config/zathura/catppuccin
Normal file
37
home/.config/zathura/catppuccin
Normal file
|
@ -0,0 +1,37 @@
|
|||
set default-fg "#d9e0ee"
|
||||
set default-bg "#1e1d2f"
|
||||
|
||||
set completion-bg "#302d41"
|
||||
set completion-fg "#d9e0ee"
|
||||
set completion-highlight-bg "#575268"
|
||||
set completion-highlight-fg "#d9e0ee"
|
||||
set completion-group-bg "#302d41"
|
||||
set completion-group-fg "#96cdfb"
|
||||
|
||||
set statusbar-fg "#d9e0ee"
|
||||
set statusbar-bg "#302d41"
|
||||
|
||||
set notification-bg "#302d41"
|
||||
set notification-fg "#d9e0ee"
|
||||
set notification-error-bg "#302d41"
|
||||
set notification-error-fg "#f28fad"
|
||||
set notification-warning-bg "#302d41"
|
||||
set notification-warning-fg "#fae3b0"
|
||||
|
||||
set inputbar-fg "#d9e0ee"
|
||||
set inputbar-bg "#302d41"
|
||||
|
||||
set recolor-lightcolor "#1e1d2f"
|
||||
set recolor-darkcolor "#d9e0ee"
|
||||
|
||||
set index-fg "#d9e0ee"
|
||||
set index-bg "#1e1d2f"
|
||||
set index-active-fg "#d9e0ee"
|
||||
set index-active-bg "#302d41"
|
||||
|
||||
set render-loading-bg "#1e1d2f"
|
||||
set render-loading-fg "#d9e0ee"
|
||||
|
||||
set highlight-color "#575268"
|
||||
set highlight-fg "#f5c2e7"
|
||||
set highlight-active-color "#f5c2e7"
|
|
@ -1,33 +1,8 @@
|
|||
set completion-bg "#282828"
|
||||
set recolor-darkcolor "#EBDBB2"
|
||||
set recolor-lightcolor "#282828"
|
||||
set completion-fg "#EBDBB2"
|
||||
set completion-group-bg "#282828"
|
||||
set completion-group-fg "#1E6D8B"
|
||||
set completion-highlight-bg "#EBDBB2"
|
||||
set completion-highlight-fg "#282828"
|
||||
set default-bg "#282828"
|
||||
set default-fg "#EBDBB2"
|
||||
set inputbar-bg "#282828"
|
||||
set inputbar-fg "#EBDBB2"
|
||||
set notification-bg "#282828"
|
||||
set notification-fg "#EBDBB2"
|
||||
set notification-error-bg "#EBAE79"
|
||||
set notification-error-fg "#EBDBB2"
|
||||
set notification-warning-bg "#EBAE79"
|
||||
set notification-warning-fg "#EBDBB2"
|
||||
set statusbar-bg "#282828"
|
||||
set statusbar-fg "#EBDBB2"
|
||||
set index-bg "#282828"
|
||||
set index-fg "#EBDBB2"
|
||||
set index-active-bg "#EBDBB2"
|
||||
set index-active-fg "#282828"
|
||||
set render-loading-bg "#282828"
|
||||
set render-loading-fg "#EBDBB2"
|
||||
|
||||
set smooth-scroll true
|
||||
set window-title-home-tilde true
|
||||
set statusbar-basename true
|
||||
set selection-clipboard clipboard
|
||||
set recolor false
|
||||
set vertical-center true
|
||||
|
||||
include catppuccin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue