šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

estilo

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estilo

Create color schemes for Vim, NeoVim, Airline and Lightline

2.1.3
latest
Source
npm
Version published
Weekly downloads
25
-89.41%
Maintainers
0
Weekly downloads
Ā 
Created
Source

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

Keywords

vim

FAQs

Package last updated on 28 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts