Package Exports
- estilo
- estilo/esm/estilo.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (estilo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Estilo
Create and maintain colorschemes for vim, airline and lightline.

Installation
Deno
deno install -n estilo -g -W -R jsr:@jacoborus/estiloNode.js
npm install -g estiloOther plaforms
Download the binary for your OS
CLI
Usage: estilo [command]
Commands:
create [folder]: Create an estilo project in [folder] or current folderrender [folder]: Render project in [folder] or current folder
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.ymlSimple:
mv estilo estilos && mv estilos/addons/nvim-term.yml estilos/terminal.ymlColorschemes created with Estilo
- Tender by @jacoborus
- Oceanic Next by @mhartington
- Falcon by @fenetikm
- Github by @albertorestifo
- vim-framer-syntax by @balanceiskey
- Ullswater by @logicmonkey
- nour2 by @ibash
- Ullswater by @logicmonkey
- add yours
Development
Estilo is written in pure Typescript, you'll need deno.js installed in your computer
© 2016-2023 Jacobo Tabernero Rey - Released under MIT License