Update catppuccin for foot, add for mako and zathura

main
Marko Korhonen 3 years ago
parent 3d61a23f12
commit 00d8d65c49

@ -120,9 +120,9 @@ dotfiles:
f_youtube-dl_config: f_youtube-dl_config:
dst: ~/.config/youtube-dl/config dst: ~/.config/youtube-dl/config
src: .config/youtube-dl/config src: .config/youtube-dl/config
f_zathurarc: d_zathura:
dst: ~/.config/zathura/zathurarc dst: ~/.config/zathura
src: .config/zathura/zathurarc src: .config/zathura
f_zprofile: f_zprofile:
dst: ~/.zprofile dst: ~/.zprofile
src: .zprofile src: .zprofile
@ -223,7 +223,7 @@ profiles:
- d_wofi - d_wofi
- f_mako_config - f_mako_config
- f_redshift.conf - f_redshift.conf
- f_zathurarc - d_zathura
- f_mimeo_associations.txt - f_mimeo_associations.txt
- f_tdesktop_lang.strings - f_tdesktop_lang.strings
- f_fonts.conf - f_fonts.conf

@ -1 +1 @@
Subproject commit 8c97593c45fc86ad7791707a3c8fab137180d4fa Subproject commit 39d4bd23ab94210f384025cb79f7df835a284dbe

@ -10,21 +10,21 @@ blink=yes
hide-when-typing=yes hide-when-typing=yes
[colors] [colors]
foreground = D7DAE0 foreground = D9E0EE
background = 1E1E28 background = 1E1D2F
regular0 = 6E6C7C regular0 = 6E6C7E
regular1 = E28C8C regular1 = F28FAD
regular2 = B3E1A3 regular2 = ABE9B3
regular3 = EADDA0 regular3 = FAE3B0
regular4 = A4B9EF regular4 = 96CDFB
regular5 = C6AAE8 regular5 = F5C2E7
regular6 = F0AFE1 regular6 = 89DCEB
regular7 = D7DAE0 regular7 = D9E0EE
bright0 = 6E6C7C bright0 = 988BA2
bright1 = E28C8C bright1 = F28FAD
bright2 = B3E1A3 bright2 = ABE9B3
bright3 = EADDA0 bright3 = FAE3B0
bright4 = A4B9EF bright4 = 96CDFB
bright5 = C6AAE8 bright5 = F5C2E7
bright6 = F0AFE1 bright6 = 89DCEB
bright7 = D7DAE0 bright7 = D9E0EE

@ -1,7 +1,12 @@
background-color=#282828 background-color=#1E1D2F
text-color=#EBDBB2 text-color=#D9E0EE
border-color=#D65D0E border-color=#96CDFB
progress-color=over #302D41
icons=1 icons=1
default-timeout=5000 default-timeout=5000
max-visible=6 max-visible=6
layer=overlay layer=overlay
[urgency=high]
border-color=#F8BD96

@ -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 smooth-scroll true
set window-title-home-tilde true set window-title-home-tilde true
set statusbar-basename true set statusbar-basename true
set selection-clipboard clipboard set selection-clipboard clipboard
set recolor false set recolor false
set vertical-center true set vertical-center true
include catppuccin

Loading…
Cancel
Save