@@ -509,7 +509,7 @@ MiniHues.apply_palette = function(palette, plugins, opts)
509509 hi (' MatchParen' , { fg = nil , bg = p .bg_mid2 , bold = true })
510510 hi (' ModeMsg' , { fg = p .green , bg = nil })
511511 hi (' MoreMsg' , { fg = p .azure , bg = nil })
512- hi (' MsgArea' , { link = ' Normal ' })
512+ hi (' MsgArea' , { fg = p . fg , bg = nil })
513513 hi (' MsgSeparator' , H .attr_msgseparator (p , autoadjust ))
514514 hi (' NonText' , { fg = p .bg_mid2 , bg = nil })
515515 hi (' Normal' , { fg = p .fg , bg = p .bg })
@@ -521,7 +521,7 @@ MiniHues.apply_palette = function(palette, plugins, opts)
521521 hi (' PmenuExtraSel' , { link = ' PmenuSel' })
522522 hi (' PmenuKind' , { link = ' Pmenu' })
523523 hi (' PmenuKindSel' , { link = ' PmenuSel' })
524- hi (' PmenuMatch' , { fg = p . fg , bg = p . bg_mid , bold = true })
524+ hi (' PmenuMatch' , { fg = nil , bg = nil , bold = true })
525525 hi (' PmenuMatchSel' , { fg = nil , bg = nil , bold = true , blend = 0 , reverse = true })
526526 hi (' PmenuSbar' , { link = ' Pmenu' })
527527 hi (' PmenuSel' , { fg = nil , bg = nil , blend = 0 , reverse = true })
0 commit comments