Compare commits

...

2 Commits

Author SHA1 Message Date
lyrathorpe 44245d16a2 Merge pull request 'fix(editor): use renamed catppuccin-mocha lualine theme' (#37) from fix/lualine-catppuccin-theme into main
CI / flake (push) Successful in 3m50s
Reviewed-on: #37
2026-06-22 15:39:09 +01:00
Emma Thorpe 123032aff9 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>
2026-06-22 15:29:10 +01:00
+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;