xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

More Custom Group Examples #29

Closed adelgado0723 closed 1 year ago

adelgado0723 commented 1 year ago

Could you help me figure out how to set other custom groups to be transparent (apart from bufferline)?

I'd like to make DAP UI, ToggleTerm, and Harpoon groups transparent and would appreciate any tips.

xiyaowong commented 1 year ago

Check plugin's doc or source code, keywords: highlight, groups.

dap-ui: https://github.com/rcarriga/nvim-dap-ui/blob/master/lua/dapui/config/highlights.lua

xiyaowong commented 1 year ago

If you're using nvim-telescope, then you can excute :Telescope highlights to search all available groups :)