summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/themes/everforest-dark.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/everforest-dark.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/everforest-dark.kdl')
-rw-r--r--zellij-utils/assets/themes/everforest-dark.kdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/zellij-utils/assets/themes/everforest-dark.kdl b/zellij-utils/assets/themes/everforest-dark.kdl
new file mode 100644
index 000000000..00f996fec
--- /dev/null
+++ b/zellij-utils/assets/themes/everforest-dark.kdl
@@ -0,0 +1,15 @@
+themes {
+ everforest-dark {
+ bg "#2b3339"
+ fg "#d3c6aa"
+ black "#4b565c"
+ red "#e67e80"
+ green "#a7c080"
+ yellow "#dbbc7f"
+ blue "#7fbbb3"
+ magenta "#d699b6"
+ cyan "#83c092"
+ white "#d3c6aa"
+ orange "#FF9E64"
+ }
+}