From 7da4dc7d39e767bc2961aabfdb479b5d5f3e312d Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:08:17 +0100 Subject: [PATCH] Update "mountain sunset" 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 4bb35d9a..1778a03c 100644 --- a/src/modules/theme/Themes.ts +++ b/src/modules/theme/Themes.ts @@ -176,10 +176,14 @@ export const themes = { light: { palette: { primary: { - main: '#c55a77', + main: '#974258', }, secondary: { - main: '#5ac5a8', + main: '#429780', + }, + background: { + paper: '#e5d6da', + default: '#f7f3f4', }, }, },