Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Base16 Gruvbox Dark Soft variant colorscheme for Kakoune

License

Notifications You must be signed in to change notification settings

andreyorst/base16-gruvbox.kak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

Watchers

Forks

Releases

No releases published

Packages

No packages published