From c36a0f8d025f1516fd9aa717f1e86b564fc95294 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:20:46 +0100 Subject: [PATCH] Update "orange juice" 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 2aad9f2b..54fd109f 100644 --- a/src/modules/theme/Themes.ts +++ b/src/modules/theme/Themes.ts @@ -268,10 +268,14 @@ export const themes = { light: { palette: { primary: { - main: '#ffb546', + main: '#e74c00', }, secondary: { - main: '#4690ff', + main: '#009ae7', + }, + background: { + paper: '#ede3d3', + default: '#f5f0e8', }, }, },