From f9fb389f86da223994cdd16794cf5611a2d40e5b Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Mon, 29 Sep 2025 14:54:12 +0200 Subject: [PATCH] themes: Set `font_weight` to `null` for `syntax.hint` (#39105) Since https://github.com/zed-industries/zed/pull/36219 we now render inlay hints as bold due to this. Release Notes: - N/A *or* Added/Fixed/Improved ... --- assets/themes/ayu/ayu.json | 2 +- assets/themes/gruvbox/gruvbox.json | 2 +- assets/themes/one/one.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/themes/ayu/ayu.json b/assets/themes/ayu/ayu.json index f71048caafba7156b53fd8637ca35c715ad300f2..e93b7a8b0b8e60811117db9cf3abe74845aa6f6a 100644 --- a/assets/themes/ayu/ayu.json +++ b/assets/themes/ayu/ayu.json @@ -239,7 +239,7 @@ "hint": { "color": "#628b80ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#ff8f3fff", diff --git a/assets/themes/gruvbox/gruvbox.json b/assets/themes/gruvbox/gruvbox.json index fc11cac55f638349778c88869dcb217c89111022..73a2029e7c1550e5315c31026a37c57755f9b671 100644 --- a/assets/themes/gruvbox/gruvbox.json +++ b/assets/themes/gruvbox/gruvbox.json @@ -248,7 +248,7 @@ "hint": { "color": "#8c957dff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#fb4833ff", diff --git a/assets/themes/one/one.json b/assets/themes/one/one.json index 7cc8c96a23f32aab69596722188e3c5ec87aba08..bb8c01e6a7665b7575f274b70ef50cc2c27b5dbe 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -244,7 +244,7 @@ "hint": { "color": "#788ca6ff", "font_style": null, - "font_weight": 700 + "font_weight": null }, "keyword": { "color": "#b477cfff",