lualine: catppuccin theme not found, falls back to auto theme #36

Closed
opened 2026-06-22 15:34:41 +01:00 by lyrathorpe · 0 comments
Owner

Symptom

On nvim startup, lualine reports an error pointing to :LuaLineNotices. The notice reads:

### options.theme
Theme catppuccin not found, falling back to auto

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-aware catppuccin-nvim.lua. The config in lyrathorpe/home/editor.nix still requested theme = "catppuccin", which no longer resolves, so lualine fell back to the auto theme.

Fix

Pin the lualine theme to catppuccin-mocha to match the configured colorscheme flavour (settings.flavour = "mocha").

## Symptom On nvim startup, lualine reports an error pointing to `:LuaLineNotices`. The notice reads: ``` ### options.theme Theme catppuccin not found, falling back to auto ``` ## 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-aware `catppuccin-nvim.lua`. The config in `lyrathorpe/home/editor.nix` still requested `theme = "catppuccin"`, which no longer resolves, so lualine fell back to the `auto` theme. ## Fix Pin the lualine theme to `catppuccin-mocha` to match the configured colorscheme flavour (`settings.flavour = "mocha"`).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/nixfiles#36