From d84d5c56118f4a6664ad757f02f8ab2a9f055776 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 10 Nov 2022 19:00:49 +0100 Subject: [PATCH] helix: Changed theme to monokai_pro_spectrum --- roles/home/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 0227bb8..25b04b2 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -8,7 +8,7 @@ }; file.".config/helix/config.toml".text = '' - theme = "monokai" + theme = "monokai_pro_spectrum" [editor] cursorline = true