diff --git a/__init__.py b/__init__.py index 96f7202..3e247f0 100644 --- a/__init__.py +++ b/__init__.py @@ -86,7 +86,7 @@ class Quox(Application): self.quox_sprite(ctx) def clear(self, ctx): - ctx.rgb(0, 0, 0) \ + ctx.rgb(0, .1, .15) \ .rectangle(-120, -120, 240, 240) \ .fill()