-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmojiReplace.theme.css
More file actions
40 lines (36 loc) · 1.34 KB
/
EmojiReplace.theme.css
File metadata and controls
40 lines (36 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* @name EmojiReplace
* @description Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
* @website https://mwittrien.github.io/
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace/
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/EmojiReplace.theme.css
*/
/*
!!READ THIS!!
This theme lets you swap the default emojis of discord with the emojis of a provider of your choice.
To change the provider simply swap the marked word in the import url down below with a supported provider listed below.
The name of the provider is CASE SENSITIVE, meaning you have to write it exactly like it's written below.
Correct: Apple
False: apple, APPLE, aPpLe
Supported Providers:
→ Apple
→ Facebook
→ Google
→ JoyPixels
→ Microsoft
→ OpenMoji
→ Samsung
→ Toss
→ WhatsApp
*/
/* REPLACE THIS */
/* ↓↓↓↓↓ */
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);
/* ↑↑↑↑↑ */
/* REPLACE THIS */