https://github.com/anhsirk0/kakoune-themes
Beautiful Color schemes for kakoune.
https://github.com/anhsirk0/kakoune-themes
kakoune kakoune-plugin kakoune-themes plugin
Last synced: 4 months ago
JSON representation
Beautiful Color schemes for kakoune.
- Host: GitHub
- URL: https://github.com/anhsirk0/kakoune-themes
- Owner: anhsirk0
- License: gpl-3.0
- Created: 2021-01-04T14:20:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T06:05:53.000Z (almost 2 years ago)
- Last Synced: 2025-08-02T12:43:19.773Z (11 months ago)
- Topics: kakoune, kakoune-plugin, kakoune-themes, plugin
- Language: KakouneScript
- Homepage:
- Size: 5.13 MB
- Stars: 73
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-theme.pl
- License: LICENSE
Awesome Lists containing this project
README
# Kakoune themes
+ Git repo on Codeberg:
- Mirrors:
+ GitHub:
This repo has 48 themes
8 from modus-themes, 32 from ef-themes and 8 more
> This repo is also my personal config for kakoune
## Modus vivendi color scheme
Ef-themes pictures: https://protesilaos.com/emacs/ef-themes-pictures
Modus-themes pictures: https://protesilaos.com/emacs/modus-themes-pictures

> Background color #000000
## Modus operandi color scheme

> Background color #ffffff
## Ef-autumn color scheme

> Background color #0f0e06
## Ef-winter color scheme

> Background color #0f0b15
## Kanagawa color scheme

> Background color #1F1F28
## Ayu-mirage color scheme

> Background color #1F2430
## Ayu-dark color scheme

> Background color #0A0E14
## Pastel color scheme

> Background color #2B2E33
## Warm color scheme

> Background color #222120
## Cherry color scheme

> Background color #23232F
## Berry color scheme

> Background color #2C2C2C
## Cyanide color scheme

> Background color #171A1F
## Undoo color scheme

> Background color #101010
## Monokai color scheme

*monokai syntax is different than the sublime's monokai*
> Background color #2C2C2D
## One-dark color scheme

> Background color #282C34
## Mygruvbox color scheme

mygruvbox is almost identical to original gruvbox {whitespace color is dimmed & few other minor changes}
gruvbox name was already taken so i have to resort to mygruvbox
> Background color #282828
## By default background color is set to terminal's default
## usage
add colors to ~/.config/kak/
```bash
cp colors ~/.config/kak/ -r
```
## use `change-theme.pl` to change the themes (fzf optionally required)
```bash
$ perl ~/.config/kak/change-theme.pl
```
> This will use fzf to select a theme interactively
```bash
$ perl ~/.config/kak/change-theme.pl viv
'vivendi.kak' theme selected
```
> This will change theme to the first theme that has viv in its name
```bash
$ perl ~/.config/kak/change-theme.pl desert
'desertex.kak' theme selected
```
> This will change theme to the first theme that has desert in its name, like desertex
## Thanks
Modus themes - https://protesilaos.com/emacs/modus-themes-colors
Ef themes - https://protesilaos.com/emacs/ef-themes
Kanagawa theme - https://github.com/rebelot/kanagawa.nvim
Cherry theme - https://github.com/nullxception/cherry-vscode
Gruvbox theme - https://github.com/morhetz/gruvbox
One Dark theme - https://github.com/atom/one-dark-syntax
Ayu theme - https://github.com/dempfi/ayu
Transparent Selections - https://github.com/caksoylar/kakoune-mysticaltutor