ref(colors): bold labels
Labels are closer to titles than statements, and they should stick out. Bold them.
This commit is contained in:
parent
1e95f6d304
commit
6dc4fce8d1
|
@ -261,7 +261,7 @@ local highlight_groups = {
|
||||||
Statement = {fg=ice},
|
Statement = {fg=ice},
|
||||||
Conditional = {fg=ice, style='italic'},
|
Conditional = {fg=ice, style='italic'},
|
||||||
Repeat = {fg=turqoise, style='italic'},
|
Repeat = {fg=turqoise, style='italic'},
|
||||||
Label = {fg=pink, style='italic'},
|
Label = {fg=pink, style='bold'},
|
||||||
Operator = {fg=green, style='bold'},
|
Operator = {fg=green, style='bold'},
|
||||||
Keyword = {fg=teal},
|
Keyword = {fg=teal},
|
||||||
Exception = {fg=red_light, style='bold'},
|
Exception = {fg=red_light, style='bold'},
|
||||||
|
|
Loading…
Reference in New Issue