ref(colors): bold operators
This commit is contained in:
parent
c343b61db9
commit
3805351253
|
@ -262,7 +262,7 @@ local highlight_groups = {
|
||||||
Conditional = {fg=ice, style='italic'},
|
Conditional = {fg=ice, style='italic'},
|
||||||
Repeat = {fg=turqoise, style='bold'},
|
Repeat = {fg=turqoise, style='bold'},
|
||||||
Label = {fg=pink, style='italic'},
|
Label = {fg=pink, style='italic'},
|
||||||
Operator = {fg=green},
|
Operator = {fg=green, style='bold'},
|
||||||
Keyword = {fg=teal},
|
Keyword = {fg=teal},
|
||||||
Exception = {fg=red_light, style='bold'},
|
Exception = {fg=red_light, style='bold'},
|
||||||
Noise = 'Delimiter',
|
Noise = 'Delimiter',
|
||||||
|
|
Loading…
Reference in New Issue