Skip to content

Commit 5864ecb

Browse files
Update paint colors
1 parent f03f3b1 commit 5864ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const TEAM_1 = '#fee493'
3131
export const TEAM_COLORS = [TEAM_0, TEAM_1]
3232
export const TEAM_COLOR_NAMES = ['Silver', 'Gold']
3333

34-
export const PAINT_COLORS = ['#00000000', '#666666', '#4c4c4c', '#998957', '#7f7148']
34+
export const PAINT_COLORS = ['#00000000', '#666666', '#565656', '#b28b52', '#997746']
3535
export const WALLS_COLOR = '#547f31'
3636
export const DIVIDER_COLOR = '#7b4724'
3737
export const TILE_COLOR = '#4c301e'

0 commit comments

Comments
 (0)