Giter Site home page Giter Site logo

estilo's Introduction

Estilo

Estilo makes easy to 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 --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.7 or higher installed in your computer

Bundle and compile

Estilo needs to be bundled to a single file before being compiled. This command will build Estilo scripts and its assets in dist/estilo.js

deno run --unstable --allow-read --allow-write --allow-net bundler.ts

Then compile with Deno:

deno compile --allow-read --allow-write dist/estilo.js


ยฉ 2016-2021 Jacobo Tabernero Rey - Released under MIT License

estilo's People

Contributors

jacoborus avatar mhartington avatar macguirerintoul avatar m10s avatar mhanberg avatar rakr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.