fix(colorscheme): fixed bufferline method for catppuccin integration

This commit is contained in:
0xAquaWolf 2025-09-14 15:10:32 -05:00
parent 25abbf546d
commit 37d59379e7

View file

@ -58,7 +58,7 @@ return {
optional = true, optional = true,
opts = function(_, opts) opts = function(_, opts)
if (vim.g.colors_name or ""):find("catppuccin") then if (vim.g.colors_name or ""):find("catppuccin") then
opts.highlights = require("catppuccin.groups.integrations.bufferline").get() opts.highlights = require("catppuccin.groups.integrations.bufferline").get_theme()
end end
end, end,
}, },