Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
/ USRSKIN Public archive

Client-side customization for individual users' messages

License

Notifications You must be signed in to change notification settings

korbosoft/USRSKIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87bcef3 · Dec 20, 2024

History

21 Commits
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024

Repository files navigation

USRSKIN

CC BY-NC-SA 4.0

Client-side customization for individual users' messages

!! This theme REQUIRES Vencord and the ThemeAttributes plugin to function. !!

Usage

Installation

  1. Enable the ThemeAttributes plugin in Vencord.
  2. Add https://raw.githubusercontent.com/korbosoft/USRSKIN/main/USRSKIN.theme.css to your online themes.

Customization

At the moment, you'll have to make a Pull Request to this repository -- adding css styling to USRSKIN.theme.css -- in order to add customization to YOUR messages. I promise it'll get easier. Pinky swear :) Heres an example that makes your message text red:

/* YOUR_USERNAME_HERE */
[data-author-id="YOUR_USER_ID_HERE"] {
  [class^="message_"] [class^="contents_"] {
    [id^="message-content"] {
      color: red !important;
    }
  }
}

(Obviously, you'll have to fill in your username and user ID in place of YOUR_USERNAME_HERE and YOUR_USER_ID_HERE respectively. You can find your user ID by enabling developer mode in Discord's settings, clicking your profile picture in the bottom left, and clicking "Copy User ID". This is NOT personal information, and is accessable by anyone.)

Skin Rules

  1. Do not modify the message in a way that could possibly make it harder to read

Legal

USRSKIN © 2024 by Korbin Marshall is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

Client-side customization for individual users' messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages