Discord-Theme-Addons-Archived / name-badges

Licence: MIT license
Some nice custom badges for next to usernames.

Programming Languages

CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to name-badges

discord-revamp
A revamp based on Discord's website.
Stars: ✭ 28 (-54.84%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
amoled-cord
A simple, no-bullshit AMOLED theme that's nice on your eyes. Lights out baby!
Stars: ✭ 144 (+132.26%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
refined-user-connections
Adds a bit of a boom-shaka-laka to those user connections.
Stars: ✭ 15 (-75.81%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
midnight-mars
A simple, nice looking and deep purple theme inspired by midnight on Mars!
Stars: ✭ 37 (-40.32%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
gradientbuttons-v2
Spice up your Discord buttons with gradients!
Stars: ✭ 31 (-50%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
LilyPichu
A theme based on @Melonturtle_ stream design
Stars: ✭ 68 (+9.68%)
Mutual labels:  betterdiscord, betterdiscord-theme, powercord, powercord-theme
Tokyo-Night
A clean, dark Discord theme that celebrates the lights of Downtown Tokyo at night.
Stars: ✭ 46 (-25.81%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord-theme
iPadOS
Discord redesigned to be simplified. Design by jacktompsett on Behance.
Stars: ✭ 17 (-72.58%)
Mutual labels:  discord-theme, betterdiscord-theme, powercord-theme
discord-theme
CSS Theme for Discord. (discontinued)
Stars: ✭ 16 (-74.19%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme
RadialStatus
Changes the status icons to wrap around the avatar.
Stars: ✭ 69 (+11.29%)
Mutual labels:  discord-theme, betterdiscord-theme, powercord-theme
CreArts-Discord
CreArts is an easily customizable theme that customizes the appearance.
Stars: ✭ 139 (+124.19%)
Mutual labels:  betterdiscord, powercord
Translucence
A translucent/frosted glass theme for Discord
Stars: ✭ 42 (-32.26%)
Mutual labels:  betterdiscord, betterdiscord-theme
HorizontalServerList
Moves the server list from the left to the top of Discord.
Stars: ✭ 36 (-41.94%)
Mutual labels:  discord-theme, powercord-theme
WindowsXI
A Simple Theme Based On The New Windows 11! With Rounded Edges To Every Element Matching In Colour With Dark/Light Mode Variations & Border Radius' To Go Along With The Overall Theme, Enjoy! :)
Stars: ✭ 23 (-62.9%)
Mutual labels:  betterdiscord, powercord
ClearVision-v6
Highly customizable theme for BetterDiscord.
Stars: ✭ 248 (+300%)
Mutual labels:  betterdiscord, betterdiscord-theme
DiscordNight
An actual Dark/Nightmode Theme for Discord/BetterDiscord
Stars: ✭ 86 (+38.71%)
Mutual labels:  betterdiscord, betterdiscord-theme
BetterDiscord-Themes-and-Plugins
Collection of my BetterDiscord themes and plugins
Stars: ✭ 22 (-64.52%)
Mutual labels:  betterdiscord
BetterDiscord-Themes
Themes that I create for the Discord addon; BetterDiscord
Stars: ✭ 65 (+4.84%)
Mutual labels:  betterdiscord
BetterDiscord-ThemesAndPlugins
Where I store All Of My BetterDiscord Uploads
Stars: ✭ 20 (-67.74%)
Mutual labels:  betterdiscord
invisible-chat
A Cool Plugin to Send Encrypted Messages via Powercord
Stars: ✭ 29 (-53.23%)
Mutual labels:  powercord

Banner

Name badges

Some nice custom badges for next to usernames.

  • If you'd like your own badges, please read the badge request segment.

Preview

Installation

For Powercord installation, locate and head over to your themes folder, open a terminal of choice, and enter the following:

git clone https://github.com/Discord-Theme-Addons/name-badges

For BetterDiscord installation, you will need DevilBro's Plugin Library. I do not recommend the use of this, as it can possibly cause performance issues due to it not being optimized that well. Proceed at your own risk.

Badge Request

To request your VERY OWN custom badge, make an issue using the "Request a Badge" template. Before submitting, please make sure you do the following:

  • Images MUST be hosted on a trusted domain, such as imgur or discordapp itself.
  • They should be the same width by height, otherwise it may look weird.

If at any point in time you want your badge changed, please make another issue, however use the "Request Badge Change" template instead. As soon as I can, either Hoofer or I will add or update your badge. Usually, these are usually added in batches, so it may take some time as it is done manually.

  • Please DO NOT make a pull request adding your badge, as it's easier just for me to add them in a batch of users.

Add it Yourself (POWERCORD ONLY)

If you don't want to wait for your badge to be added, you can add it yourself on your end. Only people who know what they're doing should proceed, as I won't offer any help for this.

  1. Head over to ./src/badges/_users.scss.
  2. All the way at the bottom (inside of $users:();), make a new line and enter:
$users: (
    "YOUR_USER_ID" : "YOUR_BADGE_IMAGE"
);
  1. Replace YOUR_USER_ID with your user id and replace YOUR_BADGE_IMAGE with the image url that is the badge that you'd like.

Credits

A big thank you to everyone who helped with this!

  • botato (aka the CUTEST panda in the world) for helping me learn more CSS to make badges appear on the user profile popout modal.
  • Hoofer for helping me maintain this as well as adding basic Vizality support.
  • Snapperito for touching up the readme by fixing issues with the grammar.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].