From 9acfbf00df01580a3cf1f8603b1c1842b7167935 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sat, 18 Sep 2021 11:30:24 +0200 Subject: [PATCH] feat: change game piece colors --- src/utils/Themes.ts | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/utils/Themes.ts b/src/utils/Themes.ts index 14cecfe..20050b1 100644 --- a/src/utils/Themes.ts +++ b/src/utils/Themes.ts @@ -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',