shuhei / colortty

🎨 A utility to generate color schemes for alacritty
MIT License
68 stars 2 forks source link

Switched yaml to toml for Issue #16 #17

Closed tripplehelix closed 11 months ago

tripplehelix commented 11 months ago

Don't merge until 0.13.0 release of alacritty

shuhei commented 11 months ago

Hi, thanks for the PR!

I just added an option for output format (--output-format or -o) so that I can already merge your Toml output changes while keeping Yaml as the default. Could you please rebase your branch on main while keeping the to_yaml function and use your new to_toml function here?

Then we can change the default output to Toml once Alacritty 0.13 is released.

tripplehelix commented 11 months ago

Sure that looks great! Don't forget to add it to the --help message!

tripplehelix commented 11 months ago

Unfortunately I wouldn't know how, as I said, I don't know rust. Sorry!