mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: change bufferline trank marker
This commit is contained in:
parent
bde07f949a
commit
6143c6a95d
2 changed files with 5 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue