theming tool writen in bash to easily swap between themes and fonts
Alacrittheme is available on the AUR using your prefered AUR Helper.
~ > paru -S alacrittheme (PARU)
Soon(tm)
Getting a list of available themes or fonts:
~ > alacritty-theme
~ > alacritty-font
Setting a different theme or font:
~ > alacritty-theme gruvbox-dark
~ > alacritty-font firacode
Restoring defaults:
~ > alacritty-theme default
~ > alacritty-font default
Additional settings for alacritty can be set in ~/.config/alacritty/customize.yml
customize.yml is appended to the bottom of the configuration, overwriting any config from themes/fonts