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