aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/InfiniTimeTheme.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved the Terminal Watchfaces UIJustScott7 days1-0/+1
| | | | | | | | | | | | | | | | | + Reorder code to match the widgets order in the UI. + Moved all objects (rows) into a container + 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.
* Add low battery indicator to StatusIcons, digital and analog watchfacesRiku Isokoski2023-03-021-0/+1
| | | | Define deepOrange color in InfiniTimeTheme
* stopwatch: Update UIRiku Isokoski2023-02-011-0/+1
| | | | | | The time used to be yellow while paused. Changing it to white made the paused state less distinct. Blinking the time while paused makes the state distinct again.
* theme: Remove unused parametersRiku Isokoski2023-01-291-7/+1
|
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-0/+33