s-ol / themer

Themer is a colorscheme generator and manager for your desktop.
Other
300 stars 40 forks source link

Filters #44

Closed Amar1729 closed 7 years ago

Amar1729 commented 7 years ago

Add support for colorschemes that may be formatted differently (e.g. real-valued 0-1 rather than 0-255 hex)

Amar1729 commented 7 years ago

For default templates and a contrib folder, I thought it might be ok to have all the templates in the default folder, with everything except those files you want to keep in config.yaml commented out.

s-ol commented 7 years ago

actually you are right, if it is not imposed onto the user anymore (by copying default config) it is totally fine to have all templates here.

s-ol commented 7 years ago

I think it should also work the way powerline does it: all config and template data is loaded from .config/... first if possible, and then a fallback to the internal data is used. that way 'stock' users can just make their own config.yaml enabling and disabling some templates, and later start adding their own over time.