From 307608c129b0bf9f7a8c15ad28407fde9f470369 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 16 Aug 2024 08:15:18 -0400 Subject: [PATCH] zed: color ghost_element.active --- homeManagerModules/apps/zed/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/apps/zed/default.nix b/homeManagerModules/apps/zed/default.nix index f70f41a5..7d3b1b49 100644 --- a/homeManagerModules/apps/zed/default.nix +++ b/homeManagerModules/apps/zed/default.nix @@ -62,7 +62,7 @@ in { error = config.lib.stylix.colors.withHashtag.base08; "error.background" = config.lib.stylix.colors.withHashtag.base00; "error.border" = config.lib.stylix.colors.withHashtag.base08; - "ghost_element.active" = null; + "ghost_element.active" = config.lib.stylix.colors.withHashtag.base02; "ghost_element.background" = null; "ghost_element.disabled" = null; "ghost_element.hover" = config.lib.stylix.colors.withHashtag.base01;