ref(colors): make non-error messages less menacing

This commit is contained in:
Iron-E 2021-06-29 14:12:29 -04:00
parent d0bdf0cb2d
commit 20ff07b005
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 2 additions and 2 deletions

View File

@ -357,8 +357,8 @@ local highlight_groups = {
--[[ 4.2.10. Messages]]
ErrorMsg = {fg=red, style='bold'},
HintMsg = {fg=magenta, style='bold'},
InfoMsg = {fg=pink_light, style='bold'},
HintMsg = {fg=magenta, style='italic'},
InfoMsg = {fg=pink_light, style='italic'},
ModeMsg = {fg=yellow},
WarningMsg = {fg=orange, style='bold'},
Question = {fg=orange_light, style='underline'},