mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-02 07:07:02 +02:00
add colors for foot
This commit is contained in:
parent
22ba950771
commit
e97f146276
5 changed files with 117 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ local zen_colors = require("kanso.colors").setup({ theme = 'zen' })
|
|||
- [Alacritty](extras/alacritty/)
|
||||
- [Kitty](extras/kitty/)
|
||||
- [Ghostty](extras/ghostty)
|
||||
- [Foot](extras/foot/)
|
||||
- [Wezterm](extras/wezterm/)
|
||||
- [Yazi](extras/yazi/)
|
||||
- [Zathura](extras/zathura/)
|
||||
|
|
|
|||
29
extras/foot/kanso-ink.ini
Normal file
29
extras/foot/kanso-ink.ini
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[colors]
|
||||
foreground=c5c9c7
|
||||
background=14171d
|
||||
|
||||
regular0=14171d
|
||||
regular1=c4746e
|
||||
regular2=8a9a7b
|
||||
regular3=c4b28a
|
||||
regular4=8ba4b0
|
||||
regular5=a292a3
|
||||
regular6=8ea4a2
|
||||
regular7=a4a7a4
|
||||
|
||||
bright0=5c6066
|
||||
bright1=e46876
|
||||
bright2=87a987
|
||||
bright3=e6c384
|
||||
bright4=7fb4ca
|
||||
bright5=938aa9
|
||||
bright6=7aa89f
|
||||
bright7=c5c9c7
|
||||
|
||||
16=b6927b
|
||||
17=b98d7b
|
||||
|
||||
selection-foreground=c5c9c7
|
||||
selection-background=3e424a
|
||||
|
||||
urls=72a7bc
|
||||
29
extras/foot/kanso-mist.ini
Normal file
29
extras/foot/kanso-mist.ini
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[colors]
|
||||
foreground=c5c9c7
|
||||
background=23262d
|
||||
|
||||
regular0=23262d
|
||||
regular1=c4746e
|
||||
regular2=8a9a7b
|
||||
regular3=c4b28a
|
||||
regular4=8ba4b0
|
||||
regular5=a292a3
|
||||
regular6=8ea4a2
|
||||
regular7=a4a7a4
|
||||
|
||||
bright0=5c6066
|
||||
bright1=e46876
|
||||
bright2=87a987
|
||||
bright3=e6c384
|
||||
bright4=7fb4ca
|
||||
bright5=938aa9
|
||||
bright6=7aa89f
|
||||
bright7=c5c9c7
|
||||
|
||||
16=b6927b
|
||||
17=b98d7b
|
||||
|
||||
selection-foreground=c5c9c7
|
||||
selection-background=43464e
|
||||
|
||||
urls=72a7bc
|
||||
29
extras/foot/kanso-pearl.ini
Normal file
29
extras/foot/kanso-pearl.ini
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[colors]
|
||||
foreground=22262d
|
||||
background=f2f1ef
|
||||
|
||||
regular0=22262d
|
||||
regular1=c84053
|
||||
regular2=6f894e
|
||||
regular3=77713f
|
||||
regular4=4d699b
|
||||
regular5=b35b79
|
||||
regular6=597b75
|
||||
regular7=9f9f99
|
||||
|
||||
bright0=5c6066
|
||||
bright1=d7474b
|
||||
bright2=6e915f
|
||||
bright3=836f4a
|
||||
bright4=6693bf
|
||||
bright5=624c83
|
||||
bright6=5e857a
|
||||
bright7=f2f1ef
|
||||
|
||||
16=cc6d00
|
||||
17=e82424
|
||||
|
||||
selection-foreground=22262d
|
||||
selection-background=e2e1df
|
||||
|
||||
urls=73a7bc
|
||||
29
extras/foot/kanso-zen.ini
Normal file
29
extras/foot/kanso-zen.ini
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[colors]
|
||||
foreground=c5c9c7
|
||||
background=090e13
|
||||
|
||||
regular0=090e13
|
||||
regular1=c4746e
|
||||
regular2=8a9a7b
|
||||
regular3=c4b28a
|
||||
regular4=8ba4b0
|
||||
regular5=a292a3
|
||||
regular6=8ea4a2
|
||||
regular7=a4a7a4
|
||||
|
||||
bright0=5c6066
|
||||
bright1=e46876
|
||||
bright2=87a987
|
||||
bright3=e6c384
|
||||
bright4=7fb4ca
|
||||
bright5=938aa9
|
||||
bright6=7aa89f
|
||||
bright7=c5c9c7
|
||||
|
||||
16=b6927b
|
||||
17=b98d7b
|
||||
|
||||
selection-foreground=c5c9c7
|
||||
selection-background=22262d
|
||||
|
||||
urls=72a7bc
|
||||
Loading…
Add table
Add a link
Reference in a new issue