Misterio77 / flavours

🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
MIT License
506 stars 28 forks source link

Use yaml serde on update module #7

Closed Misterio77 closed 3 years ago

Misterio77 commented 4 years ago

Currently update works by simply reading the yaml and cutting where we find a ':'. I ended up using yaml serde on apply module, so it would be nice to implement this.

Misterio77 commented 3 years ago

Serde doesn't seem to work nicely while reading these files, so i'll close this for now.