sos4nt / dynamic-colors

Change terminal colors on the fly
MIT License
198 stars 42 forks source link

Xcolor compatibility #10

Open 97-109-107 opened 9 years ago

97-109-107 commented 9 years ago

I thought this would be an even cooler script if it supported Xcolors-style definitions as input. Instead of going the hard route and actually adding this functionality to your script, I quickly wrote a ruby parser

This can be generally interesting in conjunction with repositories such as https://github.com/tlatsas/xcolors

Would you see any drawbacks to incorporating a xcolors reader into your script?

Personally, this completes the functionality of this script - http://charlesleifer.com/blog/using-python-to-generate-awesome-linux-desktop-themes - which generates i3wm config files and xresources files.

hellricer commented 5 years ago

Hey, check out my pull-request that introduces support for default format: https://github.com/sos4nt/dynamic-colors/pull/25