From 784e981f880d8ac165e9ef0072a7e4d21a3a5b7f Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:04:20 +0900 Subject: [PATCH] Improve the a11y of the default theme --- static/themes/itepechi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/themes/itepechi.json b/static/themes/itepechi.json index f6e12b3e..4a31b2f2 100644 --- a/static/themes/itepechi.json +++ b/static/themes/itepechi.json @@ -85,7 +85,9 @@ "cGreen": "#a1e45d", "cOrange": "#ead15e", "btnToggled": "#ddd7d2", - "alertError": "#ff2975" + "alertError": "#ff2975", + "alertWarning": "#eac994", + "alertNeutral": "#d7d1cd" }, "radii": { "btn": "3",