shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bufferline.nvim incorrect colors

robin-whg opened this issue · comments

Bufferline is listed as a supported plugin but the background color of the bufferline seems incorrect. Is this intentional?

Screenshot 2022-05-10 at 20 33 36

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.