diff --git a/lua/user/bufferline.lua b/lua/user/bufferline.lua index 4b7a89e..b6836e9 100644 --- a/lua/user/bufferline.lua +++ b/lua/user/bufferline.lua @@ -12,19 +12,17 @@ bufferline.setup({ }, highlights = { fill = { - fg = { attribute = "fg", highlight = "#ff0000" }, + fg = { attribute = "fg", highlight = "ff0000" }, bg = { attribute = "bg", highlight = "TabLine" }, }, background = { fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, }, - buffer_visible = { fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, }, - close_button = { fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, @@ -33,7 +31,6 @@ bufferline.setup({ fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, }, - tab_selected = { fg = { attribute = "fg", highlight = "Normal" }, bg = { attribute = "bg", highlight = "Normal" }, @@ -46,7 +43,6 @@ bufferline.setup({ fg = { attribute = "fg", highlight = "TabLineSel" }, bg = { attribute = "bg", highlight = "Normal" }, }, - duplicate_selected = { fg = { attribute = "fg", highlight = "TabLineSel" }, bg = { attribute = "bg", highlight = "TabLineSel" }, @@ -62,7 +58,6 @@ bufferline.setup({ bg = { attribute = "bg", highlight = "TabLine" }, italic = true, }, - modified = { fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, @@ -75,7 +70,6 @@ bufferline.setup({ fg = { attribute = "fg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" }, }, - separator = { fg = { attribute = "bg", highlight = "TabLine" }, bg = { attribute = "bg", highlight = "TabLine" },