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;