Skip to content

falbru/spacecamp.kak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spacecamp.kak

A port of the SpaceCamp color scheme for Kakoune.

screenshot

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

Credits

Thanks to Jared Gorski for creating this amazing color scheme!

Releases

No releases published

Packages

No packages published