diff --git a/lua/lush_theme/darcula_lush.lua b/lua/lush_theme/darcula_lush.lua index ad5c853..ba2d8b3 100644 --- a/lua/lush_theme/darcula_lush.lua +++ b/lua/lush_theme/darcula_lush.lua @@ -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 {