This commit is contained in:
William Hleucka 2025-08-25 17:26:14 +00:00 committed by GitHub
commit 130faf026e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
}, },