From 330cfe34680530b54c202aae7e8095398b1589dc Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 6 Mar 2026 18:45:45 +0100 Subject: [PATCH] Update default theme input values --- app/components/CustomThemeSelector.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/CustomThemeSelector.tsx b/app/components/CustomThemeSelector.tsx index bc3d8ae6b..4fb61e6a4 100644 --- a/app/components/CustomThemeSelector.tsx +++ b/app/components/CustomThemeSelector.tsx @@ -170,9 +170,9 @@ function themeInputFromString(str: string): ThemeInput | null { } export const DEFAULT_THEME_INPUT: ThemeInput = { - baseHue: 260, - baseChroma: 0.012, - accentHue: 270, + baseHue: 268, + baseChroma: 0.076, + accentHue: 360, accentChroma: 0.24, chatHue: null, radiusBox: 3,