This commit is contained in:
akioweh 2025-09-26 11:21:30 +01:00
parent 85c9a8ffd6
commit 0ff726911f
No known key found for this signature in database

View file

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