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
17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
themes {
|
|
one-half-dark {
|
|
fg 220 223 228
|
|
bg 40 44 52
|
|
black 27 29 35
|
|
red 227 63 76
|
|
green 152 195 121
|
|
yellow 229 192 123
|
|
blue 97 175 239
|
|
magenta 198 120 221
|
|
cyan 86 182 194
|
|
white 233 225 254
|
|
orange 216 133 76
|
|
}
|
|
}
|
|
|