Generate vim color schemes, airline and lightline themes


Keywords
vim, color, scheme, schemes, themes, generator, color-scheme, airline, colorschemes, lightline
License
MIT
Install
npm install estilo@1.5.1

Documentation

Estilo

Estilo makes easy to create and maintain colorschemes for vim, airline and lightline.

Build Status npm version npm dependencies js-standard-style

estilo-demo

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 folder
  • render: Render all the colorschemes and themes
  • add-syntax: Add more syntax templates
  • add-airline: Add a new Airline style
  • add-lightline: Add a new Lightline style
  • help: Show help

Documentation

Colorschemes created with Estilo




© 2016 Jacobo Tabernero - Released under MIT License