lualine: catppuccin theme not found, falls back to auto theme #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Symptom
On nvim startup, lualine reports an error pointing to
:LuaLineNotices. The notice reads:Cause
The catppuccin plugin was bumped to v2.0.0, which renamed its bundled lualine theme files. There is no longer a plain
catppuccin.lua; only per-flavour files (catppuccin-mocha.lua,catppuccin-frappe.lua, …) and a flavour-awarecatppuccin-nvim.lua. The config inlyrathorpe/home/editor.nixstill requestedtheme = "catppuccin", which no longer resolves, so lualine fell back to theautotheme.Fix
Pin the lualine theme to
catppuccin-mochato match the configured colorscheme flavour (settings.flavour = "mocha").