This commit is contained in:
2026-07-30 22:03:51 -05:00
parent 4f36262751
commit e3b43d2274
+6
View File
@@ -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 {