cmp colors

This commit is contained in:
Harivansh Rathi 2026-03-24 23:17:46 -04:00
parent fd31836d31
commit be246810d7
2 changed files with 24 additions and 0 deletions

View file

@ -44,5 +44,13 @@ return {
DiffAdd = { bg = "#d9e8d2" },
DiffChange = { bg = "#eee4c7" },
DiffDelete = { bg = "#ffc7c7" },
BlinkCmpMenu = { bg = background },
BlinkCmpMenuBorder = { fg = "#c3c7c9", bg = background },
BlinkCmpMenuSelection = { bg = selection, bold = true },
BlinkCmpDoc = { bg = background },
BlinkCmpDocBorder = { fg = "#c3c7c9", bg = background },
BlinkCmpDocSeparator = { fg = "#c3c7c9", bg = background },
BlinkCmpSignatureHelp = { bg = background },
BlinkCmpSignatureHelpBorder = { fg = "#c3c7c9", bg = background },
},
}