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
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
themes {
|
|
tokyo-night-dark {
|
|
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
|
|
}
|
|
}
|