From db5d4cd17f042ba85dde71391d3b34ff814efda1 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 6 Dec 2022 14:39:14 -0300 Subject: [PATCH] Changed Helix to the same color as Vim --- helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix/config.toml b/helix/config.toml index 2282a0d..02e61d3 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,4 +1,4 @@ -theme = "monokai_pro_spectrum" +theme = "ayu_dark" [editor] line-number = "relative"