mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
ff36798c9e
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
themes {
|
|
molokai-dark {
|
|
fg 248 248 240
|
|
bg 27 29 30
|
|
black 0 0 0
|
|
red 255 0 0
|
|
green 0 140 0
|
|
yellow 255 255 0
|
|
blue 102 217 239
|
|
magenta 174 129 255
|
|
cyan 0 255 255
|
|
white 255 255 255
|
|
orange 253 151 31
|
|
}
|
|
}
|
|
|