Skip to content

Commit

Permalink
Nice pink
Browse files Browse the repository at this point in the history
  • Loading branch information
bsansouci committed Oct 1, 2018
1 parent b15969f commit a46f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.re
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Reprocessing;
let setup = (env) => Env.size(~width=600, ~height=600, env);

let draw = (_state, env) => {
Draw.background(Utils.color(~r=199, ~g=217, ~b=229, ~a=255), env);
Draw.background(Utils.color(~r=255, ~g=217, ~b=229, ~a=255), env);
Draw.fill(Utils.color(~r=41, ~g=166, ~b=244, ~a=255), env);
Draw.rect(~pos=(150, 150), ~width=300, ~height=300, env)
};
Expand Down

0 comments on commit a46f1e0

Please sign in to comment.