mirror of
https://github.com/zed-industries/zed.git
synced 2026-04-18 07:47:53 +00:00
c2b61de873
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