estilo
v1.5.1
Published
Generate vim color schemes, airline and lightline themes
Downloads
313
Maintainers
Readme
Estilo
Estilo makes easy to create and maintain colorschemes for vim, airline and lightline.
Installation
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
Quick start
Initialize your project and follow the instructions:
mkdir myproject && cd myproject && estilo init
Next: Color palettes
CLI
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
Documentation
Colorschemes created with Estilo
- Tender by @jacoborus
- Oceanic Next by @mhartington
- Falcon by @fenetikm
- Github by @albertorestifo
- add yours
© 2016 Jacobo Tabernero - Released under MIT License