Skip to content

Commit

Permalink
made blue more bluey and less tealy
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbi7 committed Jun 6, 2014
1 parent f0994e7 commit 5919c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-export/MastermindJS.pde
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ void setColors() {
YELLOW = #FFD923; //color(255, 235, 0); // 2
GREEN = #A8FF0C; //color(168, 255, 12); // 3
TEAL = #51DCAE; //color(91, 255, 198); // 4
BLUE = #1EB5E2; //color(109, 214, 255); // 5
BLUE = #1B83CC; //color(109, 214, 255); // 5
PURPLE = #AA66CC; //color(196, 119, 255); // 6
PINK = #FF9BF0; //color(255, 155, 240); // 7 ---ending vals
EMPTY = #D1D1D1; //color(209, 209, 209); // 8 -- empty
Expand All @@ -407,7 +407,7 @@ void setColors() {
} //end setColors

color[] getColors() {
color[] p = {#FF3C32, #FF9D28, #FFD923, #A8FF0C, #51DCAE, #1EB5E2, #AA66CC, #FF9BF0};
color[] p = {#FF3C32, #FF9D28, #FFD923, #A8FF0C, #51DCAE, #1B83CC, #AA66CC, #FF9BF0};
return p;
} //end getColors

Expand Down

0 comments on commit 5919c69

Please sign in to comment.