fix(editor): use renamed catppuccin-mocha lualine theme #37
Reference in New Issue
Block a user
Delete Branch "fix/lualine-catppuccin-theme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #36.
catppuccin v2.0.0 renamed its bundled lualine theme files: the plain
catppuccintheme no longer exists, replaced by per-flavour files (catppuccin-mocha, etc.) and a flavour-awarecatppuccin-nvim. The old name stopped resolving, so lualine fell back to theautotheme and emitted a notice on startup.Pin the lualine theme to
catppuccin-mocha, matching the configured colorscheme flavour (settings.flavour = "mocha").Verified the fix against the catppuccin plugin in the Nix store:
lua/lualine/themes/catppuccin-mocha.luaexists;catppuccin.luadoes not.