From bb57d61c3e8a310013d0b2d410da1872c6a50348 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 14 May 2023 15:52:17 +0300 Subject: [PATCH] Set Helix theme to terminal default --- machines/asus/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 33a15bc..06ceb03 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -12,7 +12,7 @@ }; programs.helix = enabled { - settings.theme = "gruvbox"; + settings.theme = "base16_transparent"; settings.editor = { auto-pairs."<" = ">";