zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
650 stars 46 forks source link

Alacritty toml files #157

Closed kstevens715 closed 5 months ago

kstevens715 commented 5 months ago

Alacritty now uses yml configuration files instead of yml.

For example, using the existing yml files I now get this warning:

Screenshot 2024-02-07 at 8 44 45 PM

I could attempt to make a PR that adds a new shipwright runner if you're interested in supporting this. If so, would you rather the new toml runner replace the existing yml runner or continue generating both yml and toml files?

kstevens715 commented 5 months ago

I ended up creating an initial PR: #158.

mcchrish commented 5 months ago

Let's generate toml only moving forward. The yaml ones can still be accessed from previous versions if needed.

kstevens715 commented 5 months ago

Let's generate toml only moving forward.

I've updated the PR to only generate toml.