We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efff896 commit 406a7baCopy full SHA for 406a7ba
src/pathDetails/elevationWidget/colors.ts
@@ -47,11 +47,11 @@ export const ROAD_CLASS_COLORS: Record<string, string> = {
47
}
48
49
export const ROAD_ENVIRONMENT_COLORS: Record<string, string> = {
50
- road: '#757575',
+ road: '#8D6E63',
51
ferry: '#1976D2',
52
- bridge: '#5D4037',
53
- tunnel: '#37474F',
54
- ford: '#FF8F00',
+ bridge: '#F9A825',
+ tunnel: '#424242',
+ ford: '#E53935',
55
56
57
export const TRACK_TYPE_COLORS: Record<string, string> = {
0 commit comments