Set helix theme

This commit is contained in:
Filippo Berto 2022-12-31 14:51:04 +01:00
parent bd43302fd8
commit 340cf28edb
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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;