Skip to content

andreyorst/base16-gruvbox.kak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Project status

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.kak

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

image

Installation

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.

About

Base16 Gruvbox Dark Soft variant colorscheme for Kakoune

Topics

Resources

License

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors