Configurable theme, change default to blue
This commit is contained in:
parent
8a8ec9bc0e
commit
ec318e9e9a
8 changed files with 46 additions and 25 deletions
|
|
@ -5,8 +5,8 @@ export const COLORS = {
|
|||
blue: 'bg-blue-600',
|
||||
yellow: 'bg-yellow-600',
|
||||
green: 'bg-green-600',
|
||||
purple: 'bg-[#46178f]',
|
||||
purpleLight: 'bg-[#864cbf]',
|
||||
purple: 'bg-theme-primary',
|
||||
purpleLight: 'bg-theme-primary/70',
|
||||
};
|
||||
|
||||
export const SHAPES = {
|
||||
|
|
@ -25,9 +25,8 @@ export const QUESTION_TIME = 20; // seconds
|
|||
export const POINTS_PER_QUESTION = 1000;
|
||||
|
||||
export const PLAYER_COLORS = [
|
||||
'#46178f',
|
||||
'#2563eb',
|
||||
'#e21b3c',
|
||||
'#1368ce',
|
||||
'#26890c',
|
||||
'#ffa602',
|
||||
'#d89e00',
|
||||
|
|
@ -37,4 +36,5 @@ export const PLAYER_COLORS = [
|
|||
'#ff6b6b',
|
||||
'#4ecdc4',
|
||||
'#45b7d1',
|
||||
'#8b5cf6',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue