Skip to content

Commit 07c9590

Browse files
A-Lamiamehalter
authored andcommitted
feat(cmp): change deprecated item to be red with strike through
1 parent b74b5f4 commit 07c9590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/plugins/nvim-cmp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local function callback()
22
return {
33
CmpItemAbbr = { fg = C.text },
44
CmpItemAbbrDefault = { fg = C.base },
5-
CmpItemAbbrDeprecated = { fg = C.subtext1 },
5+
CmpItemAbbrDeprecated = { fg = C.red, strikethrough = true },
66
CmpItemAbbrMatch = { fg = C.surface2 },
77
CmpItemAbbrMatchFuzzy = { fg = C.surface2 },
88
CmpItemKind = { fg = C.yellow },

0 commit comments

Comments
 (0)