mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +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
301 B
Plaintext
17 lines
301 B
Plaintext
themes {
|
|
tokyo-night-light {
|
|
fg 52 59 88
|
|
bg 213 214 219
|
|
black 15 15 20
|
|
red 186 75 96
|
|
green 72 94 48
|
|
yellow 143 94 21
|
|
blue 52 84 138
|
|
magenta 90 74 120
|
|
cyan 15 75 110
|
|
white 130 137 172
|
|
orange 150 80 39
|
|
}
|
|
}
|
|
|