BetterDiscordAddons/Themes/EmojiReplace/EmojiReplace.theme.css

44 lines
1.4 KiB
CSS
Raw Normal View History

2020-10-20 23:25:34 +02:00
/**
* @name EmojiReplace
2021-03-05 11:21:21 +01:00
* @description Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)
2020-10-20 23:25:34 +02:00
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
2021-03-09 15:10:55 +01:00
* @website https://mwittrien.github.io/
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace/
2021-03-10 09:17:37 +01:00
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/EmojiReplace.theme.css
2020-10-20 23:28:58 +02:00
*/
2020-04-30 15:03:49 +02:00
/*
!!READ THIS!!
2021-02-27 19:55:51 +01:00
This theme lets you swap the default emojis of discord with the emojis of a provider of your choice.
2020-04-30 15:03:49 +02:00
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
2023-12-16 15:07:02 +01:00
BlobMoji
2020-04-30 15:03:49 +02:00
Facebook
Google
2023-12-15 10:25:01 +01:00
Huawei
2020-04-30 17:36:31 +02:00
JoyPixels
2020-04-30 15:03:49 +02:00
Microsoft
2023-11-27 16:44:36 +01:00
Microsoft-3D
2021-08-06 21:35:44 +02:00
OpenMoji
2020-04-30 15:03:49 +02:00
Samsung
2024-03-15 14:48:16 +01:00
Samsung-Old
2022-08-02 18:31:31 +02:00
Toss
2020-04-30 15:03:49 +02:00
WhatsApp
*/
2023-11-18 13:57:50 +01:00
/* REPLACE THIS */
/* ↓↓↓↓↓ */
2020-04-30 15:03:49 +02:00
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);
2023-11-18 13:57:50 +01:00
/* ↑↑↑↑↑ */
/* REPLACE THIS */