Fabrizio Destro 369eddeb11 Removed lfs'attributes | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=5) %!d(string=hai) anos | |
.tools | %!s(int64=5) %!d(string=hai) anos | |
themes | %!s(int64=5) %!d(string=hai) anos | |
.lfsconfig | %!s(int64=5) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=5) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos |
Personalize your kitty terminal and choose your theme from this awesome collection, for more information on the terminal visit https://github.com/kovidgoyal/kitty
In this repository you can find a set of themes to personalize your kitty terminal, these have been ported from iTerm2-Color-Schemes. You can find the previews for each theme in the section below or in this other repository.
If you want to download and use one of these theme you have two options:
bash
git clone --depth 1 git@github.com:dexpota/kitty-themes.git ~/.config/kitty/kitty-themes
bash
wget https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/3024_Day.conf -P ~/.config/kitty/kitty-themes
Choose a theme and create a symlink:
cd ~/.config/kitty
ln -s ./kitty-themes/themes/Floraverse.conf ~/.config/kitty/theme.conf
include ./theme.conf
All original content of this repository is licensed with the MIT License. Whenever possible the author of the theme is cited inside each theme configuration file, together with its license. Hit me up if you find your theme inside this repository and you want a proper citation.
If you have followed the installation instructions and cloned the entire repo, you have two options to try a theme:
bash
kitty @ set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
bash
kitty -o include="~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
Try your new theme with one of the scripts in Color-scripts with this one-liner:
wget -q -O - $(curl -s https://api.github.com/repos/stark/Color-Scripts/contents/color-scripts | jq '.[] | "\(.path) \(.download_url)"' -r | shuf -n1 | cut -d " " -f2) | bash