mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 10:55:12 +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
307 B
Plaintext
17 lines
307 B
Plaintext
themes {
|
|
tokyo-night {
|
|
fg 169 177 214
|
|
bg 26 27 38
|
|
black 56 62 90
|
|
red 249 51 87
|
|
green 158 206 106
|
|
yellow 224 175 104
|
|
blue 122 162 247
|
|
magenta 187 154 247
|
|
cyan 42 195 222
|
|
white 192 202 245
|
|
orange 255 158 100
|
|
}
|
|
}
|
|
|