nord.nvim
nord.nvim copied to clipboard
bufferline.nvim incorrect colors
Bufferline is listed as a supported plugin but the background color of the bufferline seems incorrect. Is this intentional?
Came here because that was tripping me as well. Switched to barbar which seems to have its colors correct
Try vim.highlight.create('BufferLineFill', { guibg = '#181c24' }, false)
Sorry this issue took so long, I'll commit a fix today to match the highlighting of barber. As stated above, although barbar is a bit slower to load, it does already have highlights in nord.nvim
This issue may be solved by this.