From 1368fac4bb547a88b0c3f9d8920bd3b4511149dc Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sun, 15 May 2022 02:17:21 +0300 Subject: [PATCH] udpate DefaultTheme --- src/theme/DefaultTheme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/DefaultTheme.ts b/src/theme/DefaultTheme.ts index 48b45ae..57e7649 100644 --- a/src/theme/DefaultTheme.ts +++ b/src/theme/DefaultTheme.ts @@ -9,9 +9,9 @@ const defaultTheme: Theme = { holeColor: "#D3D4D8", ballColor: "#393E46", ballLightColor: "#393E46", - pitGameMoveAnimateColor: "#5f94c2", + pitGameMoveAnimateColor: "#c9b43c", pitEmptyPitAnimateColor: "#5d7322", - pitLastStoneInBankPitAnimateColor: "#79708c", + pitLastStoneInBankPitAnimateColor: "#9463f7", pitGetRivalStonePitAnimateColor: "#ff3d44", };