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", };