mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-04 18:08:08 +00:00
Remove deprecated themes, add Darker Dark theme to README
This commit is contained in:
parent
d210a1ad94
commit
ed62bc12df
3 changed files with 2 additions and 19 deletions
10
README.md
10
README.md
|
|
@ -16,12 +16,6 @@ Example:
|
|||
|
||||

|
||||
|
||||
## 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):
|
||||
|
||||

|
||||
|
||||

|
||||
A theme which makes the standard 'dark' theme of Discord a little bit darker.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue