From 2ffcc551220a5091049d5dfe9b60a195e904ce9d Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 24 Nov 2023 04:23:43 -0500 Subject: [PATCH] helix: switch theme --- home/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/helix/default.nix b/home/helix/default.nix index 5859aaf..9f15e8c 100644 --- a/home/helix/default.nix +++ b/home/helix/default.nix @@ -6,7 +6,7 @@ programs.helix = { enable = true; settings = { - theme = "catppuccin_mocha"; + theme = "tokyonight"; editor = { auto-save = true; true-color = true;