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;