dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.34k stars 325 forks source link

[Feature] Add themer template #545

Closed ghost closed 4 years ago

ghost commented 4 years ago

Themer is a great OSS which generates various editor themes, terminal themes, and themes for other apps.

https://github.com/mjswensen/themer

Themer can run with user color-set. I'd like to make color-set with pywal. So I created PR.

ghost commented 4 years ago

Test failed for non-related reason, and it looks this error exists before this PR.

$ flake8 pywal tests setup.py
pywal/export.py:61:80: E501 line too long (97 > 79 characters)
pywal/export.py:68:80: E501 line too long (81 > 79 characters)
The command "flake8 pywal tests setup.py" exited with 1.
ghost commented 4 years ago

Tests are fixed here

https://github.com/dylanaraps/pywal/pull/546

ghost commented 4 years ago

@dylanaraps Hope this PR will be merged....

dylanaraps commented 4 years ago

Apologies for the delay. Thanks for the PR.

ghost commented 4 years ago

Thank you very much for review! I love your products!