abstreet/editor/color_scheme

208 lines
2.5 KiB
Plaintext
Raw Normal View History

{
"map": {
2018-06-23 00:08:52 +03:00
"Background": [
1.0,
1.0,
1.0,
1.0
],
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
2018-06-21 20:46:59 +03:00
],
"MatchClassification": [
0.0,
1.0,
0.0,
1.0
],
"DontMatchClassification": [
0.0,
0.0,
0.0,
0.1
],
"TurnIrrelevant": [
0.3,
0.3,
0.3,
1.0
],
"SignalEditorTurnInCurrentCycle": [
0.0,
1.0,
0.0,
1.0
],
"SignalEditorTurnCompatibleWithCurrentCycle": [
0.0,
1.0,
0.0,
0.2
],
"SignalEditorTurnConflictsWithCurrentCycle": [
1.0,
0.0,
0.0,
0.0
],
"PriorityTurn": [
0.0,
1.0,
0.0,
1.0
],
"YieldTurn": [
1.0,
1.0,
0.0,
1.0
],
"StopTurn": [
1.0,
0.0,
0.0,
1.0
],
"MovingCar": [
0.0,
1.0,
1.0,
1.0
],
"StuckCar": [
1.0,
0.0,
0.0,
1.0
]
}
}