gruvbox-soft.kak
is a port of the
gruvbox-material
colorscheme to Kakoune.
Copy gruvbox-soft.kak
to ~/.config/kak/colors/
. If there's no
colors/
directory under ~/.config/kak/
, create it too.
mkdir -p ~/.config/kak/colors
cp -i gruvbox-soft.kak ~/.config/kak/colors
Inside Kakoune, select the colorscheme:
colorscheme gruvbox-soft
To load the colorscheme automatically, put the above command in your
config at ~/.config/kak/kakrc
.
The gruvbox-material colorscheme by @sainnhe, which is in turn a modified version of the gruvbox colorscheme by @morhetz.
gruvbox-soft.kak
is licensed under the terms of the Apache-2.0
license.