mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-21 18:22:04 +00:00
Add Bruh Button
This commit is contained in:
parent
f708998a9f
commit
0abfea6d54
2 changed files with 16 additions and 0 deletions
|
|
@ -6,3 +6,10 @@ This replaces the default highlight.js syntax highlight to a chromodynamics-like
|
|||
|
||||
Example:
|
||||

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

|
||||

|
||||
|
|
|
|||
9
themes/BruhButton.theme.css
Normal file
9
themes/BruhButton.theme.css
Normal file
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue