akinsho / akinsho/bufferline.nvim

[HELP]: Cannot set the icon background.

未关闭
#1,012 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Lua
星标
4.4k
派生
240
PR 合并指标
30 天内没有已合并 PR

描述

### 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_

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。