diff options
Diffstat (limited to 'lua/no-clown-fiesta/highlight-group/nvim-cmp.lua')
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/nvim-cmp.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/nvim-cmp.lua b/lua/no-clown-fiesta/highlight-group/nvim-cmp.lua deleted file mode 100644 index 364af5b..0000000 --- a/lua/no-clown-fiesta/highlight-group/nvim-cmp.lua +++ /dev/null @@ -1,14 +0,0 @@ -local M = {} - -function M.highlight(palette) - return { - CmpItemAbbr = { fg = palette.fg }, - CmpItemAbbrDeprecated = { fg = palette.red }, - CmpItemAbbrMatch = { fg = palette.orange }, - CmpItemAbbrMatchFuzzy = { fg = palette.orange }, - CmpItemMenu = { fg = palette.medium_gray }, - CmpItemKind = { fg = palette.light_gray }, - } -end - -return M |