Skip to content

Commit 859eb36

Browse files
author
April Kovacs
committed
add 2025 color profile to selectable profiles
1 parent 63ca769 commit 859eb36

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

client/src/colors.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,35 @@ export const Presets: ColorPreset[] = [
154154
TEAM_TWO: '#c91c7e'
155155
}
156156
}
157+
},
158+
{
159+
displayName: 'Battlecode 2025',
160+
data: {
161+
version: 0,
162+
colors: {
163+
GAMEAREA_BACKGROUND: '#2e2323',
164+
SIDEBAR_BACKGROUND: '#3f3131',
165+
RED: '#ff9194',
166+
PINK: '#ffb4c1',
167+
GREEN: '#00a28e',
168+
CYAN: '#02a7b9',
169+
CYAN_DARK: '#1899a7',
170+
BLUE: '#04a2d9',
171+
BLUE_LIGHT: '#26abd9',
172+
BLUE_DARK: '#00679e',
173+
DARK: '#1f2937',
174+
DARK_HIGHLIGHT: '#140f0f',
175+
BLACK: '#140f0f',
176+
WHITE: '#fcdede',
177+
LIGHT: '#aaaaaa22',
178+
LIGHT_HIGHLIGHT: '#ffffff33',
179+
LIGHT_CARD: '#f7f7f722',
180+
WALLS_COLOR: '#547f31',
181+
TILES_COLOR: '#4c301e',
182+
TEAM_ONE: '#cdcdcc',
183+
TEAM_TWO: '#fee493'
184+
}
185+
}
157186
}
158187
]
159188

0 commit comments

Comments
 (0)