@@ -638,6 +638,10 @@ H.apply_palette = function(palette, use_cterm)
638638 hi (' @keyword.return' , {fg = p .base08 , bg = nil , attr = nil , sp = nil })
639639 hi (' @symbol' , {fg = p .base0E , bg = nil , attr = nil , sp = nil })
640640 hi (' @variable' , {fg = p .base05 , bg = nil , attr = nil , sp = nil })
641+
642+ hi (' @text.strong' , {fg = nil , bg = nil , attr = ' bold' , sp = nil })
643+ hi (' @text.emphasis' , {fg = nil , bg = nil , attr = ' italic' , sp = nil })
644+ hi (' @text.strike' , {fg = nil , bg = nil , attr = ' strikethrough' , sp = nil })
641645 end
642646
643647 -- Semantic tokens
@@ -656,13 +660,13 @@ H.apply_palette = function(palette, use_cterm)
656660 hi (' MiniAnimateCursor' , {fg = nil , bg = nil , attr = ' reverse,nocombine' , sp = nil })
657661 hi (' MiniAnimateNormalFloat' , {link = ' NormalFloat' })
658662
659- hi (' MiniClueBorder' , {link = ' FloatBorder ' })
663+ hi (' MiniClueBorder' , {link = ' NormalFloat ' })
660664 hi (' MiniClueDescGroup' , {link = ' DiagnosticFloatingWarn' })
661665 hi (' MiniClueDescSingle' , {link = ' NormalFloat' })
662666 hi (' MiniClueNextKey' , {link = ' DiagnosticFloatingHint' })
663667 hi (' MiniClueNextKeyWithPostkeys' , {link = ' DiagnosticFloatingError' })
664668 hi (' MiniClueSeparator' , {link = ' DiagnosticFloatingInfo' })
665- hi (' MiniClueTitle' , {link = ' FloatTitle ' })
669+ hi (' MiniClueTitle' , {fg = p . base0D , bg = p . base01 , attr = ' bold ' , sp = nil })
666670
667671 hi (' MiniCompletionActiveParameter' , {fg = nil , bg = p .base02 , attr = nil , sp = nil })
668672
0 commit comments