Skip to content

Commit

Permalink
rename colors related to potential energy, use in Hooke's Law, phetsi…
Browse files Browse the repository at this point in the history
…ms/hookes-law#70

Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Jan 9, 2019
1 parent 4b9de0e commit 333ab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/PhetColorScheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ define( function( require ) {
ACCELERATION: Color.GREEN,
APPLIED_FORCE: TAN_ORANGE,
BUTTON_YELLOW: PHET_LOGO_YELLOW,
ELASTIC_ENERGY: new Color( 0, 204, 255 ),
ELASTIC_POTENTIAL_ENERGY: new Color( 0, 204, 255 ),
FRICTION_FORCE: RED_COLORBLIND,
GRAVITATIONAL_FORCE: new Color( 50, 130, 215 ),
GRAVITATIONAL_POTENTIAL_ENERGY: Color.BLUE, // formerly POTENTIAL_ENERGY in Java implementation
HEAT_THERMAL_ENERGY: RED_COLORBLIND,
IMAGINARY_PART: new Color( 153, 51, 102 ),
KINETIC_ENERGY: Color.GREEN,
Expand All @@ -42,7 +43,6 @@ define( function( require ) {
PHET_LOGO_BLUE: PHET_LOGO_BLUE,
PHET_LOGO_YELLOW: PHET_LOGO_YELLOW,
POSITION: Color.BLUE,
POTENTIAL_ENERGY: Color.BLUE,
REAL_PART: new Color( 255, 153, 0 ),
RED_COLORBLIND: RED_COLORBLIND,
RESET_ALL_BUTTON_BASE_COLOR: new Color( 247, 151, 34 ),
Expand Down

0 comments on commit 333ab92

Please sign in to comment.