Skip to content

Commit 89ddedd

Browse files
committed
Add other colors that got lost during commits
1 parent 8fa875b commit 89ddedd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/messageicons/lib.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exports.getColor = function(msg,options) {
1717
return {
1818
/* generic colors, using B2-safe colors */
1919
"agenda": "#206cd5",
20+
"adp": "#f00",
2021
"airbnb": "#ff385c", // https://news.airbnb.com/media-assets/category/brand/
2122
"mail": "#ff0",
2223
"music": "#f0f",
@@ -55,10 +56,12 @@ exports.getColor = function(msg,options) {
5556
"pocket": "#ef4154f", // https://blog.getpocket.com/press/
5657
"post & dhl": "#f2c101",
5758
"reddit": "#ff4500", // https://www.redditinc.com/brand
59+
"roborock": "#f00",
5860
"signal": "#3a76f0", // https://github.com/signalapp/Signal-Desktop/blob/main/images/signal-logo.svg
5961
"skype": "#0078d4", // https://developer.microsoft.com/en-us/fluentui#/styles/web/colors/products
6062
"slack": "#e51670",
6163
"snapchat": "#ff0",
64+
"shortcuts": "#cc00ff",
6265
"steam": "#171a21",
6366
"teams": "#6264a7", // https://developer.microsoft.com/en-us/fluentui#/styles/web/colors/products
6467
"telegram": "#0088cc",

0 commit comments

Comments
 (0)