other default colors

This commit is contained in:
Vikeo
2024-05-25 12:02:35 +02:00
parent 7aa04820e6
commit 286239f6c9

View File

@@ -2,14 +2,14 @@ import { Player, Rotation } from '../Types/Player';
import { InitialGameSettings, Orientation } from '../Types/Settings'; import { InitialGameSettings, Orientation } from '../Types/Settings';
export const presetColors = [ export const presetColors = [
'#F06292', // Light Pink '#D08182', // Muted Pink
'#4DB6AC', // Teal '#5AAB9E', // Teal
'#FFA726', // Orange '#D58B5A', // Burnt Orange
'#7986CB', // Indigo '#697A9A', // Soft Indigo
'#FFCC80', // Peach '#78B2D3', // Pastel Blue
'#90CAF9', // Pastel Blue '#A785BA', // Lilac
'#CE93D8', // Lilac '#D9C17C', // Muted Yellow
'#FF8A80', // Coral '#FF907F', // Light Coral
]; ];
const getOrientationRotations = ( const getOrientationRotations = (