Update default theme input values

This commit is contained in:
hfcRed
2026-03-06 18:45:45 +01:00
parent 978eaf0d35
commit 330cfe3468

View File

@@ -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,