How to change color of executed line highlight? #1429
Unanswered
MartyMcFlyInTheSky
asked this question in
Q&A
Replies: 1 comment
-
Try this: vim.api.nvim_set_hl(0, "debugPC", {bg = "#FFFF00"}) Make sure to execute this after you do vim.cmd("colorscheme x"), otherwise it can clear the highlight group you set! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The line where the debug adapter stops has this black tone in my configuration:
However I think that's the default since I didn't change anything. Is there a way to change the highlight to something more prominent, like e.g. yellow (example from vscode):
Beta Was this translation helpful? Give feedback.
All reactions