Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanrelf/primer.kak
Color scheme for Kakoune based on GitHub's Primer design system
https://github.com/evanrelf/primer.kak
colorscheme kakoune plugin
Last synced: about 2 months ago
JSON representation
Color scheme for Kakoune based on GitHub's Primer design system
- Host: GitHub
- URL: https://github.com/evanrelf/primer.kak
- Owner: evanrelf
- License: isc
- Created: 2020-05-25T00:46:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T00:15:35.000Z (over 3 years ago)
- Last Synced: 2024-10-12T00:53:38.467Z (2 months ago)
- Topics: colorscheme, kakoune, plugin
- Size: 126 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# primer.kak
Color scheme for [Kakoune](https://github.com/mawww/kakoune) based on GitHub's
[Primer design system](https://primer.style/).## Screenshot
Example of some arbitrary Haskell code:
## Installation
### Using [plug.kak](https://github.com/andreyorst/plug.kak) (recommended)
With plug.kak installed, add to your `kakrc` file:
```kakoune
plug "evanrelf/primer.kak" theme config %{ colorscheme primer }
```### Manually
Download color scheme:
```bash
$ curl -L https://raw.githubusercontent.com/evanrelf/primer.kak/master/colors/primer.kak -o ~/.config/kak/colors/primer.kak --create-dirs
```Add to your `kakrc` file:
```kakoune
colorscheme primer
```