Skip to content

Commit

Permalink
change color of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Oct 19, 2018
1 parent e40bb39 commit 988f49b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions UI/scripts/scaffoldgraph.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
colors = [
"#3B7423",
"#90C479",
"#B35E0B",
"#F6B26B",
"#1A55CD",
"#6A9EEA",
"#732149",
"#C378A1",
"#BE8F03",
"#FFD867",
"#1A505C",
"#75A4AE",
"#9A0700",
"#E06663",
"#1A5388",
"#71A6D8",
"#008000",
"#D0FF14",
"#E32636",
"#F19CBB",
"#FF7E00",
"#FFBF00",
"#0048BA",
"#7CB9E8",
"#008000",
"#D0FF14",
"#8A2BE2",
"#D19FE8",
"#88540B",
Expand Down
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cd "$BASEDIR/$BUILD_DIR"
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$PREFIX" $* "$BASEDIR"
make -j 8
make install
cd $PREFIX
cd $PREFIX

0 comments on commit 988f49b

Please sign in to comment.