Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```