|
|
@ -1,10 +1,9 @@
|
|
|
|
local M = {}
|
|
|
|
local M = {}
|
|
|
|
local util = require("catppuccino.utils.util")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function M.get(cp)
|
|
|
|
function M.get(cp)
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
CmpItemAbbr = { fg = util.darken(cp.catppuccino0, 0.56) },
|
|
|
|
CmpItemAbbr = { fg = cp.catppuccino12 },
|
|
|
|
CmpItemAbbrDeprecated = { fg = util.darken(cp.catppuccino0, 0.56), stlye = "strikethrough" },
|
|
|
|
CmpItemAbbrDeprecated = { fg = cp.catppuccino12, stlye = "strikethrough" },
|
|
|
|
CmpItemAbbrMatch = { fg = cp.catppuccino11, style = "bold" },
|
|
|
|
CmpItemAbbrMatch = { fg = cp.catppuccino11, style = "bold" },
|
|
|
|
CmpItemAbbrMatchFuzzy = { fg = cp.catppuccino11, style = "bold" },
|
|
|
|
CmpItemAbbrMatchFuzzy = { fg = cp.catppuccino11, style = "bold" },
|
|
|
|
CmpItemKind = { fg = cp.catppuccino10 },
|
|
|
|
CmpItemKind = { fg = cp.catppuccino10 },
|
|
|
|