diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:33:51 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:37:54 -0500 |
| commit | 453274513272d301906db175f8f2e7e22ef7d568 (patch) | |
| tree | 5e07b04c86bd611d0987a638ce8f2c8b01a106ae /lua/user/bufferline.lua | |
| parent | 0b689f091596b1f6a06e74d40b379a722953d919 (diff) | |
add lualine
add lualine
f
Diffstat (limited to 'lua/user/bufferline.lua')
| -rw-r--r-- | lua/user/bufferline.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/user/bufferline.lua b/lua/user/bufferline.lua index 81015c5..7d98cf0 100644 --- a/lua/user/bufferline.lua +++ b/lua/user/bufferline.lua @@ -92,12 +92,12 @@ bufferline.setup { }, close_button = { - guifg = { attribute = "fg", highlight = "TabLineSel" }, - guibg = { attribute = "bg", highlight = "TabLineSel" }, + guifg = { attribute = "fg", highlight = "TabLine" }, + guibg = { attribute = "bg", highlight = "TabLine" }, }, close_button_visible = { - guifg = { attribute = "fg", highlight = "TabLineSel" }, - guibg = { attribute = "bg", highlight = "TabLineSel" }, + guifg = { attribute = "fg", highlight = "TabLine" }, + guibg = { attribute = "bg", highlight = "TabLine" }, }, -- close_button_selected = { -- guifg = {attribute='fg',highlight='TabLineSel'}, |
