milbits / oldcord

Discord theme that tries its best to restore the 2020 UI
87 stars 16 forks source link

[Request] Old Twemoji support #22

Closed toydotgame closed 10 months ago

toydotgame commented 10 months ago

Earlier this year, Discord switched their branch of Twemoji from twitter/twemoji to jdecked/twemoji. This is a pretty basic change AFAIK, but I don't know how easy stuff will be to change (given certain, uh, Elon thingsTM *cough cough*). (Diffs here)

The old :pleading_face: emoji was kinda iconic ngl, and the new ones – although technically more uniform to other platforms – really kinda lack that old Discord feel imo.

milbits commented 10 months ago

heres the import

@import url("https://milbits.github.io/oldcord/src/components/oldEmojis.css");

or just raw if you prefer that i guess

/*plead 🥺*/
[src*="f3f159b921f71864327c.svg"]{
    content: url("https://milbits.github.io/oldcord/src/assets/oldPlead.svg")
}
/*holding back 🥹*/
[src*="f2e5d8cf525a4550e1b1.svg"]{
    content: url("https://milbits.github.io/oldcord/src/assets/oldHoldingBack.svg")
}
toydotgame commented 10 months ago

smiles thank you at milbits on github dot com

milbits commented 10 months ago

no problem toy dot games on github dot com