From a161aa663c80c692c633112a4011b938188b13ad Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:03:42 +0100 Subject: [PATCH] Update "rosegold" theme --- src/modules/theme/Themes.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/modules/theme/Themes.ts b/src/modules/theme/Themes.ts index fe21621a..4bb35d9a 100644 --- a/src/modules/theme/Themes.ts +++ b/src/modules/theme/Themes.ts @@ -116,10 +116,14 @@ export const themes = { light: { palette: { primary: { - main: '#E9A7A1', + main: '#C07F7A', }, secondary: { - main: '#A1E3E9', + main: '#7ABBC0', + }, + background: { + paper: '#EAE1E0', + default: '#F3EFEE', }, }, },