summaryrefslogtreecommitdiffstats
path: root/example/themes/everforest-light.kdl
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-06 21:56:49 +0100
committerGitHub <noreply@github.com>2023-03-06 21:56:49 +0100
commitd0a780dd7c537e6a5d304e1a9e052c5f05d69628 (patch)
treed97d9b8285bcc72014b885b80ad2774017470843 /example/themes/everforest-light.kdl
parent0708c106d7eecf72f459a1f15800fa8427bd96bd (diff)
chore(repo): revert theme pr (#2229)
* Revert "feat: add self-provided themes (#2224)" This reverts commit 63bfe9c5e495481da97c7c566a727216de75c8a7. * Revert "docs(changelog): add self-provided themes" This reverts commit 364f0e7c44921c23eef69c0f2d5fa4ff31aeb336.
Diffstat (limited to 'example/themes/everforest-light.kdl')
-rw-r--r--example/themes/everforest-light.kdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/example/themes/everforest-light.kdl b/example/themes/everforest-light.kdl
new file mode 100644
index 000000000..0bfb9d8f6
--- /dev/null
+++ b/example/themes/everforest-light.kdl
@@ -0,0 +1,15 @@
+themes {
+ everforest-light {
+ bg "#fff9e8"
+ fg "#5c6a72"
+ black "#5c6a72"
+ red "#f85552"
+ green "#8da101"
+ yellow "#dfa000"
+ blue "#3a94c5"
+ magenta "#df69ba"
+ cyan "#35a77c"
+ white "#dfddc8"
+ orange "#FF9E64"
+ }
+}