From fae79fe75f3d5bd4667ff043276b1563df069330 Mon Sep 17 00:00:00 2001 From: Lysec Date: Thu, 26 Mar 2026 20:11:41 +0100 Subject: [PATCH] fix(zed): typo resolved Issue: #2311 --- Assets/Templates/zed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Templates/zed.json b/Assets/Templates/zed.json index 4269655b2..b44d9dd16 100644 --- a/Assets/Templates/zed.json +++ b/Assets/Templates/zed.json @@ -340,7 +340,7 @@ "title_bar.inactive_background": "{{colors.surface_dim.light.hex}}", "toolbar.background": "{{colors.surface_container_low.light.hex}}", "tab_bar.background": "{{colors.surface_container.light.hex}}", - "tab.inactive_backgorround": "{{colors.surface_container_low.light.hex}}", + "tab.inactive_background": "{{colors.surface_container_low.light.hex}}", "tab.active_background": "{{colors.surface_container_high.light.hex}}", "search.match_background": "{{colors.tertiary_container.light.hex}}80", "panel.background": "{{colors.surface_container_low.light.hex}}",