From c2b61de873ecf95481c822eb7fe68542a2e4261d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86gir?= Date: Thu, 16 Apr 2026 13:12:04 +0700 Subject: [PATCH] themes: Make One Dark `syntax.link_text.font_style` italic (#53220) Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #53219 Updates the built-in **One Dark** theme so `syntax.link_text.font_style` is `italic`, matching other built-in themes. Release Notes: - Fixed One Dark `link_text` not italic --- assets/themes/one/one.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/one/one.json b/assets/themes/one/one.json index e60b6314b9595ac02bd6a43be4580ba9331ae769..b6b4dfd0c6357acfdb9852dbd0e09e2a51e42b31 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -261,7 +261,7 @@ }, "link_text": { "color": "#73ade9ff", - "font_style": "normal", + "font_style": "italic", "font_weight": null }, "link_uri": {