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.
deno install -n estilo --allow-write --allow-read jsr:@jacoborus/estilo
Download the binary for your OS
Usage: estilo [command]
Commands:
create [folder]
: Create an estilo project in [folder] or current folderrender [folder]
: Render project in [folder] or current folder
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
- Tender by @jacoborus
- Oceanic Next by @mhartington
- Falcon by @fenetikm
- Github by @albertorestifo
- vim-framer-syntax by @balanceiskey
- Ullswater by @logicmonkey
- nour2 by @ibash
- add yours
Estilo is written in pure Typescript, you'll need deno.js installed in your computer
© 2016-2023 Jacobo Tabernero Rey - Released under MIT License