Decay uses shades of green along with a dark-toned background for better contrast!
The contrast between background and primary color helps avoiding any eye fatigue when spending a lot of time in front of the computer.
| Terminal | Ported |
|---|---|
| Alacritty | YES |
| Kitty | YES |
| Tilix | YES |
| Terminator | YES |
| st - Suckless | YES |
| tym | YES |
| WezTerm | YES |
| Xresources | YES |
| Windows Terminal | YES |
First clone the repo into your prefered directory using:
git clone https://github.com/decaycs/decay-terms
After that, you can get the theme from specific directories for supported terminals.
Head over to alacritty/ and copy decay.yml to your alacritty config path:
cd decay-terms/alacritty
cp decay.yml ~/.config/alacritty/See the folder
alacrittyto get more versions of decay likedark-decayandlight-decay.
Enable Decay theme adding import: - ~/.config/alacritty/decay.yml to your alacritty.yml
Happy ricing :)
Kitty -
Head over to kitty/ and copy decay.ini to your kitty config path:
cd decay-terms/kitty
cp decay.ini ~/.config/kitty/See the folder
kittyto get more versions of decay likedark-decayandlight-decay.
Enable Decay theme adding include decay.ini to your kitty.conf
Happy ricing :)
Tilix -
Head over to tilix/ and copy decay.json to your tilix schemes directory:
cd decay-terms/tilix
cp decay.json ~/.config/tilix/schemesSee the folder
tilix/schemesto get more versions of decay likedark-decayandlight-decay.
To enable Decay theme in tilix, you need to follow a few steps:
- Open your profile preferences (tilix settings)
- Switch to
Colortab - Select Decay from the color scheme drop-down menu
Happy ricing :)
To get Decay Theme for Terminator terminal, you need to dot some I's and cross some T's :|
You need to copy the content of terminator/decay into your ~/.config/terminator/config file under the profiles section.
After you've done that your Terminator config file should look something like this:

To enable Decay theme in terminator you need to right click inside terminal and select the Decay profile from the drop-down menu.
To make Decay theme default, check out EliverLara Terminator themes
See the folder
terminatorto get more versions of decay likedark-decayandlight-decay.
Happy ricing :)
Getting Decay Theme for st terminal can be a little bit tricky :|
There are a few approaches to make it work, showing a few for now, but will add extra soon :)
The easiest way is using xrdb merge and path/to/xresources, in our case you can use:
xrdb merge ./st/xresources
This only works using the xresources st patch, for example, we're using the siduck's st build that really works nice with this!
Another way is to edit your ~/.Xresources file to match the colors of Decay
To do so, just copy the content of ./st/xresources into your ~/.Xresources file, but make sure to edit the correct section, such as colors section
Note*: If you use .Xresources for your rice colors, then your whole rice will change to Decay Theme colors. Be Aware !
Happy ricing!
tym -
To get Decay Theme work in tym terminal is quite simple, just head over to tym/ and copy theme.lua to your tym terminal config path:
By default tym terminal config path is
~/.config/tym
cp -r decay-terms/tym/theme.lua ~/.config/tymIf you just installed tym and don't have any previous configurations for tym, you can copy the config.lua:
cp -r decay-terms/tym/config.lua ~/.config/tymor if you do have custom configurations, then you just add the content of tym/config.lua to your ~/.config/tym/config.lua file.
See the folder
tymto get more versions of decay likedark-decayandlight-decay.
Happy ricing :)
WezTerm -
All you need to do is, once again use your favorite keyboard keys, ctrl+c and ctrl+v :)
Head over to wezterm/ and copy the content of wezterm.lua under the return section into your wezterm config file.
See the folder
weztermto get more versions of decay likedark-decayandlight-decay.
Happy ricing :)
To get the Decay Theme in your personal Xresources is easy.
Head over the folder xresources of the repo, and then copy the file .Xresources to your home.
cd decay-terms/xresources
cp .Xresources ~Now merge the info in your system using xrdb:
xrdb merge ~/.XresourcesSee the folder
xresourcesto get more versions of decay likedark-decayandlight-decay.
Is recommended to put this in your autostart, but not in all cases
Head over to the settings page, and click Open JSON file.
Copy the content of your favourite theme to the "schemes"
part of the file.
See the folder
windows-terminalto get more versions of decay likedark-decayandlight-decay.
Enable Decay by selecting it in the Appearence section of your profile in the settings GUI.
Happy ricing :)








