themer icon indicating copy to clipboard operation
themer copied to clipboard

Themer is a colorscheme generator and manager for your desktop.

Results 8 themer issues
Sort by recently updated
recently updated
newest added

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...

enhancement
up-for-grabs
kmeans parser

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 ``` $...

bug
kmeans parser

enhancement
up-for-grabs

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`...

enhancement

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...

enhancement

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)

enhancement

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:...

enhancement

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...

enhancement
up-for-grabs