NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
210 stars 202 forks source link

nvim-dap-ui controls background doesn't match icons. #334

Open andg-odoo opened 1 month ago

andg-odoo commented 1 month ago

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:

  1. Install nvim-dap-ui
  2. Configure M.ui with a supported theme. Add M.base46 integration for dap
    M.ui = { theme = "catppuccin" }
    M.base46 = { integrations = { "dap" }, }
  3. Enable integration:
    require('base46').get_integration("dap")
    dofile(vim.g.base46_cache .. "dap")
  4. Enable toggle on ui and see issue.

Expected behavior The winbar color should match the colorscheme.

Screenshots image

Desktop (please complete the following information):

siduck commented 1 month ago

color that dark bg too? it must have a hlgroup

siduck commented 1 month ago

https://github.com/NvChad/base46/blob/v2.5/lua/base46/integrations/dap.lua

siduck commented 1 month ago

send pr there