Skip to content

Commit

Permalink
use PhetColorScheme.ELASTIC_ENERGY, #70
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <cmalley@pixelzoom.com>
  • Loading branch information
pixelzoom committed Jan 9, 2019
1 parent fb3d71d commit 54ff5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/HookesLawColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ define( function( require ) {
// various quantities
APPLIED_FORCE: PhetColorScheme.RED_COLORBLIND,
DISPLACEMENT: new Color( 0, 180, 0 ),
ENERGY: new Color( 3, 205, 255 ),
ENERGY: PhetColorScheme.ELASTIC_ENERGY,
EQUILIBRIUM_POSITION: new Color( 0, 180, 0 )
};

Expand Down

0 comments on commit 54ff5bc

Please sign in to comment.