From 03464a60f6b9afc090019a60a98658058771f3a3 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 10 Sep 2025 21:43:36 -0400 Subject: [PATCH] use different theme --- dot_config/flake/home/helix.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index 051cb80..2f42488 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -3,11 +3,7 @@ enable = true; package = pkgs.mods.helix; settings = { - theme = { - dark = "rose_pine"; - light = "rose_pine_dawn"; - }; - + theme = "base16_terminal"; editor = { auto-format = false; end-of-line-diagnostics = "warning";