From 133704a419e19f34de4c75bbb76454766fb2167d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 24 Feb 2025 11:08:22 -0500 Subject: [PATCH] Adjust `@variable` color in One Dark theme (#25468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adjusts the color used for `@variable`s in One Dark to use the `editor.foreground` color. | Language | Before | After | | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | Rust | Screenshot 2025-02-24 at 10 46 04 AM | Screenshot 2025-02-24 at 10 46 15 AM | | Python | Screenshot 2025-02-24 at 10 46 10 AM | Screenshot 2025-02-24 at 10 46 19 AM | Release Notes: - One Dark theme: Adjusted the color used for `@variable` syntax highlights. --- 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 9d7a29cd957783a2582a302b212778b1372df2fd..3c7421c04ec39cb7a37f5de3dfafc5cb0f5a2dd9 100644 --- a/assets/themes/one/one.json +++ b/assets/themes/one/one.json @@ -365,7 +365,7 @@ "font_weight": null }, "variable": { - "color": "#dce0e5ff", + "color": "#acb2beff", "font_style": null, "font_weight": null },