Hello there ! Im pretty new to neovim, and I have the following problem on gruvbox theme :
edit : I use this theme : GitHub - ellisonleao/gruvbox.nvim: Lua port of the most famous vim colorscheme
When using nvim-dap, set a breakpoint, launch the debugger and reach the breakpoint, the whole line is highlighted with the default gruvbox blue color (light theme on screenshot). The font color is not changed, so the variable name become unreadable.
I don’t know how to change this background highlight, Im lost on all the overrides options, and on my setup, :echo synIDattr(synIDtrans(synID(line("."), col("."), 1)), "bg")
output nothing.
To Reproduce
Steps to reproduce the behavior:
- Install and setup correctly nvim-dap, nvim-dap-vscode-js, vscode-js-debug
- Set a breakpoint
- Launch the debugger
- See the “bad” highlight
Expected behavior
Background line highlight more light, like the same color when you highlight on visual mode, or reverse font color.