1
0
Fork 0

adds more app colors

master
Felix Wiedenbach 2022-07-10 17:32:07 +02:00
parent d09e8be58f
commit 474c7b16b7
1 changed files with 5 additions and 0 deletions

View File

@ -186,5 +186,10 @@ exports.getMessageImageCol = function(msg,def) {
"whatsapp": "#4fce5d",
"wordfeud": "#e7d3c7",
"youtube": "#f00",
"gmx": "#1c449b",
"bring": "#455a64",
"n26": "#36a18b",
"paypal": "#003087",
"steam": "#171a21",
}[(msg.src||"").toLowerCase()]||(def !== undefined?def:g.theme.fg);
};