Tsuzat / NeoSolarized.nvim

NeoSolarized colorscheme for NeoVim with full transparency
Apache License 2.0
174 stars 16 forks source link

Highlight group `debugPC` seems to be broken #8

Closed ragu-manjegowda closed 1 year ago

ragu-manjegowda commented 1 year ago

With nvim-dap I could barely see the text when stopped.

It uses highlight group debugPC by default - https://github.com/mfussenegger/nvim-dap/blob/master/lua/dap.lua#L233

Overriding it to different group works fine! I tried overriding it in dap's config in setup function as well as according to explaination here - https://github.com/mfussenegger/nvim-dap/issues/76#issuecomment-738817965, nothing changes and still see the same thing.

With Light Theme, image

With Dark Theme, image

ragu-manjegowda commented 1 year ago

Never mind, I was overriding it to ColorColumn in dapui config.