summaryrefslogtreecommitdiff
path: root/lua/user/bufferline.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 19:00:29 -0500
committerChristianChiarulli <chris.machine@pm.me>2021-12-18 02:15:50 -0500
commit6e30af8ab70ecf4d9e7d33c46cfb849368e118e2 (patch)
treeb6e3e789b166777161703cbb0fa8ef62b4345b38 /lua/user/bufferline.lua
parenta7e69ddee3fd8e2a0b9b15ff463e236a8158edff (diff)
add autocommands
add autocommands fix fix s fix close
Diffstat (limited to 'lua/user/bufferline.lua')
-rw-r--r--lua/user/bufferline.lua8
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'},