fix color mismatch for bufferline
This commit is contained in:
@ -10,15 +10,28 @@ bufferline.setup({
|
||||
offsets = {
|
||||
{ filetype = "NvimTree", text = "", padding = 1 },
|
||||
{ filetype = "neo-tree", text = "", padding = 1 },
|
||||
{ filetype = "Outline", text = "", padding = 1 },
|
||||
},
|
||||
style_preset = bufferline.style_preset.no_italic,
|
||||
style_preset = bufferline.style_preset.minimal,
|
||||
buffer_close_icon = "",
|
||||
modified_icon = "",
|
||||
close_icon = "",
|
||||
max_name_length = 14,
|
||||
max_prefix_length = 13,
|
||||
tab_size = 20,
|
||||
separator_style = "thin",
|
||||
separator_style = { "", "" },
|
||||
hover = {
|
||||
enabled = true,
|
||||
delay = 200,
|
||||
reveal = { 'close' }
|
||||
}
|
||||
|
||||
-- indicator = {
|
||||
-- style = "underline"
|
||||
-- },
|
||||
-- highlights = {
|
||||
-- tab_separator_selected = {
|
||||
-- underline = "0xc8c093",
|
||||
-- },
|
||||
-- }
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user