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
This commit is contained in:
Mathieu Santostefano 2022-05-24 17:02:34 +02:00 committed by GitHub
parent 8f3f6ed5fc
commit fd79b22d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]
black: [0, 0, 0]
white: [255, 255, 255]