Skip to content

Commit bf1355d

Browse files
lavglaabjwise
authored andcommitted
Notifications: Add hard-coded colors for Discord and Beeper on iOS
Signed-off-by: Lavender Glaab <[email protected]>
1 parent 57e9f49 commit bf1355d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fw/services/normal/notifications/ancs/ancs_known_apps.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
APP("com.apple.mobileslideshow", TIMELINE_RESOURCE_NOTIFICATION_IOS_PHOTOS, GColorBlueMoonARGB8),
6666
APP("com.linkedin.LinkedIn", TIMELINE_RESOURCE_NOTIFICATION_LINKEDIN, GColorCobaltBlueARGB8),
6767
APP("com.tinyspeck.chatlyio", TIMELINE_RESOURCE_NOTIFICATION_SLACK, GColorFollyARGB8),
68+
APP("com.automattic.beeper", TIMELINE_RESOURCE_GENERIC_SMS, GColorVividVioletARGB8), // icon resource can be replaced with bespoke Beeper icon from https://github.com/pebble-dev/iconography
69+
APP("com.hammerandchisel.discord", TIMELINE_RESOURCE_GENERIC_SMS, GColorIndigoARGB8), // icon resource can be replaced with bespoke Discord icon from https://github.com/pebble-dev/iconography
6870
#endif
6971

7072
#undef APP

0 commit comments

Comments
 (0)