Remove deprecated themes, add Darker Dark theme to README

This commit is contained in:
Chev 2023-07-17 13:07:35 -07:00
parent d210a1ad94
commit ed62bc12df
Signed by: chev2
GPG key ID: BE0CFBD5DCBB2511
3 changed files with 2 additions and 19 deletions

View file

@ -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.

View file

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

View file

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