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:
parent
9c250d6df6
commit
16be7f8815
1 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue