border for cmp and float windows

This commit is contained in:
2025-04-03 22:38:30 +02:00
parent 0699d2a3a8
commit 18a85dd239
4 changed files with 14 additions and 5 deletions

View File

@ -33,6 +33,7 @@ return {
['NonText'] = { fg = colors.vulgaris.blue },
['BlinkCmpMenu'] = { bg = colors.vulgaris.bg2 },
['BlinkCmpDoc'] = { bg = colors.vulgaris.bg2 },
['CmpDocumentation'] = { bg = colors.vulgaris.bg2 },
['BlinkCmpMenuSelection'] = { bg = colors.vulgaris.grey }
},
})