Alacritty 0.13+ has deprecated the yaml-based config and shows a deprecation error when loading this config.
This PR changes the template to generate a toml-based config and regenerate all the colors (I used base16-builder-go to do so but I guess any would do).
Alacritty 0.13+ has deprecated the yaml-based config and shows a deprecation error when loading this config.
This PR changes the template to generate a toml-based config and regenerate all the colors (I used
base16-builder-go
to do so but I guess any would do).