diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-31 19:12:38 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-31 19:22:54 (GMT) |
| commit | ad9714b0dc2f2053d3d31a8cd013d456fefdc93d (patch) | |
| tree | af166d2ae2f69beb637dd036dc41286e64f81472 /wasp/apps/steps.py | |
| parent | 1eada36ff4953cb6b52e249c2908e5c74a7917d1 (diff) | |
manager: Recategorize the theme labels for apps
By default bright and mid are white/grey tones, the ui widgets are
blue and the spot colours are different variants of orange.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/steps.py')
| -rw-r--r-- | wasp/apps/steps.py | 2 |
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) |
