catppuccin v2.0.0 renamed its bundled lualine theme files: the plain catppuccin theme no longer exists, replaced by per-flavour files (catppuccin-mocha, etc.) and a flavour-aware catppuccin-nvim. The old name stopped resolving, so lualine fell back to the auto theme 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.lua exists; catppuccin.lua does not.
Closes #36.
catppuccin v2.0.0 renamed its bundled lualine theme files: the plain `catppuccin` theme no longer exists, replaced by per-flavour files (`catppuccin-mocha`, etc.) and a flavour-aware `catppuccin-nvim`. The old name stopped resolving, so lualine fell back to the `auto` theme 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.lua` exists; `catppuccin.lua` does not.
catppuccin v2.0.0 renamed its lualine theme files; there is no longer a
plain "catppuccin" theme, only per-flavour files (catppuccin-mocha, etc.)
and catppuccin-nvim. The old name no longer resolved, so lualine fell back
to the auto theme and emitted a notice. Pin to catppuccin-mocha to match
the configured colorscheme flavour.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lyrathorpe
scheduled this pull request to auto merge when all checks succeed 2026-06-22 15:35:33 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.