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;