From 340cf28edb73314350dca8b513daec9c59f3046b Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 31 Dec 2022 14:51:04 +0100 Subject: [PATCH] Set helix theme --- hm_modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 4e8f893..c22f474 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -40,7 +40,7 @@ in package = pkgs.unstable.helix; languages = [ ]; settings = { - theme = "evergreen_dark"; + theme = "everforest_dark"; editor.lsp.display-messages = true; editor.scrolloff = 5; editor.true-color = true;