Skip to content

Commit

Permalink
feat(themes): add pencil light (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
aral authored Feb 13, 2023
1 parent 9879b5a commit 199e566
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example/themes/pencil.kdl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 199e566

Please sign in to comment.