From 286239f6c927d15cbe7c2ffec888447b2aef4e9e Mon Sep 17 00:00:00 2001 From: Vikeo Date: Sat, 25 May 2024 12:02:35 +0200 Subject: [PATCH] other default colors --- src/Data/getInitialPlayers.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Data/getInitialPlayers.ts b/src/Data/getInitialPlayers.ts index 9c899db..ad57256 100644 --- a/src/Data/getInitialPlayers.ts +++ b/src/Data/getInitialPlayers.ts @@ -2,14 +2,14 @@ import { Player, Rotation } from '../Types/Player'; import { InitialGameSettings, Orientation } from '../Types/Settings'; export const presetColors = [ - '#F06292', // Light Pink - '#4DB6AC', // Teal - '#FFA726', // Orange - '#7986CB', // Indigo - '#FFCC80', // Peach - '#90CAF9', // Pastel Blue - '#CE93D8', // Lilac - '#FF8A80', // Coral + '#D08182', // Muted Pink + '#5AAB9E', // Teal + '#D58B5A', // Burnt Orange + '#697A9A', // Soft Indigo + '#78B2D3', // Pastel Blue + '#A785BA', // Lilac + '#D9C17C', // Muted Yellow + '#FF907F', // Light Coral ]; const getOrientationRotations = (