diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:45:05 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:10 -0500 |
| commit | 03427b87604b573f2fd4c2683de378e4806f86fc (patch) | |
| tree | c9ee207e11ecac60e050827c8f58f39e2f160db1 /lua/user/bufferline.lua | |
| parent | 09938f9e8e9b16dc27f12bb76461fd8797d88098 (diff) | |
add impatient
fix
te
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'}, |
