abstreet/editor/color_scheme

136 lines
1.6 KiB
Plaintext
Raw Normal View History

{
"map": {
2018-06-21 20:03:51 +03:00
"Debug": [
1.0,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"BrightDebug": [
0.8,
0.1,
0.1,
1.0
],
2018-06-21 20:03:51 +03:00
"Road": [
0.0,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"Parking": [
0.5,
0.0,
0.5,
1.0
],
2018-06-21 20:03:51 +03:00
"Sidewalk": [
0.0,
1.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"ChangedStopSignIntersection": [
0.0,
1.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"ChangedTrafficSignalIntersection": [
1.0,
0.65,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"TrafficSignalIntersection": [
1.0,
1.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"NormalIntersection": [
0.3,
0.3,
0.3,
1.0
],
2018-06-21 20:03:51 +03:00
"Selected": [
0.0,
0.0,
1.0,
1.0
],
2018-06-21 20:03:51 +03:00
"Turn": [
1.0,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"ConflictingTurn": [
1.0,
0.0,
0.0,
0.5
],
2018-06-21 20:03:51 +03:00
"Building": [
0.7,
0.7,
0.7,
1.0
],
2018-06-21 20:03:51 +03:00
"ParcelBoundary": [
0.3,
0.3,
0.3,
1.0
],
2018-06-21 20:03:51 +03:00
"ParcelInterior": [
0.5,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"RoadOrientation": [
1.0,
1.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"SearchResult": [
1.0,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"Visited": [
0.0,
0.0,
1.0,
1.0
],
2018-06-21 20:03:51 +03:00
"Queued": [
1.0,
0.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"NextQueued": [
0.0,
1.0,
0.0,
1.0
],
2018-06-21 20:03:51 +03:00
"TurnIconCircle": [
0.3,
0.3,
0.3,
1.0
],
2018-06-21 20:03:51 +03:00
"TurnIconInactive": [
0.7,
0.7,
0.7,
1.0
]
}
}