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
300 B
Plaintext
17 lines
300 B
Plaintext
themes {
|
|
solarized-dark {
|
|
fg 253 246 227
|
|
bg 0 43 54
|
|
black 7 54 66
|
|
red 220 50 47
|
|
green 133 153 0
|
|
yellow 181 137 0
|
|
blue 38 139 210
|
|
magenta 211 54 130
|
|
cyan 42 161 152
|
|
white 238 232 213
|
|
orange 203 75 22
|
|
}
|
|
}
|
|
|