summaryrefslogtreecommitdiffstats
path: root/example/themes
diff options
context:
space:
mode:
authorMathieu Santostefano <msantostefano@protonmail.com>2022-05-24 17:02:34 +0200
committerGitHub <noreply@github.com>2022-05-24 17:02:34 +0200
commitfd79b22d59ec18e0b9672b27ab29c286651048a0 (patch)
tree5f915f0c736dac21a39d1773d45b86118595ea28 /example/themes
parent8f3f6ed5fc95342645da04a4d5e2cad634556b16 (diff)
chore(assets): update Dracula Theme (#1435)
* Update Dracula Theme Dracula theme already exists in https://github.com/dracula/zellij * Add link to dracula theme repo
Diffstat (limited to 'example/themes')
-rw-r--r--example/themes/dracula.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/example/themes/dracula.yaml b/example/themes/dracula.yaml
index d4efd9940..b9c8a5afb 100644
--- a/example/themes/dracula.yaml
+++ b/example/themes/dracula.yaml
@@ -2,14 +2,15 @@
themes:
dracula:
+ # From https://github.com/dracula/zellij
bg: [40, 42, 54]
- red: [236, 63, 63]
+ red: [255, 85, 85]
green: [80, 250, 123]
yellow: [241, 250, 140]
blue: [98, 114, 164]
- magenta: [189, 147, 249]
- orange: [216, 133, 76]
+ magenta: [255, 121, 198]
+ orange: [255, 184, 108]
fg: [248, 248, 242]
cyan: [139, 233, 253]
- black: [35, 36, 38]
- white: [222, 222, 218] \ No newline at end of file
+ black: [0, 0, 0]
+ white: [255, 255, 255]