I would like to mention a personal project that might be of interest here:
https://colorize-baskerville.rhcloud.com/explore/1
This is a general-purpose color scheme editor. By general-purpose I mean that it isn’t limited to a particular editor format.
I’ve started the project because I couldn’t find anything remotely close to what I needed.
Currently, only flat formats are imported. A Vim color scheme, for example, isn’t flat: it requires a Vimscript interpreter and might contain several variants (dark, light, etc.). I do provide, however, a script to flatten a .vim
file (it requires vim & gvim). I therefore indirectly support Vim color schemes.
I considered adding support for atom themes but the format is, unfortunately, non-flat.
My point of view is that, instead of using non-flat formats and templates, we should use powerful theme editors that permit the manual fine tuning involved in making a good theme.