Theme for Guilded.gg that replaces the default emoji pack with a custom one
Requires ReGuilded or a browser extension for css injection
Emoji packs can be switched out in the theme.css
file - by default each pack uses ~64x64 images or svgs for standalone emojis (used in chat, user statuses etc) and ~32x32 emojis in the emoji picker (if available, stored in one large "sheet" as a grid of emojis)
If you want to add your own emoji pack, you can check out the wiki
High resolution emoji sheet (64x64) ~ 18 MB:
:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }
https://github.com/googlefonts/noto-emoji/ (Apache License 2.0)
Emoji support: 3329/3329
High resolution emoji sheet (64x64) ~ 12.3 MB:
:root { --sheet_emoji_size: 64 !important; --sheet_emoji_padding: 5 !important; --sheet: var(--sheet_high_resolution) !important; }
https://github.com/microsoft/fluentui-emoji/ (MIT License)
Emoji support: 3005/3329
High resolution sheet (each emoji is an individual image):
.ReactionIcon-image { --sheet: var(--img) !important; }
High resolution emoji sheet (64x64) ~ 17.7 MB:
:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }
https://mutant.revolt.chat/ (CC BY-NC-SA 4.0)
Emoji support: 1019/3329