From 624e448492a28925f86995fa6d6fb1b8ddf3fa1c Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 30 Sep 2025 11:27:24 +0300 Subject: [PATCH] Remove bold inlay hints style from all other theme variants (#39177) Follow-up of https://github.com/zed-industries/zed/pull/39105 Release Notes: - N/A Co-authored-by: Lukas Wirth --- assets/themes/ayu/ayu.json | 4 ++-- assets/themes/gruvbox/gruvbox.json | 10 +++++----- assets/themes/one/one.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/themes/ayu/ayu.json b/assets/themes/ayu/ayu.json index 418323dc3cb70b6860d84918d78adbf3499f5cf1..7c84c603bda7fd7590067ec9f566f3582ba6aefd 100644 --- a/assets/themes/ayu/ayu.json +++ b/assets/themes/ayu/ayu.json @@ -630,7 +630,7 @@ "hint": { "color": "#8ca7c2ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#fa8d3eff", @@ -1021,7 +1021,7 @@ "hint": { "color": "#7399a3ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#ffad65ff", diff --git a/assets/themes/gruvbox/gruvbox.json b/assets/themes/gruvbox/gruvbox.json index 73a2029e7c1550e5315c31026a37c57755f9b671..4e6f8334b269e3e5090b0f91d995834906c09083 100644 --- a/assets/themes/gruvbox/gruvbox.json +++ b/assets/themes/gruvbox/gruvbox.json @@ -653,7 +653,7 @@ "hint": { "color": "#8c957dff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#fb4833ff", @@ -1058,7 +1058,7 @@ "hint": { "color": "#8c957dff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#fb4833ff", @@ -1463,7 +1463,7 @@ "hint": { "color": "#677562ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#9d0006ff", @@ -1868,7 +1868,7 @@ "hint": { "color": "#677562ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#9d0006ff", @@ -2273,7 +2273,7 @@ "hint": { "color": "#677562ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#9d0006ff", diff --git a/assets/themes/one/one.json b/assets/themes/one/one.json index bb8c01e6a7665b7575f274b70ef50cc2c27b5dbe..6849cd05dc70752216789ae04e81fad232f7b14b 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -643,7 +643,7 @@ "hint": { "color": "#7274a7ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#a449abff",