spacecamp.kak
August 1, 2022 ยท View on GitHub
A port of the SpaceCamp color scheme for Kakoune.

Installation
With plug.kak:
plug "haukkagu/spacecamp.kak" theme
Without a plugin manager:
git clone https://github.com/haukkagu/spacecamp.kak
mkdir -p ~/.config/kak/colors
cp spacecamp.kak/colors/* ~/.config/kak/colors
Usage
The plugin provides two color schemes: spacecamp and spacecamp-lite. The latter has a slightly lighter background than the former.
To enable one of the color schemes, add one of the following lines to ~/.config/kak/kakrc:
colorscheme spacecamp
or...
colorscheme spacecamp-lite
See also
- haukkagu/powerline-spacecamp.kak - SpaceCamp theme for powerline.kak.
Credits
Thanks to Jared Gorski for creating this amazing color scheme!