abstreet/data/system/night_colors.json

68 lines
911 B
JSON
Raw Normal View History

2019-11-01 03:06:03 +03:00
{
"map": {
"building": {
"RGBA": [
0.259,
0.129,
0.549,
1.0
]
},
"building path": {
"RGBA": [
0.49,
0.337,
0.788,
1.0
]
},
"grass": {
"RGBA": [
0.024,
0.243,
0.537,
1.0
]
},
"map background": {
"RGBA": [
0.031,
0.031,
0.282,
1.0
]
},
"unzoomed arterial road": {
"RGBA": [
0.333,
0.145,
0.482,
1.0
]
},
"unzoomed highway road": {
"RGBA": [
0.867,
0.122,
0.5,
1.0
]
},
"unzoomed residential road": {
"RGBA": [
0.302,
0.318,
0.675,
1.0
]
},
"water": {
"RGBA": [
0.165,
0.263,
0.667,
1.0
]
}
}
}