fix(theme): fix for gruvbox light and dark (#3255)

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>
This commit is contained in:
Soc Virnyl S. Estela 2024-10-25 16:19:59 +08:00 committed by GitHub
parent 9c250d6df6
commit 16be7f8815
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,20 @@
themes { themes {
gruvbox-light { gruvbox-light {
fg 124 111 100 bg 213 196 161
bg 251 82 75 fg 80 73 69
black 40 40 40 orange 152 0 5
red 205 75 69 green 121 116 14
green 152 151 26
yellow 215 153 33 yellow 215 153 33
blue 69 133 136 blue 69 133 136
magenta 177 98 134 magenta 177 98 134
cyan 104 157 106 cyan 104 157 106
white 213 196 161 black 235 219 178
orange 214 93 14 white 60 56 54
red 214 93 14
} }
gruvbox-dark { gruvbox-dark {
fg 213 196 161 fg 235 219 178
bg 40 40 40 bg 80 73 69
black 60 56 54 black 60 56 54
red 204 36 29 red 204 36 29
green 152 151 26 green 152 151 26
@ -26,4 +26,3 @@ themes {
orange 214 93 14 orange 214 93 14
} }
} }