fix: improve light theme warning contrast (#2674)

This commit is contained in:
DavidMei 2026-03-26 23:40:51 +08:00 committed by GitHub
parent 0ab3e888d5
commit 89988bf610

View file

@ -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: "",