mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 08:03:42 +00:00
cmp colors
This commit is contained in:
parent
fd31836d31
commit
be246810d7
2 changed files with 24 additions and 0 deletions
|
|
@ -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 },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue