diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index 1b646b40a204d6f94d7eb1d615ddbf644fa0d87c..e2283d25808abfd3d99708bccd2651fa5703d11f 100644 --- a/zed/assets/themes/_base.toml +++ b/zed/assets/themes/_base.toml @@ -5,6 +5,7 @@ background = "$elevation_1" background = "$elevation_2" text = "$text_dull" border.color = "#000000" +padding = { left = 10, right = 10 } icon_close = "#383839" icon_dirty = "#556de8" icon_conflict = "#e45349" diff --git a/zed/src/workspace/pane.rs b/zed/src/workspace/pane.rs index 69c1a3af0b1336d5984e861a550c0a5bed8dd891..511e48dfd41dc4e7a5a5b5382e82208477606525 100644 --- a/zed/src/workspace/pane.rs +++ b/zed/src/workspace/pane.rs @@ -244,7 +244,6 @@ impl Pane { } else { &theme.tab.container }) - .with_horizontal_padding(10.) .with_border(border); if is_active {