From 20ff07b00545daad1c3e90c6484d838b43cf3660 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Tue, 29 Jun 2021 14:12:29 -0400 Subject: [PATCH] ref(colors): make non-error messages less menacing --- colors/highlite.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/highlite.lua b/colors/highlite.lua index f77fe31..084f9cb 100644 --- a/colors/highlite.lua +++ b/colors/highlite.lua @@ -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'},