#**Gradient Direct Messages**
1 messages ยท Page 1 of 1 (latest)
it's hard for me to explain what it does
woahhhhh this is cool
may add for group messages later
wow this is good
amazing
thx for this
@inner ridge can you add this for the whole discord
like servers
you mean channels?
i guess so
oh
i thought you already did that
[class^="memberInner"]:has(div>div[aria-label*="Online"]) {
background: linear-gradient(to right, rgb(68, 105, 68), transparent);
}
[class^="memberInner"]:has(div>div[aria-label*="Idle"]) {
background: linear-gradient(to right, rgb(135, 105, 75), transparent);
}
[class^="memberInner"]:has(div>div[aria-label*="Do Not Disturb"]) {
background: linear-gradient(to right, rgb(130, 70, 70), transparent);
}
[class^="memberInner"]:has(div>div[aria-label*="Offline"]) {
background: linear-gradient(to right, rgb(66, 66, 66), transparent);
}
I threw this together real quick to apply to the member list and it seems to work fine
will it be okay if i did take it and put as another snippet on my github?
frfr

[class^="memberInner"]:has(div>div[aria-label*="Streaming"]) {
background: linear-gradient(to right, rgb(63, 33, 88) , transparent);
}```
color isnt perfect
@rugged silo 
yes? 
Offline isnt there in member list
just sayin
Yeah can probably just remove the aria label for offline
surely it won't break anything
woah, that's cool
also,https://raw.githubusercontent.com/Teeenoob/vc-css/refs/heads/main/ml-gradient.css
๐
Omg best
great css but it doesnt work with apps and dm gropus so maybe having that as like a warning could be useful
i didnt add dm groups to list, thanks for reminder
also may add for apps too later
hey! is there a way you can adjust the transparency for this?
Hewy, this looks pretty nice, can you tell me what this theme is?
Theme is material-discord, banners are from a non vencord plugin
not yet
you can go to link and edit it in quick css
This topic only works in discussion threads.
what you mean
oh...wait
My customized css does not apply
most likely because your discord is in other language than english
i can't fix it right now, so yea
I'm using English
i don't know then
this is my custom css
YOOO i like it lol
checked it, and its still working for me
you may want to put css @import url("https://raw.githubusercontent.com/Teeenoob/vc-css/refs/heads/main/dm-gradient.css"); next to other imports
edited it to work in French
ew
great
๐
adding a .25 opacity goes hard
ex: rgba(68, 105, 68, 0.25) for online
way easier on the eyes
.
here's a cross-lang version
a[class^="link_"][href^="/channels/@me/"]:has(rect[fill*="#23a55a"]) {
background: linear-gradient(to right, rgb(68, 105, 68), transparent);
}
a[class^="link_"][href^="/channels/@me/"]:has(rect[fill*="#f0b232"]) {
background: linear-gradient(to right, rgb(135, 105, 75), transparent);
}
a[class^="link_"][href^="/channels/@me/"]:has(rect[fill*="#80848e"]) {
background: linear-gradient(to right, rgb(66, 66, 66), transparent);
}
a[class^="link_"][href^="/channels/@me/"]:has(rect[fill*="#f23f43"]) {
background: linear-gradient(to right, rgb(130,70,70), transparent);
}
a[class^="link_"]:has(div[class^="nameAndDecorators_"]) {
background: linear-gradient(to right, rgb(55, 55, 55), transparent);
}
doesnt have streaming
did bro 4x ping me lol
accidently
sob

