We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc599 commit c67226aCopy full SHA for c67226a
lua/astrocommunity/colorscheme/catppuccin/init.lua
@@ -19,7 +19,7 @@ return {
19
optional = true,
20
opts = function(_, opts)
21
return require("astrocore").extend_tbl(opts, {
22
- highlights = require("catppuccin.groups.integrations.bufferline").get_theme(),
+ highlights = require("catppuccin.special.bufferline").get_theme(),
23
})
24
end,
25
},
0 commit comments