aarowill / base16-alacritty

Base16 for Alacritty
http://chriskempson.com/projects/base16
MIT License
286 stars 41 forks source link

Switch config to toml #10

Closed ddeville closed 9 months ago

ddeville commented 9 months ago

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).

aarowill commented 9 months ago

Thanks for the PR! This resolves #11 .