base46
base46 copied to clipboard
nvim-dap-ui controls background doesn't match icons.
Describe the bug The highlight group for the nvimdap ui background winbar is black even though the icons respect the colorscheme. Honestly not sure if this is more on their end or here.
To Reproduce Steps to reproduce the behavior:
- Install
nvim-dap-ui - Configure M.ui with a supported theme. Add M.base46 integration for
dap
M.ui = { theme = "catppuccin" }
M.base46 = { integrations = { "dap" }, }
- Enable integration:
require('base46').get_integration("dap")
dofile(vim.g.base46_cache .. "dap")
- Enable toggle on ui and see issue.
Expected behavior The winbar color should match the colorscheme.
Screenshots
Desktop (please complete the following information):
- Ubuntu 24.04
- Gnome Terminal
- nvim 0.10.0
color that dark bg too? it must have a hlgroup
https://github.com/NvChad/base46/blob/v2.5/lua/base46/integrations/dap.lua
send pr there
i dont use dap , but it seems to be fixed from recent pr