Skip to content

Commit 6b5a2db

Browse files
committed
(mini.hues) Add @text.* highlight groups for non-colored text.
1 parent e5b0dfa commit 6b5a2db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/mini/hues.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,9 @@ H.apply_colorscheme = function(config)
849849
hi('@text.note', { link='MoreMsg' })
850850
hi('@text.warning', { link='WarningMsg' })
851851
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 })
852855

853856
hi('@comment', { link='Comment' })
854857
hi('@punctuation', { link='Delimiter' })

0 commit comments

Comments
 (0)