Skip to content

Latest commit

 

History

History

AvatarDecorationCheckmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Avatar Decoration Checkmark

Status: working

Adds the Twitter Verified checkmark after the username of anyone using a paid avatar decoration.

OIRNOIR (Replugged : #plugin-dev) I wonder how complicated it would be to create a plugin that added a blue checkmark (or some other sarcastic indicator) to users using one of the paid avatar decorations

Location Preview
User profile Avatar Decoration Checkmark applied to user profile
DM header Avatar Decoration Checkmark applied to DM header
Member list Avatar Decoration Checkmark applied to member list
Message Avatar Decoration Checkmark applied to message

Usage

@import

@import url("https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/main.css");

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/main.css

Customisation

To change the checkmark to another image or svg:

:root {
    --adc-badge: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/180px-Smiley.svg.png");
}

Includes