A dark and clean colorscheme for alacritty using the colorscheme showed in the rxyhn dotfiles showcase
To install simply copy the files in ~/.config/alacritty
:
if test -d $HOME/.config/alacritty; then mv $HOME/.config/alacritty $HOME/.config/alacritty.BAK; fi
git clone https://github.com/NightCS/alacritty alacritty
mv alacritty $HOME/.config
Done