debugPC highlight broken
potamides opened this issue · 4 comments
potamides commented
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
potamides commented
ellisonleao commented
hey @potamides thanks for raising that. Are you using treesitter with lsp semantic highlights?
potamides commented
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.
Edit: Maybe I should open another issue.
Edit: Open in #289