summaryrefslogtreecommitdiff
path: root/wasp/apps/steps.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/steps.py')
-rw-r--r--wasp/apps/steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/steps.py b/wasp/apps/steps.py
index 321a0c1..c7899a6 100644
--- a/wasp/apps/steps.py
+++ b/wasp/apps/steps.py
@@ -102,5 +102,5 @@ class StepCounterApp():
t = str(count)
w = fonts.width(fonts.sans36, t)
draw.set_font(fonts.sans36)
- draw.set_color(0xfff0)
+ draw.set_color(draw.lighten(wasp.system.theme('spot1'), wasp.system.theme('contrast')))
draw.string(t, 228-w, 132-18)