forked from vergnet/application-amicale
feat: change game piece colors
This commit is contained in:
parent
9efd40e48c
commit
9acfbf00df
1 changed files with 14 additions and 14 deletions
|
@ -101,13 +101,13 @@ export const CustomWhiteTheme: ReactNativePaper.Theme = {
|
||||||
// Tetris
|
// Tetris
|
||||||
tetrisBackground: '#f0f0f0',
|
tetrisBackground: '#f0f0f0',
|
||||||
tetrisScore: '#e2bd33',
|
tetrisScore: '#e2bd33',
|
||||||
tetrisI: '#3cd9e6',
|
tetrisI: '#be1522',
|
||||||
tetrisO: '#ffdd00',
|
tetrisO: '#EB6C1F',
|
||||||
tetrisT: '#a716e5',
|
tetrisT: '#5cb85c',
|
||||||
tetrisS: '#09c528',
|
tetrisS: '#5294E2',
|
||||||
tetrisZ: '#ff0009',
|
tetrisZ: '#dede00',
|
||||||
tetrisJ: '#2a67e3',
|
tetrisJ: '#69009d',
|
||||||
tetrisL: '#da742d',
|
tetrisL: '#553716',
|
||||||
|
|
||||||
gameGold: '#ffd610',
|
gameGold: '#ffd610',
|
||||||
gameSilver: '#7b7b7b',
|
gameSilver: '#7b7b7b',
|
||||||
|
@ -160,13 +160,13 @@ export const CustomDarkTheme: ReactNativePaper.Theme = {
|
||||||
// Tetris
|
// Tetris
|
||||||
tetrisBackground: '#181818',
|
tetrisBackground: '#181818',
|
||||||
tetrisScore: '#e2d707',
|
tetrisScore: '#e2d707',
|
||||||
tetrisI: '#30b3be',
|
tetrisI: '#be1522',
|
||||||
tetrisO: '#c1a700',
|
tetrisO: '#EB6C1F',
|
||||||
tetrisT: '#9114c7',
|
tetrisT: '#5cb85c',
|
||||||
tetrisS: '#08a121',
|
tetrisS: '#5294E2',
|
||||||
tetrisZ: '#b50008',
|
tetrisZ: '#dede00',
|
||||||
tetrisJ: '#0f37b9',
|
tetrisJ: '#69009d',
|
||||||
tetrisL: '#b96226',
|
tetrisL: '#553716',
|
||||||
|
|
||||||
gameGold: '#ffd610',
|
gameGold: '#ffd610',
|
||||||
gameSilver: '#7b7b7b',
|
gameSilver: '#7b7b7b',
|
||||||
|
|
Loading…
Reference in a new issue