diff --git a/README.md b/README.md index a755891..f01764b 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ The contrast between background and primary color helps avoiding any eye fatigue | Terminal | Ported | | ----------- | ----------- | | Alacritty | [YES](https://github.com/decaycs/decay-terms/tree/main/alacritty) | +| Foot | [YES](https://github.com/decaycs/decay-terms/tree/main/foot) | | Kitty | [YES](https://github.com/decaycs/decay-terms/tree/main/kitty) | | Tilix | [YES](https://github.com/decaycs/decay-terms/tree/main/tilix) | | Terminator | [YES](https://github.com/decaycs/decay-terms/tree/main/terminator) | -| st - Suckless | [YES](https://github.com/decaycs/decay-terms/tree/main/st) | | tym | [YES](https://github.com/decaycs/decay-terms/tree/main/tym) | +| st - Suckless | [YES](https://github.com/decaycs/decay-terms/tree/main/st) | | WezTerm | [YES](https://github.com/decacs/decay-terms/tree/main/wezterm) | | Xresources | [YES](https://github.com/decaycs/decay-terms/tree/main/xresources) | @@ -46,6 +47,15 @@ Enable `Decay theme` adding `import: - ~/.config/alacritty/decay.yml` to your `a >Happy ricing :) +## [Foot](https://codeberg.org/dnkl/foot) - +To get the **Decay Theme** for the *Foot* terminal, you need to copy the contents of [this file](https://github.com/decaycs/decay-terms/tree/main/foot/decay.ini) and paste it at the bottom of your foot.ini + +**PS: Make sure to remove any existing colors segment from your foot.ini** + +* Screenshots and better documenutation coming soon + + + ## [Kitty](https://github.com/kovidgoyal/kitty) - Head over to `kitty/` and copy `decay.ini` to your kitty config path: diff --git a/foot/decay.ini b/foot/decay.ini new file mode 100644 index 0000000..87de298 --- /dev/null +++ b/foot/decay.ini @@ -0,0 +1,22 @@ +[colors] +# alpha=1.0 +foreground=a9b1d6 +background=171a1f +# Normal/regular colors (color palette 0-7) + regular0=1c252c # black + regular1=e05f65 # red + regular2=78dba9 # green + regular3=f1cf8a # yellow + regular4=70a5eb # blue + regular5=c68aee # magenta + regular6=74bee9 # cyan + regular7=dee1e6 # white +# Bright colors (color palette 8-15) + bright0=384148 # bright black + bright1=fc7b81 # bright red + bright2=94f7c5 # bright green + bright3=ffeba6 # bright yellow + bright4=8cc1ff # bright blue + bright5=e2a6ff # bright magenta + bright6=90daff # bright cyan + bright7=fafdff # bright white