/alacritty

A dark and clean colorscheme for alacritty

Alacritty

A dark and clean colorscheme for alacritty using the colorscheme showed in the rxyhn dotfiles showcase

demonstration

Installation

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