diff --git a/zed/assets/icons/x.svg b/zed/assets/icons/x.svg index f194b99c098a261a687018ead8284354cb3f89d4..89fcd64b791ce5ccbb4a63ee31bd8a26ee98327a 100644 --- a/zed/assets/icons/x.svg +++ b/zed/assets/icons/x.svg @@ -1,3 +1,3 @@ - - + + diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index e68dcf19edccca4b4ecdb2ecaef116ca02cb9318..e64ed58101da94f1625b65764e9c6fc79e2ed0e7 100644 --- a/zed/assets/themes/_base.toml +++ b/zed/assets/themes/_base.toml @@ -10,9 +10,9 @@ border = { width = 1, bottom = true, color = "$border.0" } [workspace.tab] text = "$text.2" -padding = { left = 8, right = 8 } -icon_width = 16 -spacing = 7 +padding = { left = 10, right = 10 } +icon_width = 8 +spacing = 10 icon_close = "$text.2.color" icon_close_active = "$text.0.color" icon_dirty = "$status.info"