Skip to content

saccarosium/kak-codedark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kak Codedark

Screenshot 1

kak Codedark is a port of vim-code-dark theme for the kakoune text editor.

Installation

For the installation, just curl the file in your kakoune’s config:

mkdir -p ~/.config/kak/colors/
curl https://raw.githubusercontent.com/saccarosium/kak-codedark/main/colors/codedark.kak -o ~/.config/kak/colors/codedark.kak

Alternatively you can use plug.kak:

plug "saccarosium/kak-codedark" theme

Credits

  • vim-code-dark: all the colors are taken from here;

  • one.kak: for giving me a starter file to build on.

Releases

No releases published

Packages

No packages published