This commit is contained in:
Daniel Fichtinger 2024-11-05 16:36:07 -05:00
parent 5de5197c52
commit 6a68903110
7 changed files with 7 additions and 4 deletions

View file

@ -83,6 +83,7 @@ return {
Group.new("NotifyERRORIcon", colors.error)
Group.new("ErrorMsg", colors.noir_1, colors.error)
Group.new("SpellBad", nil, nil, styles.undercurl)
Group.new("SpellCap", nil, nil, styles.undercurl)
Group.new("String", colors.primary, nil, nil)
Group.new("Title", colors.primary, nil, styles.bold)