Skip to content

Commit

Permalink
restore initial agent colors array
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Nov 14, 2023
1 parent 21e56cc commit 823eb5f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion examples/Viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,25 @@ if (urlParams.has("file")) {
playbackFile = queryStringFile;
}

const agentColors = ["#00FF00", "#0000FF", "#FF0000", "#505050"];
const agentColors = [
"#fee34d",
"#f7b232",
"#bf5736",
"#94a7fc",
"#ce8ec9",
"#58606c",
"#0ba345",
"#9267cb",
"#81dbe6",
"#bd7800",
"#bbbb99",
"#5b79f0",
"#89a500",
"#da8692",
"#418463",
"#9f516c",
"#00aabf",
];

interface ViewerState {
renderStyle: RenderStyle;
Expand Down

0 comments on commit 823eb5f

Please sign in to comment.