Skip to content

Commit

Permalink
Using PhetColorScheme for velocity/momentum, see phetsims/scenery-phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Sep 29, 2020
1 parent 2bd6be5 commit 3c5072b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/CollisionLabColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ const CollisionLabColors = {
],

// Vector Colors
VELOCITY_VECTOR_FILL: Color.GREEN,
VELOCITY_VECTOR_FILL: PhetColorScheme.VELOCITY,
VELOCITY_VECTOR_STROKE: Color.BLACK,
MOMENTUM_VECTOR_FILL: 'rgb( 50, 50, 255 )',
MOMENTUM_VECTOR_FILL: PhetColorScheme.MOMENTUM,
MOMENTUM_VECTOR_STROKE: Color.BLACK,

// Center of mass
Expand Down

0 comments on commit 3c5072b

Please sign in to comment.