themerdev / themer

🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
https://themer.dev
MIT License
5.48k stars 115 forks source link

Support .yaml extension for base16 themes #19

Closed modille closed 6 years ago

modille commented 6 years ago

Most base16 themes use .yaml instead of .yml for the file extension. Before, the condition to check a color option for a yaml file only matched on .yml but not on .yaml. Now it matches on both, just in case.

mjswensen commented 6 years ago

This is great, thank you! 🙌

mjswensen commented 6 years ago

Released in v3.1.1 👍