Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 3.04 KB

README.md

File metadata and controls

57 lines (51 loc) · 3.04 KB

Guilded Emoji Replace

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

Available emoji packs

guilded-apple-emojis
Emoji support: 3326/3329

Options

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)
guilded-google-emojis
Emoji support: 3329/3329

Options

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)
guilded_microsoft_fluent_emojis
Emoji support: 3005/3329

Otions

High resolution sheet (each emoji is an individual image):

.ReactionIcon-image { --sheet: var(--img) !important; }

guilded-facebook-emojis
Emoji support: 3149/3329

Options

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)
guilded-mutant_remix-emojis
Emoji support: 1019/3329


More packs will be added in the future