Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
andg-odoo opened this issue Sep 18, 2024 · 4 comments
Closed

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

andg-odoo opened this issue Sep 18, 2024 · 4 comments

Comments

@andg-odoo
Copy link

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" }, }
  1. Enable integration:
require('base46').get_integration("dap")
dofile(vim.g.base46_cache .. "dap")
  1. Enable toggle on ui and see issue.

Expected behavior
The winbar color should match the colorscheme.

Screenshots
image

Desktop (please complete the following information):

  • Ubuntu 24.04
  • Gnome Terminal
  • nvim 0.10.0
@siduck
Copy link
Member

siduck commented Sep 19, 2024

color that dark bg too? it must have a hlgroup

@siduck
Copy link
Member

siduck commented Sep 19, 2024

@siduck
Copy link
Member

siduck commented Sep 19, 2024

send pr there

@siduck
Copy link
Member

siduck commented Jan 15, 2025

i dont use dap , but it seems to be fixed from recent pr
image

@siduck siduck closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants