feat(themes): add pencil light (#2157)

This commit is contained in:
Aral Balkan 2023-02-13 17:01:33 +00:00 committed by GitHub
parent 9879b5a059
commit 199e566bf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
example/themes/pencil.kdl Normal file
View 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"
}
}