Skip to content

Commit

Permalink
changed default color
Browse files Browse the repository at this point in the history
  • Loading branch information
kwcantrell committed Oct 29, 2020
1 parent f515617 commit aaac6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empress/support_files/js/empress.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ define([
* @type {Array}
* The default color of the tree
*/
this.DEFAULT_COLOR = Colorer.rgbToFloat([50, 50, 50]);
this.DEFAULT_COLOR = Colorer.rgbToFloat([64, 64, 64]);

/**
* @type {BPTree}
Expand Down

0 comments on commit aaac6e3

Please sign in to comment.