mirror of
https://github.com/timmypidashev/darkbox.nvim.git
synced 2026-06-03 14:24:37 +00:00
822ee3ad68
- Add BlinkCmp* highlights (Menu, Border, Doc, Signature, Label*, Kind*)
mirroring CmpItemKind conventions so blink.cmp users get themed UI without
any plugin-side wiring.
- Add FloatBorder and FloatTitle defaults (dim border on Normal bg) so LSP
hovers, completion docs, and diagnostic floats inherit consistent styling.
- Pmenu, PmenuSel, PmenuSbar, PmenuThumb: drop background_2 fill; sit on
background so popups blend with the editor canvas instead of showing a
gray block.
- Darkbox*Sign groups: remove background_1 gutter strip; diagnostic, Coc,
and dap signs now render as plain colored glyphs on the editor bg.
- StatusLine / StatusLineNC: use foreground on background instead of the
reversed background_2/foreground_1 pair — no more gray status bar.