Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saccarosium/kak-codedark
- Owner: saccarosium
- License: mit
- Created: 2022-06-23T23:38:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T18:21:05.000Z (over 2 years ago)
- Last Synced: 2023-03-08T00:41:50.177Z (over 1 year ago)
- Topics: colorscheme, kakoune, kakoune-colorscheme, plugin
- Language: KakouneScript
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.