A port of the SpaceCamp color scheme for Kakoune.
With plug.kak:
plug "haukkagu/spacecamp.kak" themeWithout a plugin manager:
git clone https://github.com/haukkagu/spacecamp.kak
mkdir -p ~/.config/kak/colors
cp spacecamp.kak/colors/* ~/.config/kak/colorsThe 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 spacecampor...
colorscheme spacecamp-lite- haukkagu/powerline-spacecamp.kak - SpaceCamp theme for powerline.kak.
Thanks to Jared Gorski for creating this amazing color scheme!