Move focus to
evc.kak
BUI for Kakoune
bui.kak
is a Kakoune color scheme that uses BUI environment variables. If the BUI elements color matches the BUI terminal color, it will use the native terminal color instate.
With plug.kak
just put this in your kakrc
:
plug "NNBnh/bui.kak" theme config %{
declare-option str-list bui_cursor_information 'true' # Put this here if you want to use cursor color for information
colorscheme bui
}
Made with ❤️ by NNB