Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 551 Bytes

kakoune-ink

A kakoune 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

License

Based on vim.ink

MIT