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; +}