summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-11-30 21:51:21 +0900
committerGitHub <noreply@github.com>2022-11-30 21:51:21 +0900
commit924488de6f5d2f6a602e0b3d908c70d18f888be2 (patch)
tree25f1c6bd6527b3d92993c168d13470ee6797eb50
parent2641cccafccace33e20d408489e1832b75757c28 (diff)
fix(themes): missing tokyo-night-dark theme (#1972)
-rw-r--r--example/themes/tokyo-night-dark.kdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/example/themes/tokyo-night-dark.kdl b/example/themes/tokyo-night-dark.kdl
index e69de29bb..6813a3360 100644
--- a/example/themes/tokyo-night-dark.kdl
+++ b/example/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
+ }
+}