Estilo makes easy to create and maintain colorschemes for vim, airline and lightline.
Estilo is written in pure javascript, so you need node.js v6 or higher installed in your computer, then install with npm:
npm install -g estilo
Initialize your project and follow the instructions:
mkdir myproject && cd myproject && estilo init
Next: Color palettes
Usage: estilo [command]
Commands:
init
: Initialize an estilo project in current folderrender
: Render all the colorschemes and themesadd-syntax
: Add more syntax templatesadd-airline
: Add a new Airline styleadd-lightline
: Add a new Lightline stylehelp
: Show help
© 2016 Jacobo Tabernero - Released under MIT License