From 15b8790a2c0795bc87f19ac594b35010289390a7 Mon Sep 17 00:00:00 2001 From: Ephram Date: Wed, 10 Jul 2024 15:33:35 -0400 Subject: [PATCH] Update One Light modified color (#12143) Release Notes: - Changed the `modified` color on the one-light color theme to a more readable value The current color in the file tree for modified files is basically unreadable in the default light mode image This change just changes the color to match that of the one-light theme present in vscode ~~old proposal: https://github.com/zed-industries/zed/assets/50590465/b4dc4030-bcd8-429a-84b8-2744e213e492~~ new proposal: image This does have a side-effect of changing the modified color on the side in the editor, but personally I think this change is negligable. --- 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 aa1876e61c..3a78f22ec6 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -491,7 +491,7 @@ "info": "#5c78e2ff", "info.background": "#e2e2faff", "info.border": "#cbcdf6ff", - "modified": "#dec184ff", + "modified": "#a47a23ff", "modified.background": "#faf2e6ff", "modified.border": "#f4e7d1ff", "predictive": "#9b9ec6ff",