Skip to content

Create color schemes for Vim, Airline and Lightline

License

Notifications You must be signed in to change notification settings

jacoborus/estilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estilo

Create and maintain colorschemes for vim, airline and lightline.


🔥 HEADS UP!

You're currently looking at Estilo 2 branch (beta version). If you're looking for Estilo 1, please check out node branch.


estilo-demo

Installation

Deno users

deno install -n estilo --allow-write --allow-read jsr:@jacoborus/estilo

Other plaforms

TODO

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
  • help [command]: Show this help

Guide

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:

git mv estilo estilos && git mv estilos/addons/nvim-term.yml estilos/terminal.yml

Simple:

mv estilo estilos && mv estilos/addons/nvim-term.yml estilos/terminal.yml

Colorschemes created with Estilo

Development

Estilo is written in pure Typescript, you'll need deno.js 1.35 or higher installed in your computer



© 2016-2023 Jacobo Tabernero Rey - Released under MIT License