From cd108cc5f61c37c6d1e7045de4b7656478c851be Mon Sep 17 00:00:00 2001
From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Date: Mon, 17 Feb 2025 16:05:57 -0300
Subject: [PATCH] theme: Improve contrast for One Light's `read_background`
token (#25027)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Closes https://github.com/zed-industries/zed/issues/20575
Subtle change, but more pronounced in single characters.
| Before | After |
|--------|--------|
|
|
|
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 83423840f052996f25f3b128b05633cb53bb6ad1..1cd031c84b5f9d66b952cc038f9a5f37759ff9c5 100644
--- a/assets/themes/one/one.json
+++ b/assets/themes/one/one.json
@@ -451,7 +451,7 @@
"editor.invisible": "#a3a3a4ff",
"editor.wrap_guide": "#383a410d",
"editor.active_wrap_guide": "#383a411a",
- "editor.document_highlight.read_background": "#5c78e21a",
+ "editor.document_highlight.read_background": "#5c78e225",
"editor.document_highlight.write_background": "#a3a3a466",
"terminal.background": "#fafafaff",
"terminal.foreground": "#242529ff",