Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Expand Down Expand Up @@ -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:

Expand Down
22 changes: 22 additions & 0 deletions foot/decay.ini
Original file line number Diff line number Diff line change
@@ -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