zellij/zellij-utils/assets/themes/pencil.kdl
Jae-Heon Ji ff36798c9e
feat: provide default themes (#2307)
* refactor: move themes to zellij-assets

* feat: add theme to the binary

* chore: move new theme from example to assets
2023-04-27 00:26:07 +09:00

16 lines
294 B
Plaintext

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"
}
}