From b74ca5c8e7811d66db891d58636b7d267dd96ceb Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 15 Nov 2024 22:06:54 +0100 Subject: [PATCH] helix: fix theme --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 47fa5f7..d4dc334 100644 --- a/home.nix +++ b/home.nix @@ -236,6 +236,7 @@ in }; programs.helix.themes.tudbut = { inherits = "monokai_pro_ristretto"; + "string.special.symbol" = { fg = "#5cdaa7"; }; }; }; }