shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
804 stars 107 forks source link

bufferline.nvim incorrect colors #91

Open robin-whg opened 2 years ago

robin-whg commented 2 years ago

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
opalmay commented 2 years ago

Came here because that was tripping me as well. Switched to barbar which seems to have its colors correct

Isrothy commented 2 years ago

Try vim.highlight.create('BufferLineFill', { guibg = '#181c24' }, false)

shaunsingh commented 2 years ago

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

Isrothy commented 1 year ago

This issue may be solved by this.