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: 4 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T01:42:13.000Z (7 months ago)
- Last Synced: 2026-01-14T18:36:48.190Z (4 months ago)
- Topics: colorscheme, kakoune, plugin
- Language: KakouneScript
- Size: 124 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
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
```