shuhei / colortty

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

YAML -> TOML (Alacritty V0.13.0) #16

Open tripplehelix opened 1 year ago

tripplehelix commented 1 year ago

Alacritty version 0.13.0 will be using TOML instead of YAML, are there plans to update the get command to show the new format?

shuhei commented 1 year ago

I don't have a plan, but PRs are welcome :)

tripplehelix commented 1 year ago

Never used rust, will see if I can, out of interest.

tripplehelix commented 1 year ago

Builds fine and runs fine... so there's that.

tripplehelix commented 1 year ago

Sorry I tried, but not knowing rust really got in the way. I am unfortunately unable to make this change. I got it to build, but then couldn't test anything as the -o option wasn't working. Main thing that made me feel I had done something wrong is a lot of the code was duplicated...

tripplehelix commented 10 months ago

V0.13.0 is now the official version.