summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/themes/pencil.kdl
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-03-06 23:36:12 +0900
committerGitHub <noreply@github.com>2023-03-06 23:36:12 +0900
commit63bfe9c5e495481da97c7c566a727216de75c8a7 (patch)
tree6eb82a89d47d41cd239b4699d16d38ad5a878a49 /zellij-utils/assets/themes/pencil.kdl
parenta263c34925bdcccff9341e9c634105edea0e67ce (diff)
feat: add self-provided themes (#2224)
* chore: move themes to default assets * feat: add self-provided themes * fix: embed themes into binary
Diffstat (limited to 'zellij-utils/assets/themes/pencil.kdl')
-rw-r--r--zellij-utils/assets/themes/pencil.kdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/zellij-utils/assets/themes/pencil.kdl b/zellij-utils/assets/themes/pencil.kdl
new file mode 100644
index 000000000..166368349
--- /dev/null
+++ b/zellij-utils/assets/themes/pencil.kdl
@@ -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"
+ }
+}