From 3805351253b175c0ab72549c909f6e367f9398c4 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sat, 12 Dec 2020 12:41:20 -0500 Subject: [PATCH] ref(colors): bold operators --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',