-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheffectsdecorations.theme.css
More file actions
26 lines (23 loc) · 1.19 KB
/
Copy patheffectsdecorations.theme.css
File metadata and controls
26 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* @name Custom Effects & Decoration
* @author DTACat, WNTIV
* @version 2.2.1
* @description Displays A Custom Profile Effect And Avatar Decoration.
* @source https://github.com/DTACat/Custom-Effects-And-Decorations-Discord-Theme
* @website https://sites.google.com/view/goofytests/home-page
* @invite 7SBn9qzwxC
*/
@import url('https://raw.githubusercontent.com/DTACat/Custom-Effects-And-Decorations-Discord-Theme/main/src/main.css');
:root {
/**
* Change the URL below to the link of an image/gif you want to be your profile effect
* (you will need any profile effect equipped on your profile for this to take effect)
*/
--profile-effect-image: url("https://cdn.discordapp.com/attachments/1136130967128514613/1169088009329709166/DTACatEffect.png");
--avatar-decoration-image: url("https://cdn.discordapp.com/attachments/1136130967128514613/1169159581109334036/CatEarDeco.png");
}
/* User-specific overrides (copy/paste template and replace <unique-username>) */
[aria-label="<unique-username>"] {
/* The URL for the profile effect override this user should have */
--profile-effect-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/b17d139f2e9/ghost-skull/intro.png");
}