ref(colors): bold labels

Labels are closer to titles than statements, and they should stick out.
Bold them.
This commit is contained in:
Iron-E 2020-12-13 16:17:33 -05:00
parent 1e95f6d304
commit 6dc4fce8d1
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ local highlight_groups = {
Statement = {fg=ice},
Conditional = {fg=ice, style='italic'},
Repeat = {fg=turqoise, style='italic'},
Label = {fg=pink, style='italic'},
Label = {fg=pink, style='bold'},
Operator = {fg=green, style='bold'},
Keyword = {fg=teal},
Exception = {fg=red_light, style='bold'},