base16-gruvbox.kak icon indicating copy to clipboard operation
base16-gruvbox.kak copied to clipboard

Base16 Gruvbox Dark Soft variant colorscheme for Kakoune

base16-gruvbox.kak

Base16 Gruvbox Dark colorscheme for Kakoune editor. Based on Vim's base16-gruvbox-dark themes. Includes hard, medium and soft variants.

image

Installation

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
}

Without plugin manager

Place a symbolic link or copy base16-gruvbox-dark-soft.kak to your colors folder at Kakoune configuration folder.

Special thanks

Thanks @bugworm for creating hard and medium variants.