Skip to content

Commit

Permalink
use correct value for PHET_LOGO_YELLOW, #270
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 29, 2016
1 parent 223f559 commit 82166ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/PhetColorScheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define( function( require ) {
var GREEN_COLORBLIND = new Color( 0, 135, 0 ); // looks good in colorblind tests when used alongside RED_COLORBLIND
var TAN_ORANGE = new Color( 236, 153, 55 );
var PHET_LOGO_BLUE = new Color( 106, 206, 245 ); // the color of the blue in the PhET logo
var PHET_LOGO_YELLOW = new Color( 242, 233, 22 ); // the color of the yellow in the PhET logo
var PHET_LOGO_YELLOW = new Color( 254, 225, 5 ); // the color of the yellow in the PhET logo

var PhetColorScheme = {
ACCELERATION: Color.GREEN,
Expand Down

0 comments on commit 82166ae

Please sign in to comment.