diff --git a/eth/cyrograf.sol b/eth/cyrograf.sol index ee56bf9..e17a18e 100644 --- a/eth/cyrograf.sol +++ b/eth/cyrograf.sol @@ -18,7 +18,7 @@ contract Cyrograf { Background currentBackground; constructor() { - currentBackground = Background(msg.sender, RGB(0,100,0), RGB(30,20,10)); + currentBackground = Background(msg.sender, RGB(200,100,0), RGB(30,20,10)); } function getBackground() public view returns (Background memory){