This is a little python script that converts JSON formatted color schemes from terminal.sexy to the JSON format that is used in terminix.
git clone --recursive url/of/this/repo/terminix.sexy.git
make
If your terminix scheme path is not ~/.config/terminix/schemes
call make like this:
TERMINIX_SCHEME_PATH='/path/to/terminix/schemes' make
- python 3.x
- gnu make