Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saccarosium/kak-codedark

A port of vim-code-dark to kakoune
https://github.com/saccarosium/kak-codedark

colorscheme kakoune kakoune-colorscheme plugin

Last synced: 9 days ago
JSON representation

A port of vim-code-dark to kakoune

Awesome Lists containing this project

README

        

== kak Codedark

image::assets/Screenshot-1.png[]

kak Codedark is a port of
https://github.com/tomasiser/vim-code-dark[vim-code-dark] theme for the
https://kakoune.org/[kakoune] text editor.

== Installation

For the installation, just curl the file in your kakoune's config:
[,shell]
----
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:
[,kak]
----
plug "saccarosium/kak-codedark" theme
----

== Credits

* https://github.com/tomasiser/vim-code-dark[vim-code-dark]: all the colors are taken from here;
* https://git.sr.ht/~raiguard/one.kak[one.kak]: for giving me a starter file to build on.