fedimbed: add iceshrimp color
This commit is contained in:
parent
92d70621ab
commit
177b5d6534
1 changed files with 2 additions and 1 deletions
|
@ -33,10 +33,11 @@ const PLATFORM_COLORS = {
|
||||||
akkoma: 0x593196,
|
akkoma: 0x593196,
|
||||||
misskey: 0x99c203,
|
misskey: 0x99c203,
|
||||||
calckey: 0x31748f,
|
calckey: 0x31748f,
|
||||||
firefish: 0xf07a5b, // YCbCr interpolated color from the two logo colors
|
firefish: 0xf07a5b, // YCbCr interpolated from the two logo colors
|
||||||
gotosocial: 0xff853e,
|
gotosocial: 0xff853e,
|
||||||
lemmy: 0x14854f,
|
lemmy: 0x14854f,
|
||||||
birdsitelive: 0x1da1f2,
|
birdsitelive: 0x1da1f2,
|
||||||
|
iceshrimp: 0x8e82f9, // YCbCr interpolated as the accent color is a gradient
|
||||||
};
|
};
|
||||||
|
|
||||||
const domainCache = new Map();
|
const domainCache = new Map();
|
||||||
|
|
Loading…
Reference in a new issue