UNPKG

1.9 kBMarkdownView Raw
1Estilo
2======
3
4**Estilo** makes easy to create and maintain colorschemes for vim, airline and lightline.
5
6
7[![Build Status](https://travis-ci.org/jacoborus/estilo.svg?branch=master)](https://travis-ci.org/jacoborus/estilo) [![npm version](https://badge.fury.io/js/estilo.svg)](https://www.npmjs.com/package/estilo) ![npm dependencies](https://david-dm.org/jacoborus/estilo.svg) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
8
9
10![estilo-demo](https://cloud.githubusercontent.com/assets/829859/18419822/ea729490-7863-11e6-8d04-ddb327da68cd.gif)
11
12
13## Installation
14
15Estilo is written in pure javascript, so you need [node.js v6](https://nodejs.org) or higher installed in your computer, then install with [npm](https://www.npmjs.com/package/estilo):
16
17```sh
18npm install -g estilo
19```
20
21
22## Quick start
23
24Initialize your project and follow the instructions:
25
26```sh
27mkdir myproject && cd myproject && estilo init
28```
29
30Next: [Color palettes](docs/color-palettes.md)
31
32
33## CLI
34
35Usage: `estilo [command]`
36
37Commands:
38
39- **`init`**: Initialize an estilo project in current folder
40- **`render`**: Render all the colorschemes and themes
41- **`add-syntax`**: Opens dialog for adding more syntax templates
42- **`add-airline`**: Opens dialog for adding a new Airline style
43- **`add-lightline`**: Opens dialog for adding a new Lightline style
44- **`help`**: Show help
45
46
47## Documentation
48
49* [Color palettes](docs/color-palettes.md)
50* [Colorschemes](docs/colorschemes.md)
51* [Airline themes](docs/airline.md)
52* [Lightline themes](docs/lightline.md)
53
54
55## Colorschemes created with Estilo
56
57- [Tender](https://github.com/jacoborus/tender.vim)
58- [add yours](https://github.com/jacoborus/estilo/issues/new)
59
60
61<br><br>
62
63---
64
65© 2016 [Jacobo Tabernero](http://jacoborus.codes) - Released under [MIT License](https://raw.github.com/jacoborus/estilo/master/LICENSE)