summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/themes/menace.kdl
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-04-27 00:26:07 +0900
committerGitHub <noreply@github.com>2023-04-27 00:26:07 +0900
commitff36798c9e52c9c73111afd03c9a69ecb1aee073 (patch)
treec03640f71a6dc08ef544e8dd34aa4ce5c49ff28f /zellij-utils/assets/themes/menace.kdl
parent0a8bbd7f2310b849dec324aae88c546f82ec7fe8 (diff)
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
Diffstat (limited to 'zellij-utils/assets/themes/menace.kdl')
-rw-r--r--zellij-utils/assets/themes/menace.kdl17
1 files changed, 17 insertions, 0 deletions
diff --git a/zellij-utils/assets/themes/menace.kdl b/zellij-utils/assets/themes/menace.kdl
new file mode 100644
index 000000000..e0840df36
--- /dev/null
+++ b/zellij-utils/assets/themes/menace.kdl
@@ -0,0 +1,17 @@
+// orange-green-blue
+
+themes {
+ menace {
+ fg "#e3a555"
+ bg 40 42 54
+ red "#f74c17"
+ green 80 250 123
+ yellow 241 250 140
+ blue 98 114 164
+ magenta 255 121 198
+ orange 255 184 108
+ cyan 139 233 253
+ black "#04399d"
+ white 255 255 255
+ }
+}