Skip to content

Commit c67226a

Browse files
authored
fix(catppuccin): catppuccin changed groups.integrations to special (#1649)
Co-authored-by: abs3ntdev <[email protected]>
1 parent 70fc599 commit c67226a

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/colorscheme/catppuccin

1 file changed

+1
-1
lines changed

lua/astrocommunity/colorscheme/catppuccin/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ return {
1919
optional = true,
2020
opts = function(_, opts)
2121
return require("astrocore").extend_tbl(opts, {
22-
highlights = require("catppuccin.groups.integrations.bufferline").get_theme(),
22+
highlights = require("catppuccin.special.bufferline").get_theme(),
2323
})
2424
end,
2525
},

0 commit comments

Comments
 (0)