ellisonleao/gruvbox.nvim

debugPC highlight broken

potamides opened this issue · 4 comments

Describe the bug
debugPC is defined like this:

debugPC = { bg = colors.faded_blue },

But colors.faded_blue is a nil value.

To Reproduce

:hi debugPC

Thank you for addressing this so quickly! But now debugPC is linked to lightblue whereas previously it was linked to darkblue. This can cause some issues since lightblue is also used for syntax highlighting. Consider this:

2023-10-07-140321_450x43_scrot

Versus this:

2023-10-07-140343_351x39_scrot

hey @potamides thanks for raising that. Are you using treesitter with lsp semantic highlights?

No, I am using regex based syntax highlighting.

eeeXun commented

nvim-dap use the debugPC for DapStopped highlight. The c0369bf case the text unreadable while using nvim-dap.

image

Edit: Maybe I should open another issue.
Edit: Open in #289