From 0abfea6d54c81afe604edd7979b8ad06bc9e0c98 Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Sat, 12 Oct 2019 00:42:17 -0700 Subject: [PATCH] Add Bruh Button --- README.md | 7 +++++++ themes/BruhButton.theme.css | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 themes/BruhButton.theme.css diff --git a/README.md b/README.md index 5372b0d..218b680 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,10 @@ This replaces the default highlight.js syntax highlight to a chromodynamics-like Example: ![Chromodynamics Example](https://i.imgur.com/K7oZtF4.png) + +## Bruh Button Emoji Replacer +This replace every discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image to replace all emotes with a custom URL. + +Example: +![Before](https://i.imgur.com/BNOP6Hg.png) +![After](https://i.imgur.com/yGi8vzE.png) diff --git a/themes/BruhButton.theme.css b/themes/BruhButton.theme.css new file mode 100644 index 0000000..4e94248 --- /dev/null +++ b/themes/BruhButton.theme.css @@ -0,0 +1,9 @@ +//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.0"}*// +.emoji, .da-emojiItem, .da-spriteItem { + box-sizing: border-box; + background: url("https://i.imgur.com/tL3jpys.png") center !important; +} + +.emoji { + padding-left: 32px; +}