mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 06:07:27 +03:00
ff36798c9e
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
18 lines
321 B
Plaintext
18 lines
321 B
Plaintext
// orange-green-blue
|
|
|
|
themes {
|
|
menace {
|
|
fg "#e3a555"
|
|
bg 40 42 54
|
|
red "#f74c17"
|
|
green 80 250 123
|
|
yellow 241 250 140
|
|
blue 98 114 164
|
|
magenta 255 121 198
|
|
orange 255 184 108
|
|
cyan 139 233 253
|
|
black "#04399d"
|
|
white 255 255 255
|
|
}
|
|
}
|