Open takei0107 opened 2 years ago
You basically need lualine_c_normal , lualine_c_insert ..... highlight groups to have same background as Normal highlight group . Not sure if it's possible to do just for winbar. There might be ways to do this already I'll let you know if I remember any . It'd easy to do from themes once https://github.com/nvim-lualine/lualine.nvim/issues/577 gets implemented.
I'm very interested in using winbar. But a solid background color bothers me. It'd be great if we could set it transparent (Normal highlight).
Would also like to see the transparency implemented. I have dark bar just like in the screenshot and I don't know how to make it transparent. I love the lualine implementation, just that dark bar is the only downside.
Would also like to see the transparency implemented. I have dark bar just like in the screenshot and I don't know how to make it transparent. I love the lualine implementation, just that dark bar is the only downside.
vim.cmd("highlight lualine_c_inactive guibg=NONE") vim.cmd("highlight lualine_c_normal guibg=NONE")
This works, but also disables the background for all c sections.
I use lualine and nvim-navic to display winbar. I also set options.transparent in nightfox to make it transparent.
My question is, is it possible to make the winbar transparent. I have set only
lualine_a
, but I want the rest to be transparent.My current setup seems to have highlites set up in areas other than
lualine_a
, but I am unable to figure out which highlite group it is.I want to make the black part of winbar transparent.