diff --git a/colors/highlite.vim b/colors/highlite.vim index 5f2b4b4..2f12fa6 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -262,7 +262,7 @@ local highlight_groups = { Conditional = {fg=ice, style='italic'}, Repeat = {fg=turqoise, style='bold'}, Label = {fg=pink, style='italic'}, - Operator = {fg=green}, + Operator = {fg=green, style='bold'}, Keyword = {fg=teal}, Exception = {fg=red_light, style='bold'}, Noise = 'Delimiter',