diff --git a/README.md b/README.md index 9c69221..b3f9c79 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/extras/foot/kanso-ink.ini b/extras/foot/kanso-ink.ini new file mode 100644 index 0000000..fa1e2ee --- /dev/null +++ b/extras/foot/kanso-ink.ini @@ -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 diff --git a/extras/foot/kanso-mist.ini b/extras/foot/kanso-mist.ini new file mode 100644 index 0000000..8ca4508 --- /dev/null +++ b/extras/foot/kanso-mist.ini @@ -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 diff --git a/extras/foot/kanso-pearl.ini b/extras/foot/kanso-pearl.ini new file mode 100644 index 0000000..8ec1fe1 --- /dev/null +++ b/extras/foot/kanso-pearl.ini @@ -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 diff --git a/extras/foot/kanso-zen.ini b/extras/foot/kanso-zen.ini new file mode 100644 index 0000000..de5b444 --- /dev/null +++ b/extras/foot/kanso-zen.ini @@ -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