From 123032aff98c468293cf513959616d5181e3a285 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Mon, 22 Jun 2026 15:29:10 +0100 Subject: [PATCH] fix(editor): use renamed catppuccin-mocha lualine theme 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) --- lyrathorpe/home/editor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyrathorpe/home/editor.nix b/lyrathorpe/home/editor.nix index 8f84c06..a6569cc 100644 --- a/lyrathorpe/home/editor.nix +++ b/lyrathorpe/home/editor.nix @@ -109,7 +109,7 @@ trouble.enable = true; # project-wide diagnostics/quickfix list lualine = { enable = true; - settings.options.theme = "catppuccin"; + settings.options.theme = "catppuccin-mocha"; }; comment.enable = true; # gc / gcc comment toggling nvim-autopairs.enable = true; -- 2.52.0