akinsho / akinsho/bufferline.nvim

[HELP]: Cannot set the icon background.

Abierto
#1,012 3 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Lua
Estrellas
4.4k
Forks
240
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Is there an existing issue for this?

- [x] I have searched the existing issues

### What happened?

I cannot get the icon background to a desired color.

I am using Plug to install the plugin.

This is the result of my config:
Image

### What did you expect to happen?

The icon background allowed to be changed.

### Config

```lua
Below is my bufferline config:

```lua
local bufferline_ok, bufferline = pcall(require, 'bufferline');

if not bufferline_ok then
return;
end

vim.opt.termguicolors = true;

bufferline.setup({
options = {
themable = true,
move_wraps_at_ends = true
},
highlights = {
info_selected = {
bg = '#282828',
fg = '#282828'
},
separator_selected = {
bg = '#282828',
fg = '#282828'
},
tab_separator_selected = {
bg = '#282828',
fg = '#282828',
sp = '#282828'
},
buffer_selected = {
bg = '#eeeeee',
fg = '#282828'
},
tab_selected = {
bg = '#282828',
fg = '#282828'
},
}
});
```

### Additional Information

Plug install will output the following tag:
`Latest tag for * -> v4.9.1 (bufferline.nvim)`

### commit

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.