Because I have stopped using Kakoune, this project will not receive active maintenance. The issues section has been closed, as I do not plan to address any issues myself. However, I welcome pull requests from anyone who encounters problems with this plugin and knows how to resolve them.
Base16 Gruvbox Dark colorscheme for Kakoune editor. Based on Vim's base16-gruvbox-dark themes. Includes hard, medium and soft variants.
Via plug.kak
plug "andreyorst/base16-gruvbox.kak" noload do %{
mkdir -p $HOME/.config/kak/colors
find $PWD -type f -name "*.kak" -exec ln -sf {} $HOME/.config/kak/colors/ \;
} config %{
colorscheme base16-gruvbox-dark-soft # or any other variant
}Place a symbolic link or copy base16-gruvbox-dark-soft.kak to your colors folder at Kakoune configuration folder.
Thanks @bugworm for creating hard and medium variants.
