From 50ce346ca25c111c57d46e6e0b0af9dd2cfacc20 Mon Sep 17 00:00:00 2001 From: frederic wagner Date: Thu, 9 Jan 2025 20:47:15 +0100 Subject: [PATCH] pushups: theme colors --- apps/pushups/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/pushups/app.js b/apps/pushups/app.js index ee03025fd..102a0a141 100644 --- a/apps/pushups/app.js +++ b/apps/pushups/app.js @@ -400,8 +400,9 @@ function set_duration(config) { let duration = config.duration; let minutes = Math.floor(duration / 60); function display() { + g.setBgColor(g.theme.bg); g.clear(); - g.setColor(0); + g.setColor(g.theme.fg); g.setFont("6x8:2") .setFontAlign(1, 0) .drawString("+1", w, h/2);