mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 06:07:27 +03:00
16be7f8815
the previous themes do not have the correct colors and aren't great for the eyes. when selecting e.g. to copy text, it uses red for light theme and the same bg for dark theme. the previous light theme is not even a light theme so I also fixed that as well. Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
themes {
|
|
gruvbox-light {
|
|
bg 213 196 161
|
|
fg 80 73 69
|
|
orange 152 0 5
|
|
green 121 116 14
|
|
yellow 215 153 33
|
|
blue 69 133 136
|
|
magenta 177 98 134
|
|
cyan 104 157 106
|
|
black 235 219 178
|
|
white 60 56 54
|
|
red 214 93 14
|
|
}
|
|
gruvbox-dark {
|
|
fg 235 219 178
|
|
bg 80 73 69
|
|
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
|
|
}
|
|
}
|