From 13ea04c3e191955973bfe27633f2912820f05b57 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Thu, 17 Aug 2023 21:48:28 +0200 Subject: [PATCH] bg colour --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()