Skip to content

Guilded.gg theme for replacing the default twemojis with a custom emoji pack

License

Notifications You must be signed in to change notification settings

Davr1/Guilded-Emoji-Replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guilded.gg theme for replacing the default twemojis with a custom emoji pack

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages