-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathEffectsDecorations.theme.css
More file actions
39 lines (36 loc) · 1.72 KB
/
Copy pathEffectsDecorations.theme.css
File metadata and controls
39 lines (36 loc) · 1.72 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
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
* @name Custom Effects & Decoration
* @author DTACat, WNTIV
* @version 2.4.3
* @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');
@import url('https://raw.githubusercontent.com/DTACat/Custom-Effects-And-Decorations-Discord-Theme/main/src/banner.css');
:root {
/**
* Change the URL below to the link of an image/gif you want to be everyones profile effect
* Defult is set to Ki Detonate
*/
--profile-effect-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2024-02-28/ki-detonate/intro.png");
/**
* Change the URL below to the link of an image/gif you want to be everyones avatar decoration
* Defult is set to Balance
*/
--avatar-decoration-image: url("https://cdn.discordapp.com/avatar-decoration-presets/a_82e4df4028396ad5ccaaafb397fa6248.png?size=240&passthrough=true");
}
/* User-specific overrides (copy/paste template and replace <unique-username>) */
[aria-label*="<unique-username>"], [id="popout_28"] {
/**
* The URL for the profile effect override this user should have
* Defult is set to Dark Omens
*/
--profile-effect-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/b17d139f2e9/ghost-skull/intro.png");
/**
* The URL for the avatar decoration override this user should have
* Defult is set to Cat Ears
*/
--avatar-decoration-image: url("https://cdn.discordapp.com/avatar-decoration-presets/a_c3cffc19e9784f7d0b005eecdf1b566e.png?size=240&passthrough=true");
}