From 177b5d6534fca8cd7b69286b3558842694c7cfea Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 2 Jan 2024 11:57:51 -0700 Subject: [PATCH] fedimbed: add iceshrimp color --- src/modules/fedimbed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();