From 946f407697bd0d200bd28a56e1aba00ade0ad0c3 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Tue, 17 Jun 2025 02:46:50 -0400 Subject: [PATCH] fix: adjust colors for yuu theme --- client/app/styles/themes.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/themes.css.ts b/client/app/styles/themes.css.ts index 412fa28..eee6b27 100644 --- a/client/app/styles/themes.css.ts +++ b/client/app/styles/themes.css.ts @@ -32,7 +32,7 @@ export const themes: Theme[] = [ fg: "#f8f3ec", fgSecondary: "#d6ccc2", fgTertiary: "#b4a89c", - primary: "#f5a97f", + primary: "#fc9174", primaryDim: "#d88b65", accent: "#f9db6d", accentDim: "#d9bc55",