Compare commits

..

2 commits

Author SHA1 Message Date
Scott 0429bcfc30
Merge d2382e182e into a2356f2f4a 2024-10-04 15:03:30 +00:00
JustScott d2382e182e Improved the Terminal Watchfaces UI
+ Reorder code to match the widgets order in the UI.

+ Use InfintimeTheme Colors instead of hardcoded hex values

+ Added a new InfinitimeTheme color: gray, using it to turn certain
  values gray when they contain no data

+ Implement @vkareh's [variable battery icon](https://github.com/InfiniTimeOrg/InfiniTime/pull/1964)
  color to the battery percentage text.

+ Replaced the 'You have mail.' notification message with the message
  '[1]+ Notify' to better fit the terminal lore.
2024-10-04 09:59:43 -05:00

View file

@ -12,7 +12,6 @@
using namespace Pinetime::Applications::Screens;
WatchFaceTerminal::WatchFaceTerminal(Controllers::DateTime& dateTimeController,
const Controllers::Battery& batteryController,
const Controllers::Ble& bleController,