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 // 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',