🎨 ux(nvim): catppuccin and bufferline modified colors

This commit is contained in:
Sergio Laín 2024-07-28 15:20:00 +02:00
parent d40f955011
commit 578594af9a
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -109,8 +109,28 @@ return {
styles = { "italic", "bold" }, styles = { "italic", "bold" },
custom = { custom = {
all = { all = {
fill = { bg = palette.mantle }, fill = {
background = { bg = palette.mantle }, bg = palette.mantle,
},
separator_selected = {
bg = palette.base,
fg = palette.mantle,
},
separator = {
bg = palette.mantle,
fg = palette.mantle,
},
tab_separator = {
bg = palette.mantle,
fg = palette.mantle,
},
tab_selected = {
bg = palette.base,
},
tab_separator_selected = {
bg = palette.base,
fg = palette.mantle,
},
}, },
}, },
}), }),