10 lines
223 B
TypeScript
10 lines
223 B
TypeScript
|
export const colors = {
|
||
|
bgBlack: '#121212',
|
||
|
lightGrey: '#BFC2C8',
|
||
|
themeBrown: '#D9AA84',
|
||
|
panelWhite: '#F2FBFE',
|
||
|
tournamentBlue: '#50a6c2',
|
||
|
blueCloth: '#539dc2',
|
||
|
buttonBlue: '#1987ff',
|
||
|
textWhite: '#ffffff'
|
||
|
};
|