Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Delapouite/kakoune-ink
- Owner: Delapouite
- Created: 2017-02-03T17:02:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T06:18:38.000Z (over 4 years ago)
- Last Synced: 2024-11-16T03:41:57.208Z (about 1 month ago)
- Topics: colorscheme, kakoune
- Language: JavaScript
- Homepage: https://delapouite.github.io/kakoune-ink/
- Size: 2.18 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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