rcarriga / nvim-dap-ui

A UI for nvim-dap
MIT License
2.69k stars 101 forks source link

Highlight on side bar #53

Closed alessiocelentano closed 3 years ago

alessiocelentano commented 3 years ago

I would like to apply Onedark.nvim highlight on the panel. I read this issue but there isn't a real fix

Screenshot_20210903_124655

rcarriga commented 3 years ago

All you need to do is define the highlights to match the colour scheme. You can find them here https://github.com/rcarriga/nvim-dap-ui/blob/master/lua/dapui/config/highlights.lua.

You could always open a PR to your colour scheme's repo so others can benefit from it too :smile:

alessiocelentano commented 3 years ago

Okay, thanks!