feat(themes): add pencil light (#2157)
This commit is contained in:
parent
9879b5a059
commit
199e566bf7
1 changed files with 15 additions and 0 deletions
15
example/themes/pencil.kdl
Normal file
15
example/themes/pencil.kdl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
themes {
|
||||
pencil-light {
|
||||
fg "#005F87"
|
||||
bg "#f1f1f1"
|
||||
black "#f1f1f1"
|
||||
red "#B6D6FD"
|
||||
green "#10A778"
|
||||
yellow "#A89C14"
|
||||
blue "#008EC4"
|
||||
magenta "#B6D6FD"
|
||||
cyan "#20A5BA"
|
||||
white "#424242"
|
||||
orange "#D75F5F"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue