Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Delapouite/kakoune-ink

kakoune color scheme designer
https://github.com/Delapouite/kakoune-ink

colorscheme kakoune

Last synced: 28 days ago
JSON representation

kakoune color scheme designer

Awesome Lists containing this project

README

        

# kakoune-ink

A [kakoune](http://kakoune.org) color scheme designer.

## Usage

https://delapouite.github.io/kakoune-ink/

## Setup for development

npm install
npm run watch

## Get parsed source

console.log(JSON.stringify(JSON.parse(localStorage.getItem('state')).parsedSource));

## See also

- [kakoune-colors](https://github.com/delapouite/kakoune-colors): collection of dark and light colorschemes
- [kakoune-palette](https://github.com/Delapouite/kakoune-palette): preview colors in the gutter

## License

Based on vim.ink

MIT