mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 23:31:03 +03:00
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
|
||
|
}
|
||
|
}
|