From cb50f07d23bb89774aef03a3611d7ea56b971b19 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sat, 21 Jun 2025 12:43:02 -0400 Subject: [PATCH] One Light Theme: Change constant color (#33166) Closes: https://github.com/zed-industries/zed/issues/4617 Closes: https://github.com/zed-industries/zed/issues/25709 Changes the One Light syntax highlight for `constant` to be a distinct from `comment`: | Before | After | | - | - | | Screenshot 2025-06-21 at 11 59 22 | Screenshot 2025-06-21 at 11 59 17 | I picked a color which was present in the palette from the original One Light theme from Atom. @failable: Sorry this took so long, does this look ok to you? Release Notes: - N/A --- 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 bf38d9dccb..384ad28272 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -601,7 +601,7 @@ "font_weight": null }, "constant": { - "color": "#669f59ff", + "color": "#c18401ff", "font_style": null, "font_weight": null },