https://github.com/davr1/guilded-emoji-replace
Guilded.gg theme for replacing the default twemojis with a custom emoji pack
https://github.com/davr1/guilded-emoji-replace
css guilded guilded-themes theme
Last synced: 10 months ago
JSON representation
Guilded.gg theme for replacing the default twemojis with a custom emoji pack
- Host: GitHub
- URL: https://github.com/davr1/guilded-emoji-replace
- Owner: Davr1
- License: mit
- Created: 2022-01-16T20:01:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T08:44:07.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T18:56:35.673Z (almost 2 years ago)
- Topics: css, guilded, guilded-themes, theme
- Language: CSS
- Homepage:
- Size: 679 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guilded Emoji Replace
Theme for Guilded.gg that replaces the default emoji pack with a custom one
Requires [ReGuilded](https://reguilded.dev/) or a [browser extension](https://github.com/openstyles/stylus/) 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](https://github.com/Davr1/Guilded-Emoji-Replace/wiki/Example-emoji-pack)
# Available emoji packs
- [Apple](#apple)
- [Google](#google)
- [Microsoft_Fluent](#microsoft_fluent)
- [Facebook](#facebook)
- [Mutant_Remix](#mutant_remix)
## [Apple](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Apple.css)
\
Emoji support: 3326/3329
### Options
High resolution emoji sheet (64x64) ~ 18 MB:
```css
:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }
```
## [Google](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Google.css)
[https://github.com/googlefonts/noto-emoji/](https://github.com/googlefonts/noto-emoji/) (Apache License 2.0)\
\
Emoji support: 3329/3329
### Options
High resolution emoji sheet (64x64) ~ 12.3 MB:
```css
:root { --sheet_emoji_size: 64 !important; --sheet_emoji_padding: 5 !important; --sheet: var(--sheet_high_resolution) !important; }
```
## [Microsoft_Fluent](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Microsoft_Fluent.css)
[https://github.com/microsoft/fluentui-emoji/](https://github.com/microsoft/fluentui-emoji/) (MIT License)\
\
Emoji support: 3005/3329
### Otions
High resolution sheet (each emoji is an individual image):
```css
.ReactionIcon-image { --sheet: var(--img) !important; }
```
## [Facebook](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Facebook.css)
\
Emoji support: 3149/3329
### Options
High resolution emoji sheet (64x64) ~ 17.7 MB:
```css
:root { --sheet_emoji_size: 64 !important; --sheet: var(--sheet_high_resolution) !important; }
```
## [Mutant_Remix](https://raw.githubusercontent.com/Davr1/Guilded-Emoji-Replace/main/emojis/Mutant_Remix.css)
[https://mutant.revolt.chat/](https://mutant.revolt.chat/) (CC BY-NC-SA 4.0)\
\
Emoji support: 1019/3329
---
### More packs will be added in the future