Skip to content

Commit 406a7ba

Browse files
committed
ele widget: better colors for road_environment
1 parent efff896 commit 406a7ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pathDetails/elevationWidget/colors.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ export const ROAD_CLASS_COLORS: Record<string, string> = {
4747
}
4848

4949
export const ROAD_ENVIRONMENT_COLORS: Record<string, string> = {
50-
road: '#757575',
50+
road: '#8D6E63',
5151
ferry: '#1976D2',
52-
bridge: '#5D4037',
53-
tunnel: '#37474F',
54-
ford: '#FF8F00',
52+
bridge: '#F9A825',
53+
tunnel: '#424242',
54+
ford: '#E53935',
5555
}
5656

5757
export const TRACK_TYPE_COLORS: Record<string, string> = {

0 commit comments

Comments
 (0)