feat: change game piece colors

This commit is contained in:
Arnaud Vergnet 2021-09-18 11:30:24 +02:00
parent 9efd40e48c
commit 9acfbf00df

View file

@ -101,13 +101,13 @@ export const CustomWhiteTheme: ReactNativePaper.Theme = {
// Tetris
tetrisBackground: '#f0f0f0',
tetrisScore: '#e2bd33',
tetrisI: '#3cd9e6',
tetrisO: '#ffdd00',
tetrisT: '#a716e5',
tetrisS: '#09c528',
tetrisZ: '#ff0009',
tetrisJ: '#2a67e3',
tetrisL: '#da742d',
tetrisI: '#be1522',
tetrisO: '#EB6C1F',
tetrisT: '#5cb85c',
tetrisS: '#5294E2',
tetrisZ: '#dede00',
tetrisJ: '#69009d',
tetrisL: '#553716',
gameGold: '#ffd610',
gameSilver: '#7b7b7b',
@ -160,13 +160,13 @@ export const CustomDarkTheme: ReactNativePaper.Theme = {
// Tetris
tetrisBackground: '#181818',
tetrisScore: '#e2d707',
tetrisI: '#30b3be',
tetrisO: '#c1a700',
tetrisT: '#9114c7',
tetrisS: '#08a121',
tetrisZ: '#b50008',
tetrisJ: '#0f37b9',
tetrisL: '#b96226',
tetrisI: '#be1522',
tetrisO: '#EB6C1F',
tetrisT: '#5cb85c',
tetrisS: '#5294E2',
tetrisZ: '#dede00',
tetrisJ: '#69009d',
tetrisL: '#553716',
gameGold: '#ffd610',
gameSilver: '#7b7b7b',