themer
themer copied to clipboard
Themer is a colorscheme generator and manager for your desktop.
Either sort colors to the nearest correct name (`red`, `green`, `bright_blue` etc.) or find a way to label the colors so that there are obvios ways to use them and...
If `kmeans` is installed from pypi, it's broken because `themer` passes `(r, g, b, a)` to it where it only expects `(r, g, b)`. See the below exception ``` $...
Split from #46. - [ ] remove `-t`/`--template` and the hierarchy layer between `templates` and `config.yaml` - [ ] add switch to chose which config file to use, default `config.yaml`...
Split from #46. This means always rendering to `current` and not storing anything except `colors.yaml` (which should be called something better) and the source file(s) / wallpaper in the theme...
Split from #46. This will clean up the directory hierarchy and free up the exception cases where themes are called `current` or `templates` (and thereby simplify argument handling)
Split from #46. Look for a `include` key first and merge config into config found at that path location (recursively). This should allow selectively overriding variables in a setup. Note:...
I would like a more generalized architecture where Parsers can not only set colors but also other parameters and where parsers may **not** set colors for example. `themer generate` might...