From ed62bc12df28eb39a0d9f751b1dd091255764e45 Mon Sep 17 00:00:00 2001 From: Chev Date: Mon, 17 Jul 2023 13:07:35 -0700 Subject: [PATCH] Remove deprecated themes, add Darker Dark theme to README --- README.md | 10 ++-------- themes/BruhButton.theme.css | 5 ----- themes/OriginalSizeDiscordEmotes.theme.css | 6 ------ 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 themes/BruhButton.theme.css delete mode 100644 themes/OriginalSizeDiscordEmotes.theme.css diff --git a/README.md b/README.md index c93b07f..0631fb0 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,6 @@ Example: ![1337 Example](https://i.imgur.com/eb8pCR9.png) +## Darker Dark -## Bruh Button Emoji Replacer -This replaces every Discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image in the CSS file to replace all emotes with your own URL. - -Example (before/after): - -![Before](https://i.imgur.com/BNOP6Hg.png) - -![After](https://i.imgur.com/yGi8vzE.png) +A theme which makes the standard 'dark' theme of Discord a little bit darker. diff --git a/themes/BruhButton.theme.css b/themes/BruhButton.theme.css deleted file mode 100644 index de933d8..0000000 --- a/themes/BruhButton.theme.css +++ /dev/null @@ -1,5 +0,0 @@ -//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.1"}*// -.emoji, .da-emojiItem, .da-spriteItem { - content: url("https://i.imgur.com/tL3jpys.png") !important; - background-image: none !important; -} diff --git a/themes/OriginalSizeDiscordEmotes.theme.css b/themes/OriginalSizeDiscordEmotes.theme.css deleted file mode 100644 index 25dd6ef..0000000 --- a/themes/OriginalSizeDiscordEmotes.theme.css +++ /dev/null @@ -1,6 +0,0 @@ -//META{"name":"Original Sized Emotes","description":"Makes all the discord emotes the old size (32px)","author":"Chev","version":"1.0.0"}*// -.emoji.jumboable { - width: 32px; - height: 32px; - min-height: 32px; -}