Skip to content

Commit

Permalink
change clock color to #f473a7, #114
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 13, 2020
1 parent 0f10b0d commit 451a7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/NaturalSelectionColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const NaturalSelectionColors = {
PEDIGREE_GRAPH_FILL: 'rgb( 207, 221, 228 )',

// Generation Clock
CLOCK_FILL: 'rgb( 203, 120, 162 )', // pink
CLOCK_FILL: '#f473a7', // pink
CLOCK_STROKE: 'black',
CLOCK_REVEAL_COLOR: 'rgba( 255, 255, 255, 0.4 )', // transparent white
CLOCK_FOOD_SLICE_COLOR: 'rgb( 0, 210, 0 )', // green
Expand Down

0 comments on commit 451a7a0

Please sign in to comment.