• Stars
    star
    345
  • Rank 122,750 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create color schemes for Vim, Airline and Lightline

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 --unstable --allow-read --allow-write -n estilo https://denopkg.com/jacoborus/estilo/dist/estilo.js

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
  • add-syntax: Add more syntax templates
  • add-airline [styleName]: Add a new Airline style
  • add-lightline [styleName]: Add a new Lightline style
  • help [command]: Show this help or the help of a sub-command.
  • --version: Show the version number.

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, so you need deno.js 1.35 or higher installed in your computer



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

More Repositories

1

nanobar

Very lightweight progress bars. No jQuery
JavaScript
2,856
star
2

tender.vim

A 24bit colorscheme for Vim, Airline and Lightline
Vim Script
1,058
star
3

deep-json

Load a tree of splitted JSON files and folders
JavaScript
65
star
4

wiretree

Dependency injection framework for Node.js
JavaScript
47
star
5

directus-extension-display-link

Display URLs as links in Directus 9
TypeScript
45
star
6

weak-emitter

Contexts based event emitter on ES6 WeakMaps
TypeScript
38
star
7

deno-buckets

Bundle assets and scripts in a single executable file. Deno
TypeScript
23
star
8

curlymail

Lightweight email sending with mustache templates support for messages
JavaScript
20
star
9

directus-lite-sdk

The unofficial Directus Lite SDK in less than 1Kb
TypeScript
16
star
10

nuts

View compiler for javascript apps. Work in progress
TypeScript
10
star
11

safename

Normalize and transform diacritics, dashes, and spaces
TypeScript
10
star
12

dotfiles

Dotfiles for Neovim, zsh, tmux, ...
Lua
8
star
13

boxes

Strongly typed reactive immutable proxies as state containers
TypeScript
6
star
14

hexterm

Convert hexadecimal color codes to closest Xterm
TypeScript
6
star
15

dotmail

Send emails with templates.
JavaScript
5
star
16

submitter

Automatically submitting forms with AJAX
JavaScript
5
star
17

miniruler

Manage roles in contexts
JavaScript
5
star
18

node-filesaver

Stores files in folders easily with node.js
JavaScript
4
star
19

jetkit

Dynamic website generator πŸš€. Work in progress
JavaScript
3
star
20

updox

Get markdown documentation from your javascript comments
JavaScript
3
star
21

hardwire

Structured and scalable node.js app container. Work in progress
JavaScript
3
star
22

express-nuts

Nuts template engine plugin for Expressjs 4
JavaScript
2
star
23

spa-vue

Basic Vue + Vite templates
TypeScript
1
star
24

hw-base

Admin panel base for Hardwire CMs
CSS
1
star
25

hw-blog

Blog plugin for Hardwire CMS
JavaScript
1
star
26

wikimatic

Minimalistic, markdown-based wiki for (neo)Vim
Vim Script
1
star
27

live-nuts

Live template rendering engine based on NUTS syntax (in early development)
JavaScript
1
star
28

hardwire-cli

Command line interface for Hardwire.
JavaScript
1
star
29

jacoborus.github.io

HTML
1
star
30

hardwire-boilerplates

Two boilerplates for Hardwire: basic and blog
JavaScript
1
star