Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacoborus/estilo
Create color schemes for Vim, Airline and Lightline
https://github.com/jacoborus/estilo
airline color-palettes color-scheme colorscheme colorscheme-generator colorschemes lightline neovim palettes syntax-highlight syntax-highlighting themes vim
Last synced: 28 days ago
JSON representation
Create color schemes for Vim, Airline and Lightline
- Host: GitHub
- URL: https://github.com/jacoborus/estilo
- Owner: jacoborus
- License: mit
- Created: 2016-04-26T11:50:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T16:42:08.000Z (3 months ago)
- Last Synced: 2024-10-01T15:38:39.158Z (about 1 month ago)
- Topics: airline, color-palettes, color-scheme, colorscheme, colorscheme-generator, colorschemes, lightline, neovim, palettes, syntax-highlight, syntax-highlighting, themes, vim
- Language: TypeScript
- Homepage:
- Size: 1.41 MB
- Stars: 362
- Watchers: 8
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estilo
Create and maintain colorschemes for vim, airline and lightline.
[![JSR](https://jsr.io/badges/@jacoborus/estilo)](https://jsr.io/@jacoborus/estilo)
---
**HEADS UP!**
You're currently looking at Estilo 2 branch (beta version). If you're looking
for Estilo 1, please check out
[`node` branch](https://github.com/jacoborus/estilo/tree/node).---
![estilo-demo](https://cloud.githubusercontent.com/assets/829859/18419822/ea729490-7863-11e6-8d04-ddb327da68cd.gif)
## Installation
### Deno users
```sh
deno install -n estilo --allow-write --allow-read jsr:@jacoborus/estilo
```### Other plaforms
[Download the binary for your OS](https://github.com/jacoborus/estilo/releases)
## CLI
Usage: `estilo [command]`
Commands:
- **`create [folder]`**: Create an estilo project in [folder] or current folder
- **`render [folder]`**: Render project in [folder] or current folder## Guide
- [Color palettes](docs/color-palettes.md)
- [Colorschemes](docs/colorschemes.md)
- [Airline themes](docs/airline.md)
- [Lightline themes](docs/lightline.md)## Upgrading from v1.x
Estilo v2.x uses a different folder structure than previous versions. Rename
your `estilo` folder to `estilos` and move `nvim-term.yml` from `addons`
subfolder to `estilos` folder as `terminal.yml`Git repo:
```sh
git mv estilo estilos && git mv estilos/addons/nvim-term.yml estilos/terminal.yml
```Simple:
```sh
mv estilo estilos && mv estilos/addons/nvim-term.yml estilos/terminal.yml
```## Colorschemes created with Estilo
- [Tender](https://github.com/jacoborus/tender.vim) by
[@jacoborus](https://github.com/jacoborus)
- [Oceanic Next](https://github.com/mhartington/oceanic-next) by
[@mhartington](https://github.com/mhartington)
- [Falcon](https://github.com/fenetikm/falcon) by
[@fenetikm](https://github.com/fenetikm)
- [Github](https://github.com/albertorestifo/github.vim) by
[@albertorestifo](https://github.com/albertorestifo)
- [vim-framer-syntax](https://github.com/balanceiskey/vim-framer-syntax) by
[@balanceiskey](https://github.com/balanceiskey)
- [Ullswater](https://github.com/logicmonkey/Ullswater) by
[@logicmonkey](https://github.com/logicmonkey)
- [nour2](https://github.com/ibash/nour2) by
[@ibash](https://github.com/ibash)
- [add yours](https://github.com/jacoborus/estilo/issues/new)## Development
Estilo is written in pure Typescript, you'll need [deno.js](https://deno.land/)
installed in your computer
---
© 2016-2023 [Jacobo Tabernero Rey](http://jacobo.codes) - Released under
[MIT License](https://raw.github.com/jacoborus/estilo/master/LICENSE)