From eb856cec97d13edb3654dc09336fb9e3fdedc4fa Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 27 Nov 2023 10:30:28 +0300 Subject: [PATCH] Make helix use base16 theme --- machines/enka/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index 153ba5d..725c5da 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -5,7 +5,7 @@ programs.nushell.shellAliases.x = "hx"; programs.helix = enabled { - settings.theme = "gruvbox_dark_hard"; + settings.theme = "base16_transparent"; settings.editor = { color-modes = true;