fix(editor): use renamed catppuccin-mocha lualine theme
CI / flake (pull_request) Successful in 4m11s

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>
This commit is contained in:
Emma Thorpe
2026-06-22 15:29:10 +01:00
parent 94b0b33338
commit 123032aff9
+1 -1
View File
@@ -109,7 +109,7 @@
trouble.enable = true; # project-wide diagnostics/quickfix list trouble.enable = true; # project-wide diagnostics/quickfix list
lualine = { lualine = {
enable = true; enable = true;
settings.options.theme = "catppuccin"; settings.options.theme = "catppuccin-mocha";
}; };
comment.enable = true; # gc / gcc comment toggling comment.enable = true; # gc / gcc comment toggling
nvim-autopairs.enable = true; nvim-autopairs.enable = true;