From bfcb132a873486897d8c8ef0173c4c7fd0d7761b Mon Sep 17 00:00:00 2001 From: EiSiMo Date: Wed, 15 Apr 2026 09:54:39 +0200 Subject: [PATCH] Unify history text colors - PLZ and coords in white Fixes #8 Co-Authored-By: Claude Opus 4.6 (1M context) --- source/HistoryView.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/HistoryView.mc b/source/HistoryView.mc index c784725..dc2ecd0 100644 --- a/source/HistoryView.mc +++ b/source/HistoryView.mc @@ -157,7 +157,7 @@ class HistoryView extends WatchUi.View { lines.add([cached["addr"] as String, Config.COLOR_FG]); var zip = cached["zip"] as String or Null; if (zip != null) { - lines.add([zip, 0x888888]); + lines.add([zip, Config.COLOR_FG]); } } } else if (_addressLoading) { @@ -166,7 +166,7 @@ class HistoryView extends WatchUi.View { // 4: Coordinates (always, if available). if (evt.lat != null && evt.lon != null) { - lines.add([_formatCoords(evt.lat as Float, evt.lon as Float), 0x888888]); + lines.add([_formatCoords(evt.lat as Float, evt.lon as Float), Config.COLOR_FG]); } // 5: Counter.