Skip to content

Commit 6d908a4

Browse files
Update colors
1 parent 5864ecb commit 6d908a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const PAINT_COLORS = ['#00000000', '#666666', '#565656', '#b28b52', '#997
3535
export const WALLS_COLOR = '#547f31'
3636
export const DIVIDER_COLOR = '#7b4724'
3737
export const TILE_COLOR = '#4c301e'
38-
export const GAMEAREA_BACKGROUND = '#332319'
38+
export const GAMEAREA_BACKGROUND = '#2e2323'
3939
export const SIDEBAR_BACKGROUND = '#3f3131'
4040

4141
export const ATTACK_COLOR = '#db6b5c'

client/tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ module.exports = {
4040
blueDark: '#00679e',
4141

4242
dark: colors.gray['800'],
43-
darkHighlight: '#2d2323',
44-
black: colors.black,
43+
darkHighlight: '#140f0f',
44+
black: '#140f0f',
4545
white: '#fcdede',
4646
light: '#aaaaaa22',
4747
lightHighlight: '#ffffff33',

0 commit comments

Comments
 (0)