From 7ce24049e1efa38517fdbc50114f7975b9fd4d8e Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 20 Apr 2023 17:22:18 +0300 Subject: [PATCH] fix --- lua/user/bufferline.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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" },