ref(colors): bold operators

This commit is contained in:
Iron-E 2020-12-12 12:41:20 -05:00
parent c343b61db9
commit 3805351253
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -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',