From f48e2946cc811af41153556836c635ac9afb600b Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 15 Aug 2024 23:14:35 -0400 Subject: [PATCH] zed: improve terminal contrast in light themes --- 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 b4fcbc46..f70f41a5 100644 --- a/homeManagerModules/apps/zed/default.nix +++ b/homeManagerModules/apps/zed/default.nix @@ -297,7 +297,7 @@ in { "terminal.background" = config.lib.stylix.colors.withHashtag.base00; "terminal.bright_foreground" = null; "terminal.dim_foreground" = null; - "terminal.foreground" = null; + "terminal.foreground" = config.lib.stylix.colors.withHashtag.base05; text = config.lib.stylix.colors.withHashtag.base05; "text.accent" = config.lib.stylix.colors.withHashtag.base0C; "text.disabled" = config.lib.stylix.colors.withHashtag.base02;