From 60595a64bd2a5e30a8e0bdd2615b64dca6650a8f Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 3 Feb 2022 17:21:24 +0100 Subject: [PATCH] Align completion labels with cursor Co-Authored-By: Nathan Sobo --- crates/zed/assets/themes/_base.toml | 1 + 1 file changed, 1 insertion(+) 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 }