diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:40:23 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:38:45 -0500 |
| commit | 60c29a60a338d81bd93d7784595c3e91f0772053 (patch) | |
| tree | 65eab9a2692b942f7df9ddaad808dbf21216ba0e /lua/user/bufferline.lua | |
| parent | 1f1e1a2e8ba318acf54ef20967a6038640ef6913 (diff) | |
add project
fix
t
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'}, |
