Skip to content

Commit

Permalink
add PHET_LOGO_BLUE, use in clients, phetsims/joist#158
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 29, 2016
1 parent fe162ac commit 223f559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/PhetColorScheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ define( function( require ) {
var RED_COLORBLIND = new Color( 255, 85, 0 ); // looks good in colorblind tests, typically used in place of 'red'
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 PhetColorScheme = {
Expand All @@ -36,6 +37,7 @@ define( function( require ) {
KINETIC_ENERGY: Color.GREEN,
NET_WORK: DARK_GREEN,
NORMAL_FORCE: new Color( 255, 235, 0 ),
PHET_LOGO_BLUE: PHET_LOGO_BLUE,
PHET_LOGO_YELLOW: PHET_LOGO_YELLOW,
POSITION: Color.BLUE,
POTENTIAL_ENERGY: Color.BLUE,
Expand Down

0 comments on commit 223f559

Please sign in to comment.