summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/themes/tokyo-night-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/tokyo-night-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/tokyo-night-dark.kdl')
-rw-r--r--zellij-utils/assets/themes/tokyo-night-dark.kdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/zellij-utils/assets/themes/tokyo-night-dark.kdl b/zellij-utils/assets/themes/tokyo-night-dark.kdl
new file mode 100644
index 000000000..6813a3360
--- /dev/null
+++ b/zellij-utils/assets/themes/tokyo-night-dark.kdl
@@ -0,0 +1,15 @@
+themes {
+ tokyo-night-dark {
+ fg 169 177 214
+ bg 26 27 38
+ black 56 62 90
+ red 249 51 87
+ green 158 206 106
+ yellow 224 175 104
+ blue 122 162 247
+ magenta 187 154 247
+ cyan 42 195 222
+ white 192 202 245
+ orange 255 158 100
+ }
+}