Misterio77 / flavours

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

Modify sources #53

Closed jocelynthode closed 1 year ago

jocelynthode commented 2 years ago

Hey,

I really like using this tool as it simplifies my theme changing habit a lot. However one thing I think which could be better would be to be able specify the templates and schemes sources directly in the config.toml file.

I think it would be easier especially when initializing the tool to have them in the configuration file as it is configure IMHO instead of having to manually create all the folder arborescence in .local/...

I could try submitting a PR for this if you're interested although I've never writtenrrust before

Cheers

Misterio77 commented 2 years ago

Hey, thanks for the suggestion!

I'm about to merge #48, which should help with your usecase.

I sure agree adding an option to set this on the config would also work. I think this order of precedence makes sense: config file -> sources file in .config -> sources file in .local/share

A PR would be very welcome :)

Misterio77 commented 1 year ago

I think this was fixed by https://github.com/Misterio77/flavours/pull/62, feel free to reopen if there's anything missing!