![]() |
![]() |
---|---|
yorumi abyss | yorumi mist |
![]() |
![]() |
yorumi shade | yorumi kraken |
The theme has been added to the official kitty themes repo. The simplest way to use the theme is by the kitty themes kitten and following the prompts.
kitty +kitten themes
Download the themes into your colors directory. This is normally ~/.config/kitty/themes
directory on a POSIX system.
curl -L -o /tmp/yorumi-abyss https://raw.githubusercontent.com/yorumicolors/kitty/refs/heads/main/yorumi-abyss.conf
curl -L -o /tmp/yorumi-mist https://raw.githubusercontent.com/yorumicolors/kitty/refs/heads/main/yorumi-mist.conf
curl -L -o /tmp/yorumi-shade https://raw.githubusercontent.com/yorumicolors/kitty/refs/heads/main/yorumi-shade.conf
curl -L -o /tmp/yorumi-kraken https://raw.githubusercontent.com/yorumicolors/kitty/refs/heads/main/yorumi-kraken.conf
mkdir -p $HOME/.config/kitty/themes
mv /tmp/yorumi-{abyss,mist,shade,kraken} $HOME/.config/kitty/themes
You can then set the colorscheme on your ~/.config/kitty/kitty.conf
as
include themes/yorumi-[abyss|mist|kraken|shade].conf