Skip to main content
Home

Create color schemes for Vim, Airline and Lightline

This package works with Deno
This package works with Deno
JSR Score
94%
Published
10 months ago (2.1.3)

Estilo

Create and maintain colorschemes for vim, airline and lightline.

JSR NPM

estilo-demo

Installation

Deno

deno install -n estilo -g -W -R jsr:@jacoborus/estilo

Node.js

npm install -g estilo

Other plaforms

Download the binary for your OS

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

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 installed in your computer



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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@jacoborus/estilo

Import symbol

import * as estilo from "@jacoborus/estilo";
or

Import directly with a jsr specifier

import * as estilo from "jsr:@jacoborus/estilo";