From 89988bf610fb816c91366896cdaf7c6695a07b56 Mon Sep 17 00:00:00 2001 From: DavidMei <94948521@163.com> Date: Thu, 26 Mar 2026 23:40:51 +0800 Subject: [PATCH] fix: improve light theme warning contrast (#2674) --- packages/pi-coding-agent/src/modes/interactive/theme/themes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/pi-coding-agent/src/modes/interactive/theme/themes.ts b/packages/pi-coding-agent/src/modes/interactive/theme/themes.ts index c92763543..45ea9609d 100644 --- a/packages/pi-coding-agent/src/modes/interactive/theme/themes.ts +++ b/packages/pi-coding-agent/src/modes/interactive/theme/themes.ts @@ -113,6 +113,7 @@ const light: ThemeJson = { green: "#588458", red: "#aa5555", yellow: "#9a7326", + warning: "#7a5a00", mediumGray: "#6c6c6c", dimGray: "#767676", lightGray: "#b0b0b0", @@ -130,7 +131,7 @@ const light: ThemeJson = { borderMuted: "lightGray", success: "green", error: "red", - warning: "yellow", + warning: "warning", muted: "mediumGray", dim: "dimGray", text: "",