docs(examples): create kanagawa.kdl (#1913)
* Create kanagawa.kdl * style(format): adjust indentation Co-authored-by: Aram Drevekenin <aram@poor.dev>
This commit is contained in:
parent
ec023197f6
commit
46dae69f56
1 changed files with 15 additions and 0 deletions
15
example/themes/kanagawa.kdl
Normal file
15
example/themes/kanagawa.kdl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
themes {
|
||||
kanagawa {
|
||||
fg "#DCD7BA"
|
||||
bg "#1F1F28"
|
||||
red "#C34043"
|
||||
green "#76946A"
|
||||
yellow "#FF9E3B"
|
||||
blue "#7E9CD8"
|
||||
magenta "#957FB8"
|
||||
orange "#FFA066"
|
||||
cyan "#7FB4CA"
|
||||
black "#16161D"
|
||||
white "#DCD7BA"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue