Skip to content
Snippets Groups Projects
Commit d927e415 authored by Johannes Mey's avatar Johannes Mey
Browse files

better colours

parent 9a4b3b04
No related branches found
No related tags found
No related merge requests found
......@@ -36,10 +36,10 @@ public abstract class MotionGrammarParser<T extends MotionGrammarElement> {
return;
}
final String N_N = "4C78A6";
final String H_N = "DCE9F7";
final String N_T = "A78344";
final String H_T = "F2D8AC";
final String N_N = "9594f7";
final String H_N = "d4d4fc";
final String N_T = "c17dff";
final String H_T = "ddbefa";
try {
Path svgPath = MotionGrammarConfig.astDiagramDir.resolve("AST-" + String.format("%03d", timeStep_) + "-" + new SimpleDateFormat("yyyy.MM.dd.HH.mm.ss.SSS").format(new java.util.Date()) + "-" + step + ".svg");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment