From 103f47db8f667b9410ce3279ae645132046433f7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 15 Aug 2024 22:38:47 -0400 Subject: [PATCH] zed: iron out rough edges of stylix theme --- homeManagerModules/apps/zed/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/apps/zed/default.nix b/homeManagerModules/apps/zed/default.nix index 8d4b47a7..b2bfc405 100644 --- a/homeManagerModules/apps/zed/default.nix +++ b/homeManagerModules/apps/zed/default.nix @@ -53,7 +53,7 @@ in { "editor.line_number" = config.lib.stylix.colors.withHashtag.base03; "editor.subheader.background" = config.lib.stylix.colors.withHashtag.base00; "editor.wrap_guide" = config.lib.stylix.colors.withHashtag.base01; - "element.active" = null; + "element.active" = config.lib.stylix.colors.withHashtag.base03; "element.background" = config.lib.stylix.colors.withHashtag.base01; "element.disabled" = null; "element.hover" = config.lib.stylix.colors.withHashtag.base02; @@ -304,6 +304,7 @@ in { "text.muted" = config.lib.stylix.colors.withHashtag.base04; "text.placeholder" = config.lib.stylix.colors.withHashtag.base0F; "title_bar.background" = config.lib.stylix.colors.withHashtag.base00; + "title_bar.inactive_background" = config.lib.stylix.colors.withHashtag.base01; "toolbar.background" = config.lib.stylix.colors.withHashtag.base00; unreachable = config.lib.stylix.colors.withHashtag.base0A; "unreachable.background" = config.lib.stylix.colors.withHashtag.base00;