mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 11:46:09 -05:00
Update default theme input values
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user