enc: change bufferline trank marker

This commit is contained in:
Pojok Code 2024-07-18 22:26:11 +07:00
parent bde07f949a
commit 6143c6a95d
2 changed files with 5 additions and 1 deletions

View file

@ -165,6 +165,10 @@ return {
fg = { attribute = "bg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
},
trunc_marker = {
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "none", highlight = "TabLine" },
},
separator_selected = {
fg = { attribute = "bg", highlight = "Normal" },
bg = { attribute = "bg", highlight = "Normal" },