From e74b92ef5a98a6c9853a3dd9adebdde155cf33b5 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 17 Aug 2024 18:22:35 -0400 Subject: [PATCH] zed: scrollbar follows theme --- 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 7d3b1b49..a4f15865 100644 --- a/homeManagerModules/apps/zed/default.nix +++ b/homeManagerModules/apps/zed/default.nix @@ -107,7 +107,7 @@ in { "scrollbar.thumb.border" = config.lib.stylix.colors.withHashtag.base02; "scrollbar.thumb.hover_background" = config.lib.stylix.colors.withHashtag.base03; "scrollbar.track.background" = config.lib.stylix.colors.withHashtag.base00; - "scrollbar.track.border" = null; + "scrollbar.track.border" = config.lib.stylix.colors.withHashtag.base00; "scrollbar_thumb.background" = config.lib.stylix.colors.withHashtag.base02; "search.match_background" = config.lib.stylix.colors.withHashtag.base02; "status_bar.background" = config.lib.stylix.colors.withHashtag.base00;