mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 06:07:27 +03:00
46dae69f56
* Create kanagawa.kdl * style(format): adjust indentation Co-authored-by: Aram Drevekenin <aram@poor.dev>
16 lines
290 B
Plaintext
16 lines
290 B
Plaintext
themes {
|
|
kanagawa {
|
|
fg "#DCD7BA"
|
|
bg "#1F1F28"
|
|
red "#C34043"
|
|
green "#76946A"
|
|
yellow "#FF9E3B"
|
|
blue "#7E9CD8"
|
|
magenta "#957FB8"
|
|
orange "#FFA066"
|
|
cyan "#7FB4CA"
|
|
black "#16161D"
|
|
white "#DCD7BA"
|
|
}
|
|
}
|