From d5c1bd09cdac1d79121622a4955c903f4724bc3b Mon Sep 17 00:00:00 2001 From: Infinitybeond1 Date: Sat, 14 May 2022 19:49:25 -0500 Subject: [PATCH 1/4] Ported to foot --- foot/foot.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 foot/foot.ini diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 0000000..e7d93ab --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,26 @@ +# foot.ini + +font=JetBrainsMono Nerd Font:size=13 + +[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 From e22adb09aa33a13785592e5e8f418d3f8101920f Mon Sep 17 00:00:00 2001 From: Infinitybeond1 <88919270+Infinitybeond1@users.noreply.github.com> Date: Sat, 14 May 2022 20:04:03 -0500 Subject: [PATCH 2/4] Alphabetize the table for ported terms --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a755891..dd36253 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) | From e5936f97b7d6593fb23f4a2f0e310aaa74e14e36 Mon Sep 17 00:00:00 2001 From: Infinitybeond1 <88919270+Infinitybeond1@users.noreply.github.com> Date: Sat, 14 May 2022 20:05:13 -0500 Subject: [PATCH 3/4] Update and rename foot.ini to decay.ini --- foot/{foot.ini => decay.ini} | 4 ---- 1 file changed, 4 deletions(-) rename foot/{foot.ini => decay.ini} (92%) diff --git a/foot/foot.ini b/foot/decay.ini similarity index 92% rename from foot/foot.ini rename to foot/decay.ini index e7d93ab..87de298 100644 --- a/foot/foot.ini +++ b/foot/decay.ini @@ -1,7 +1,3 @@ -# foot.ini - -font=JetBrainsMono Nerd Font:size=13 - [colors] # alpha=1.0 foreground=a9b1d6 From d5ad24e6f5592864b4d286a4225c4cb545a28856 Mon Sep 17 00:00:00 2001 From: Infinitybeond1 <88919270+Infinitybeond1@users.noreply.github.com> Date: Sat, 14 May 2022 20:14:18 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dd36253..f01764b 100644 --- a/README.md +++ b/README.md @@ -47,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: