xres2tlx
Convert colorschemes in Xresource files to Tilix JSON colorschemes.
Usage
$ xres2tlx <path-to-xresources-file> > colorscheme.jsonInstallation
From https://rubygems.org
gem install xres2tlx
From source
One-liner
git clone git@github.com:pinecat/xres2tlx.git && cd xres2tlx && gem build && gem install xres2tlx-*.gem
Manual
$ git clone git@github.com:pinecat/xres2tlx.git
$ cd xres2tlx
$ gem build
$ gem install xres2tlx-*.gem
License
This program is licensed under the MIT license. For more information, please see the LICENSE.