diff --git a/crates/zed/assets/themes/_base.toml b/crates/zed/assets/themes/_base.toml index 754ba183465b4fff1aa562186c5b3594d983d88a..2f3541dc1b3b0943034dab8dcca00100a07ad989 100644 --- a/crates/zed/assets/themes/_base.toml +++ b/crates/zed/assets/themes/_base.toml @@ -320,6 +320,7 @@ border = { width = 2, color = "$border.1" } corner_radius = 6 padding = 6 match_highlight = { color = "$editor.syntax.keyword.color", weight = "$editor.syntax.keyword.weight" } +margin.left = -14 [editor.autocomplete.item] padding = { left = 6, right = 6, top = 2, bottom = 2 }