mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 23:31:03 +03:00
ff36798c9e
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
30 lines
593 B
Plaintext
30 lines
593 B
Plaintext
themes {
|
|
gruvbox-light {
|
|
fg 60 56 54
|
|
bg 251 82 75
|
|
black 40 40 40
|
|
red 205 75 69
|
|
green 152 151 26
|
|
yellow 215 153 33
|
|
blue 69 133 136
|
|
magenta 177 98 134
|
|
cyan 104 157 106
|
|
white 213 196 161
|
|
orange 214 93 14
|
|
}
|
|
gruvbox-dark {
|
|
fg 213 196 161
|
|
bg 40 40 40
|
|
black 60 56 54
|
|
red 204 36 29
|
|
green 152 151 26
|
|
yellow 215 153 33
|
|
blue 69 133 136
|
|
magenta 177 98 134
|
|
cyan 104 157 106
|
|
white 251 241 199
|
|
orange 214 93 14
|
|
}
|
|
}
|
|
|