fixes
This commit is contained in:
@@ -299,9 +299,15 @@ local theme =
|
||||
--
|
||||
-- nvim-cmp
|
||||
CmpItemAbbr {fg = colors.NormalForeground},
|
||||
CmpItemAbbrDeprecated {
|
||||
fg = colors.CommentForeground,
|
||||
gui = "strikethrough"
|
||||
},
|
||||
CmpItemAbbrMatch {fg = colors.NumberForeground},
|
||||
CmpItemAbbrMatchFuzzy {CmpItemAbbrMatch},
|
||||
CmpItemKind {fg = colors.KeywordForeground},
|
||||
CmpItemKindDefault {fg = colors.KeywordForeground},
|
||||
CmpItemMenu {fg = colors.FloatForeground},
|
||||
--
|
||||
-- nvim notify
|
||||
NotifyBackground {
|
||||
|
||||
Reference in New Issue
Block a user