diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index eabdfc1..a3b8efe 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -33,10 +33,11 @@ const PLATFORM_COLORS = { akkoma: 0x593196, misskey: 0x99c203, calckey: 0x31748f, - firefish: 0xf07a5b, // YCbCr interpolated color from the two logo colors + firefish: 0xf07a5b, // YCbCr interpolated from the two logo colors gotosocial: 0xff853e, lemmy: 0x14854f, birdsitelive: 0x1da1f2, + iceshrimp: 0x8e82f9, // YCbCr interpolated as the accent color is a gradient }; const domainCache = new Map();