From 022a50544ee0de59dcf05c2ae300ca3999aab3c4 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 26 Sep 2024 00:31:30 +0200 Subject: [PATCH] helix: switch to zenburn --- modules/programs/editors/helix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;