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

debugPC highlight broken #283

Closed
potamides opened this issue Oct 3, 2023 · 4 comments
Closed

debugPC highlight broken #283

potamides opened this issue Oct 3, 2023 · 4 comments

Comments

@potamides
Copy link

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
Copy link
Author

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

@ellisonleao
Copy link
Owner

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

@potamides
Copy link
Author

No, I am using regex based syntax highlighting.

@eeeXun
Copy link
Contributor

eeeXun commented Oct 16, 2023

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

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

3 participants