We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@text.*
1 parent e5b0dfa commit 6b5a2dbCopy full SHA for 6b5a2db
lua/mini/hues.lua
@@ -849,6 +849,9 @@ H.apply_colorscheme = function(config)
849
hi('@text.note', { link='MoreMsg' })
850
hi('@text.warning', { link='WarningMsg' })
851
hi('@text.danger', { link='ErrorMsg' })
852
+ hi('@text.strong', { fg=nil, bg=nil, bold=true })
853
+ hi('@text.emphasis', { fg=nil, bg=nil, italic=true })
854
+ hi('@text.strike', { fg=nil, bg=nil, strikethrough=true })
855
856
hi('@comment', { link='Comment' })
857
hi('@punctuation', { link='Delimiter' })
0 commit comments