Gskartwii / droplet.kak

Dark, high contrast theme for Kakoune

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

droplet.kak: Dark theme for Kakoune

Droplet supports kak-lsp and Powerline.

Key points:

  • Dark theme
  • True colour, italics
  • High contrast
  • Semantically meaningful colours
  • Balanced palette
  • No distractions

Installation

With plug.kak:

plug "Gskartwii/droplet.kak" theme

Or, with the shell:

git clone https://github.com/Gskartwii/droplet.kak
ln -s `pwd`/droplet.kak/colors/droplet.kak $XDG_CONFIG_HOME/kak/colors/droplet.kak

Applying the colorscheme

Put this in your kakrc:

colorscheme droplet

For powerline support, use this instead:

colorscheme droplet
plug "andreyorst/powerline.kak" config %{
    powerline-start
} defer powerline %{
    powerline-theme droplet
}

About

Dark, high contrast theme for Kakoune