diff --git a/modules/programs/editors/helix/module.nix b/modules/programs/editors/helix/module.nix index 8e9eee1..eaabeab 100644 --- a/modules/programs/editors/helix/module.nix +++ b/modules/programs/editors/helix/module.nix @@ -17,7 +17,7 @@ in { package = self'.packages.helix; settings = { - theme = "catppuccin_mocha"; + theme = "zenburn"; editor = { cursorline = true; color-modes = true;