#🎨-theme-development
1 messages · Page 33 of 1
Welp, stuff is broken but will hopefully be fixed soon
Scrolling through the channels of the vencord server is still crashing me though even without vencord installed
and it's only in this server
What's that fancy music player plugin you have?
spotifycontrols
ty!
Ye, I saw the announcement a lot of things are borked at the moment. So nows the time to be patient and let people who know what they're doing do their magic. Personally I uninstalled for now because crashing when switching DM tabs made me sad.
hey i know this aint the right channel but i cant chat in anything else right now, can anyone help
Did you check the announcements?
please read #announcements
oh right
i read them but i got confused because i saw people chatting in #🧊-off-topic-iceman-only
I can't believe we responded almost at the same time.
true
Also gotta throw shade on Discord, the fact that they have all these eye bleed gradients but no darker dark theme is amazing.
If I uninstall, will I lose all my settings?
im assuming vencord not working is related to this error?
48h is too muuuch
Nope
Vencord stores settings in AppData\Roaming\Vencord\settings so you can back them up if you'd like. It doesn't get deleted automatically when Vencord is uninstalled, so you won't lose your data.
Why can’t I talk in any channels?
My theme is broken rn, will it still be broken after the update?
Whiterolomphobia
Whiterolomphobia
this is the theme development channel
wot
for themes
I legit have no perms in any other channel
Likely, since Discord did an update on their end. May have to tinker with it a bit. I noticed my theme looked a bit off too, although mostly working.
White roles not allowed to text there
gotta rank up
Whiterolomphobia
by doing what exactly?
Sucking mods
mines completely fucked 😭
bru
Personally I'd wait for Vencord to update and just see if it's broken then. Not much we can do at the moment.
My discord keeps crashing when I have it installed 😭
y'all this isnt the support channel. the server is locked down for a reason. wait until it is fixed
"48 hours no vencord"
factual information
we are saved
smh i can't react 🔥
🔥
(now i need to fire react yours)
(and this is working too since it's based off the diff from that repo) https://syndishanx.github.io/Website/Update_Classes.html
oh yeah that too
much easier to use if you only have a couple files
not me 
lmao
painsge
wtf
I had to remove 1 underscore to fix my shit xd
let's hope my palette swap theme is still working (discord broke that too)
peak crash screen (very unbiased opinion)
forked a theme to attempt to fix it with ClassUpdate, is it normal to just freeze like this? x)
the files are already set up in the directory
better to just use the website
2 underscores should be 1
the 2nd underscore is part of the random hash
I thought I had removed every double underscore from my selectors, guess I was missing some of them in there
thanks

ctrl+f is ur friend 👍
tru
got it
@rain barn "Present day, present time!"
omg lain
yo when i updated vencord my theme background isnt working? i dont see how this code:
body {
background: center/cover url('https://i.imgur.com/abcdefg.png') !important;
overflow: hidden;
width: 100vw;
height: 100vh;
}```
wouldnt work?
body {
background: center/cover url('https://github.com/maIwina/quoter/blob/main/5a9fd3d77ec75b9dccfb5df4242771f1.jpeg?raw=true');
}
how can i make the image shorter on left (its suppose to be transparent)
is it possible to make the discord window transparent
--background-primary: rgba(26, 20, 27, 0.39);
you also have to enable the feature in vencord settings
i solved it with --background-tertiary: transparent;, but ty
i mean yeah i just have mine with color
you could also just do
--background-primary: transparent;
you used primary i used tretiatry
primary didnt work for me
damn
ok
i mean there is also theme from @grand surge
it worked for me
now im just trying to add image to the background that would also be semi transparent
im stuck on
:root {
background-image: center/cover url('https://github.com/maIwina/quoter/blob/main/5a9fd3d77ec75b9dccfb5df4242771f1.jpeg?raw=true') !important;
overflow: hidden;
width: 100vw;
height: 100vh;
}
ima be honest i know like nothing about themeing i just do a bit for myself
try maybe? :root { background-image: center/cover url('https://github.com/maIwina/quoter/blob/main/5a9fd3d77ec75b9dccfb5df4242771f1.jpeg?raw=true') !important; background: rgba(0,0,0, .3); overflow: hidden; width: 100vw; height: 100vh; }
it dissapeard lol
what did
image
tried
background: rgba(255, 255, 255, 0.5);
and
color: rgba(0, 0, 0, 0.8);
none worked
can't change opacity of a background image without changing the opacity of everything
what you can do though
is make the background image be in a pseudoelement like body::after and change its opacity there
yay my favourite class gadienthighlight
sorry im new to css and i don't know much, can you show me how can i do it?
ok
thanks
body::before {
content:'';
background: center/cover url('<https://github.com/maIwina/quoter/blob/main/5a9fd3d77ec75b9dccfb5df4242771f1.jpeg?raw=true')> !important;
width: 100vw;
height: 100vh;
position:fixed;
opacity: .2;
}
that should work
except the url got <> because of my textreplace xd
remove those

only this thing is bit annoying
what is that?
its suppose to be transparent
do you have a link that matches it?
i don't think so
if you inspect you should be able to see what that text is and then ctrl+f your quickcss file
this is what i mean by transparent
if i do
[class="scroller_fea3ef none_c49869 scrollerBase_c49869"]{
display: none;
}
i get this
ping 
sorry i wont do it again :c
nah it's all good, just unexpected.
ping if you need me for anything
c: oki
.scroller_de945b.none_ff9f86.scrollerBase__65223 { background-color: rgba(0,0,0,0.1) !important; }
nope
yeah, nothing changes
ok i used redneck engineering and just added
left: 72px;
xd
body::before {
content:'';
background: center/cover url('https://github.com/maIwina/stuff/blob/main/GGZKK7HbQAIAPin.png?raw=true');
width: 100vw;
height: 100vw;
left: 72px;
position:fixed;
opacity: .5;
}
hey im trying to change my background image and ever since the new update it hasnt been working i even tried removing literally everything from my theme file and only put the content from the message above it still has the default grey background
background-image: url('url here')
?
or
--background-primary: url('url here');
this is the entire theme code that im using rn
body{
background: center/cover url('https://github.com/maIwina/stuff/blob/main/GGZKK7HbQAIAPin.png?raw=true');
}```
@prime yoke
and it looks like just default discord
could it be a plugin doing this?
i dont have any custom ones
just the ones that come with vencord
body {
--background-primary: url('url here');
}
this?
oh that works!
np
well thank u lol
whats the new avatar class? tried to extract it myself with ctrl + shift + c, but using it seems to not work (.avatar__ec86aa.clickable__ec86aa)
.avatar_ec86aa.clickable_ec86aa ?
np!
OK, so I cant figure this out I'm trying recolor this lock too add more stuff to my CSS Snippet. This is what i have so far
.icon_e44302:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] element.style{
fill: #fffaa0 !important
}
i’m prolly just upid but I’m on like 2 days of no sleep and i can’t sleep so i’m doing this
Anyone wanna help test for bugs? Trying to get this nice and polished. https://github.com/MiniDiscordThemes/DiscordReimagined
.icon_d8bfb3 path[d^="M16 4h.5v"] {
fill: #fffaa0 !important;
}
the class changed
and you dont need all that extra stuff
Nope that doesn’t do what i need it to i want it too recolor the “regulars” at the top of the chat not on the channel list
i didn’t mean to double ping sorrgy
oh then your class was right
.icon_e44302 path[d^="M16 4h.5v"] {
fill: #fffaa0 !important;
}```
that worked thank you very much
My transparency suddenly stopped working the other day
It worked fine for like a week and now it refuses to
Been using this one https://github.com/s-k-y-l-i/discord-themes/blob/main/Acrylic-Harmony.theme.css
But now the window isn't transparent anymore for no apparent reason
discord has class update, wait for ur developer to fix
or read known-issues
world if theme devs used attribute selectors
can som1 make lily pichu but black and grey pwease :D
fr
but actually i use attribute selectors in everything but i still had to change quite a few things cus of the new profiles
trying to replicate the themes that move the settings mute and deafen to their own place under server bar(s) but have no clue where to start
They'd have to type more characters
Unacceptable
oh no.... looking at this i have to move each button indivually i cant just move the element that technically contains those three
i think im finding the class wrong.. i have no clue what im doing
no wait i was wrong i can edit the container. im just...moving the container wrong
imagine writing simple enough css where using attr selectors won't tank performance, could not be me 
i've been doing this for my new theme but like finding a good selector for every .container_ is so annoying :(
add parent, makes it easier to read/debug later too when you can see what is containing the container
yeah
yeah
I just give up and hardcode it 
same
but the goal is to get to 100% attributes eventually
its probably easier to find replace the classes at the end
Yeah
im still trying to find how other themes move the stupid mute button group xD
you mean like this group?
yee
cause i have its class, ive been able to edit it kinda, but ive never actually done theme coding or really css or html too much in general so actually moving the element is somethign i dont know
where do you want to move it to?
cause im wanting to move them over to beneath my server bar
or bars since i use the better folders thing
which would mean id need to change their max height so it doesnt clip which i can do that id just need to grab their class names as well which isnt difficult so far
Something like this:
.avatarWrapper_b2ca13 + div {
position: fixed;
left: 0;
bottom: 0;
background: blue;
align-items: center;
margin-left: 0;
height: 50px;
}
.guilds_a4d4d9 {
margin-bottom: 50px;
}
obviously adjust width and all yourself to what you need
oh thank you!
i was using this to grab the entire class ```[class="flex_bba380 horizontal_bba380 justifyStart_ec1a20 alignStretch_ec1a20 noWrap_ec1a20"]{
}```
since technically thats the class name that holds it all.
oh wait class names like that get randomized dont they so what i was doing would break the second discord updates
Yeah that's more fragile than even just using classes normally: .flex_bba380.horizontal_bba380.justifyStart_ec1a20.alignStretch_ec1a20.noWrap_ec1a20
I'm selecting based on the class immediately before it (the avatar container), you could do this instead to somewhat futureproof it:
[class*="panels_"] [class*="avatarWrapper_"] + div
alright thank you!
thanks yto you showing me that i now have this changed in my own personal version of diskette
now to see if i can put a box around the settings like the profile has
that's a sick theme
its just this https://github.com/SlippingGittys-Discord-Themes/Diskette with a custom colour and some more custom things
i wont release my version due to not actually having permission to edit it, ill be asking for permission to release once i get around to feeling like its finished with my preferences
I mean permission has already been granted through the WTFPL
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004Copyright (C) 2024 SlippingGitty vozercozer@wetdry.world
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSETERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.
licensing what
yeah
that is literally
oh it uses the do what the fuck you want license
"DO RELEASE WHAT YOU WANT"
xd
does anything use 2 underscores anymore?
so yeah ill release my theme once i feel its good enough
silly this is something you do if you deal with corporate or skids 
ive been in legal mode because i run a content creation group and an ex members been a bitch recently
been having to cover 6 peoples asses for a week.
what happened 
kicked them out for putting the company in bad light and they were trying to run a discriminatiuon campaign against every member
Reason it didnt go full legal is we cant exactly prove its them since its a shit ton of alts being used.
But they all have a similair theme to the original user
oh, so you are dealing with a child 
do u mean in class hashes?
funiest part they are 2 years older than me
something probly does but itll just get changed since the 2nd underscore is part of the random hash, so j use attribute selectors w 1 underscore
i havent encountered a single one yet
but yeah just use 1
yeah
ive found some stuff in my code still using 2 after i ran it throught the updater
i have no idea what they originally did
The classes were/are a name followed by _ followed by 6 characters. The first char of that 6 has a chance of being another underscore, and whatever seeding they've used this time has a lower chance of that happening seemingly.
So issue with the code.... the settings button has stopped working xD
i only just tested it
Yeah that code broke the buttons fun
Works on default discord, I would check if the 2nd column of servers is covering the settings button invisibly or something.
from what i can see nothings covering anything and its showing as im hovering it
i can hover
but clicking doesnt seem to do anything
Heres the theme file cause im betting im doing alot wwrong
oh wait i disabled quick css and it works... so now to look through that stuff
see what i even have in there
.live_e17fae liveSmall_e17fae eyebrow_e17fae textBadge_df8943 base_df8943 eyebrow_df8943 liveShapeRound_e17fae {
background-color: blue;
}``` why is the backgroundColor not working for the LIVE icon
u need to add a . before each class name
oops there is a typo one sec
.liveSmall_e17fae eyebrow_e17fae textBadge_df8943 base_df8943 eyebrow_df8943 liveShapeRound_e17fae {
background-color: blue;
}``` how come this doesn't work
as i said u need a . before each class name, also no spaces between them or it will think u r selecting .liveSmall as a child of .live
also u need to add an !important for this case, try this:
.live_e17fae.liveSmall_e17fae.eyebrow_e17fae.textBadge_df8943.base_df8943.eyebrow_df8943.liveShapeRound_e17fae {
background-color: blue !important;
}
https://github.com/nvhhr/discordcss/blob/main/snippets/actuallybasicbackground.theme.css
@/nvhhr's theme works w gifs, i j tested it
oh alright mb, so I used backgroundColor with this but now I try this and it does nothing:
.live_e17fae.liveSmal_e17fae.eyebrow_e17fae.textBadge_df8943.base_df8943.eyebrow_df8943.liveShapeRound_e17fae {
box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}```
where do i put the gif link?
whyre you adding a box shadow?
/*customize these*/
:root
{ --nvbgimg: url("https://w.wallhaven.cc/full/85/wallhaven-851q5o.jpg");
--nvbgadjust: rgb(0 0 0 / .6); /*use this to tone the bg for better visibility*/
--scrollbar-thin-track: transparent;
--scrollbar-auto-track: transparent; } ```
you're missing an L in .liveSmall, it should work then
/*customize these*/
:root
{ --nvbgimg: url("your url here");
--nvbgadjust: rgb(0 0 0 / .6); /*use this to tone the bg for better visibility*/
--scrollbar-thin-track: transparent;
--scrollbar-auto-track: transparent; } ```
add that to your custom css ^^^
lol i be blind
and add https://raw.githubusercontent.com/nvhhr/discordcss/main/snippets/actuallybasicbackground.theme.css to ur online themes in vencord
where do i do that
got it
uhm
oh ok
css goes in quick css , local themes open quick css
got it thank you
im starting to regret cloning diskettes repo some of the stuff in this is dumb as hell and i cant stop laughing
ngl I regret reading the piss poster
theres some voice files of them just talking for five minutes. im leaving a good chunk of this stuff in here
Hell yeah turns out to make boxes its border: var(--borders); least i diskette
now to find how the hell theyre doing the hover system as hovering over these buttons highlights the original border not the new one
i just noticed the voice connected area doesnt have a full boarder so i get to figure out why and fix ti, its also misaligned.
theres so many tiny issues in diskette
Hi i was wondering if i could have some assistance on a quick CSS snippet, just to minimize the spacing between the number of members vs role.
this is what i use:
/* smaller member count */
[data-list-id^=members-] .vc-membercount-widget {
margin-top: 0 !important;
margin-bottom: -1.25em !important;
}
thank you !
highly appreciated
does someone have code to change username colors for specific users? (but name or id)
this is what I have right now. it successfully changes all user colors in the chat, but I would prefer to specify users and can't think of a way to do that.
span[class="username_ec86aa desaturateUserColors_c7819f clickable_ec86aa"] {
color: mediumturquoise !important;
}
turn on themeattributes plugin, then put
[data-author-id="383969898935746560"] or [data-author-username="k4kadu"] in front
don't mind the line I just deleted that was for the memes
Is there a way to get text content with something similar to attr?
nope
sad
like this?
color: mediumturquoise !important;
}
or
span[data auth...] [class...] {
[data-author-username="k4kadu"] span[class^=username_] {
color: mediumturquoise !important;
}
nice! thank you
anyone know the class for
for?
like the whole thing?
yeah
wrapper_adcaac
thank you
do ctrl shift i, then click the box with a cursor icon (or press ctrl+shift+c) and click there
Asked a few others and got a yes from the 3 i asked. so.. yeah is there a place for me to drop the github for the theme or do i just push it to BD's site
submit to bd is probably the best way
but they might not accept a modification of an existing theme
they also require weird verification.. so thats fun
verification?
i thought you just had to authorize github
so they can pull theme files from your repo
Wish I could assign the album cover to elements outside SpotifyControls 😭 , I had to give a shit ton of elements a z-index, not too sure how that effects performance, but i feel it'd be so much better to have the variable being globally declared instead of being declared in a element
also ignore anything other than the changing bg, I am hoping if the declaration is ever changed, I could do a lot more. I plan on changing text colors to adapt to the album cover
kinda like how spicetify themes do it.
Heres an example
Ignore the laggyness/unresponsiveness of spotify, im having some sort of memory leak
you need to also be verified so that youre not abusing it and uh i was denied so thats fun
verified in what way lol
i see
you were denied that fast?
yep
pending approval isnt denied though
oh
oh its on github
currently working on a very stupid small detail that looks impossible right now
hovering over any buttons on the left is making the original location of the buttons glow
This is an edit of someone else's theme, which is why it wasn't accepted.
makes sense
yeah i mentioned that earlier
but the thing shouldn't say account declined
it should say theme rejected
yeah dunno why my entire account denied, didnt get far enough to even upload the theme to BD
they werent even reviewing anything specific
If this is the only repo in your account that is "ready to submit", it will be declined
You can always ask on the server later if you have another thing to submit
shrug i dont care enough
Fair enuff
well i got closer to what i was doing now both glow
i dont think i can make it not recognise them as attached to that container
vee we need a vencord theme distribution channel
im going insane trying to seperate these fuckin buttons xD
also wanting to confirm something the notification thing next to servers, is every server have an individual one? because looking at classes it seems to be duplicating them
not the ping notif but the other one
fr
Has the updated monaco with support for css nesting been brought to vencord yet?
doesn't work currently at least
nop, still shows invalid css for me
@oak plover This is black with fill: none;
Removing fill: none; makes it white
Wait actually
To get the actual arrow shape you want, it'd be both stroke and fill colors being removed 
/* Quest collapse icon */
[d="M5.3 9.3a1 1 0 0 1 1.4 0l5.3 5.29 5.3-5.3a1 1 0 1 1 1.4 1.42l-6 6a1 1 0 0 1-1.4 0l-6-6a1 1 0 0 1 0-1.42Z"] {
fill: hsl(0, calc(var(--saturation-factor, 1) * 0%), 100%);
stroke: unset;
}
/* Voicechat connection status icon */
[d="M2 8a1 1 0 0 1 1-1 14 14 0 0 1 14 14 1 1 0 1 1-2 0A12 12 0 0 0 3 9a1 1 0 0 1-1-1Z"] {
d: unset;
}
/* Toolbar notification icon */
[class^="toolbar"] > [class^="iconWrapper"] > svg > [d^="M1.3 21.3a1 1 0 1 0 1.4 1.4l20-20a1 1 0 0 0-1.4-1.4l-20 20ZM3.13 16.13c.11.27.46.28.66.08L15.73 4.27a.47.47 0 0 0-.07-.74 6.97 6.97 0 0 0-1.35-.64.62.62 0 0 1-.38-.43 2 2 0 0 0-3.86 0 .62.62 0 0 1-.38.43A7 7 0 0 0 5 9.5v2.09a.5.5 0 0 1-.13.33l-1.1 1.22A3 3 0 0 0 3 15.15v.28c0 .24.04.48.13.7ZM18.64 9.36c.13-.13.36-.05.36.14v2.09c0 .12.05.24.13.33l1.1 1.22a3 3 0 0 1 .77 2.01v.28c0 .67-.34 1.29-.95 1.56-1.31.6-4 1.51-8.05 1.51-.46 0-.9-.01-1.33-.03a.48.48 0 0 1-.3-.83l8.27-8.28ZM9.18 19.84A.16.16 0 0 0 9 20a3 3 0 1 0 6 0c0-.1-.09-.17-.18-.16a24.84 24.84 0 0 1-5.64 0Z"] {
d: path("M18 9V14C18 15.657 19.344 17 21 17V18H3V17C4.656 17 6 15.657 6 14V9C6 5.686 8.686 3 12 3C15.314 3 18 5.686 18 9ZM11.9999 21C10.5239 21 9.24793 20.19 8.55493 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21Z")
}
``` These are what I found so far
/* View icon */
[d="M22.52 13.17c-.2.41-.87.35-1.15 0a3.02 3.02 0 0 0-.45-.48.47.47 0 0 1-.13-.54c.04-.1.04-.2-.01-.31-.4-.9-1.18-2.4-2.4-3.76C16.89 6.38 14.82 5 12 5 9.2 5 7.13 6.38 5.61 8.08a15.05 15.05 0 0 0-2.37 3.72.48.48 0 0 0 0 .4c.4.9 1.18 2.37 2.37 3.72a8.46 8.46 0 0 0 5.89 3.07c.28.01.5.24.54.5.05.31.15.6.29.87.13.27-.03.64-.33.64-7.11 0-10.27-7.11-10.89-8.7a.83.83 0 0 1 0-.6C1.73 10.1 4.9 3 12 3c7.11 0 10.27 7.11 10.89 8.7.07.2.07.4 0 .6-.08.21-.2.5-.37.87Z"] {
d: unset;
}
They select the entire path in their theme iirc

YIPPEE

yippie
Dev branch is only 1 commit (monaco upgrade) ahead of main
Is dev branch frequently merged into main?
bc i don't want to like manually build the dev branch if it's going to come out in an update tomorrow
its so beautiful, no more red hell
lmao right after I sent my msg
Idk what stylus wants from me, i don't rlly understands what he means
Sry if this is pure brain rot but if you can help thanks
The code is right, i'm using it on the app rn and it works
I just stole it from css snippet
anyone know how to get rid of this shadow
for the left sidebar:
.header_fd6364 {
box-shadow: none;
}
for the rest of it:
.content_a7d72e:before {
display: none;
}
enjoy your 1px taller chat
That's the equivalent of dropping a flashbang into a room
Based purely on the number of elements display:none'd, I think I shall not
is hiding the themes section intentional?
thanks! i tried to look for a box-shadow style but didnt think to check the :before
@viral ember you don't need to edit the variables to recolour an element, get a unique selector then assign whatever values you want
yep but i can't find the css other than the root variables
i've got react developer tools enabled but i cannot seem any specific tab for it
just click the class and kind of trial and error, usually the parent class holds it

yeah it's at the parent class
i was looking at the parent class
might have to click on it and give it a sec to update
other tab has the vars and whatnot
but some variables cannot be set 
you'd have to set them in ur css file and upload it to gh then read from there
can some1 explain how they got those emojis dancing on top of the badges wat
donor perk?
From sponsoring Vee on Github
but they're seen from people who use vencord only right?
can click em and it has a button to take you to it
vee has the most cus, well vencord dev
Yeah kek

hope y'all have a good night

You too
I should probably finish my embed overhaul theme 
Eh... When I'm done with SotE
hey. theme question. to make a theme. i should just be able to import the style.css file from my website. and the font it uses. and use that. as my theme right?
what website
the neocities. in my bio
it probably won't do anything
hm okay
oh so then probably not
yeah
font-family:'IBM MDA';
src: url(IBMMDA.ttf) format('truetype')
}
body {
background-color: black;
color: #1e8a40;
text-shadow: 0 0 3px #277a41;
}
* {
cursor: url("csr.png"), auto;
}
h1 {
font-family: "IBM MDA";
}
h1::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
h2 {
font-family: "IBM MDA";
}
h2::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
h3 {
font-family: "IBM MDA";
font-size: xx-large
}
h3::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
p {
font-family: "IBM MDA";
font-size: xx-large;
}
p::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
p1 {
font-family: "IBM MDA";
font-size: x-large;
}
p1::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
ul {
font-family: "IBM MDA";
font-size: x-large;
}
ul::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
ol {
font-family: "IBM MDA";
font-size: x-large;
}
ol::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
li {
font-family: "IBM MDA";
font-size: larger;
}
li::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
a:link {
color: #32a858;
text-shadow: 0 0 3px #277a41;
text-decoration: none;
}
a:visited {
color: #2c914b;
text-shadow: 0 0 3px #277a41;
}
a:hover {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}
a::selection {
background-color: #32a858;
color:#000000;
text-shadow: 0 0 3px #277a41;
}```
why did that
oh it did- thats the file in a code block there
i just figured. the font is mainly what it needed. and then of course everything else is for text. so idk-
idk what classes n stuff i would be missing.
oh that might actually work
just paste it in and try
if some things arent applying you can add !important on the end
anyone knows how to turn the bottom part of the channel text area transparent?
tried:
.form_a7d72e .channelTextAreaContainer_d0696b, .form_a7d72e .channelTextArea_a7d72e {
background-color: transparent;
}
(ignore hardcoded vars, just testing how it would look)
would anyone be able to make a theme for me?
there are so many out there just pick one
can you explain what you're trying to do exactly
trying to simply make the surrounding transparent so you can see the chat
no clue how else i would explain it lol
maybe im just being stupid rn
i have a feeling it isnt possible lol
the chat content doesnt reach under the text area
yeah no, too much pain
you would likely have to make chat extend then try and add transparency
which would just be a pain
so i forgot to check back so ill do that tomorrow-
!remindme try style.css (paste in) 12h
Alright @spring axle, in 12 hours: try style.css (paste in)
!remindme fix my old snippets and upload them too github 12h
Alright @iron smelt, in 12 hours: fix my old snippets and upload them too github
i tried to hide user in voice chat but i can't get it to work. this is what i got so far
[class="usernameFont_cdc675 username_cdc675"]:has(> MrLucyfer) + [class="voiceUser_cdc675.clickable_cdc675.userSmall_cdc675"] {
display: none !important;
}
you don't put . if you're using [class=""]
also, :has(> MrLucyfer) is not valid
the only way to select a user in voicechat is using their avatar url
wouldn't ID be better anyway
people in voicechat don't have IDs in any element
avatar URL contains the user ID
👍
im guessing the same will be for this area?
yeah
ok thanks for help

ok i now im needy now but i tried to hide it from here, but to no avail
what did you already try?
ok when trying to search what i tried i accidentally did it with
.row_a6ae3c:has([alt*="lucyfer6622"]){
display: none !important;
}
why not use the avatar URLs thing that we said before?
that will also hide the whole row of people and not just the one person will it not?
that as well
nope
this works for me, but ur tooltip looks different than mine so facePileItem might be smthng else
[id^=popout_] [class^=facePileItem_]:has([style*="id"]) {
display: none;
}
its transparent nothing else
yeah I also have very different tooltips
does anybody have css to remove this ?
you are asking "does anyone have css to remove something that isn't controlled by CSS"
at least I assume thats a windows titlebar
is this vesktop?
Css can't change that
is there a setting ?
i dont think so but maybe try static title in vesktop settings
im pretty sure its definitely possible to remove the text because my theme replaces it but i didnt make this theme
ill give it a try thank you
thank you, it work 🙂
could you send that part of the code over if possible please
if i can find it yeah
okay so mine does it with a .svg file. so i have no idea how to do it in text.
@spring axle, <t:1719119491:R>: try style.css (paste in)
@iron smelt, <t:1719120294:R>: fix my old snippets and upload them too github
i no no wanna
Could somebody help me hide the left "unread" dots / pills?,
I've tried with a lot of different approaches of the css but they don't work, Idk why
[class^=listItem_] [class^=item_] {
opacity: 0 !important;
}
its managed via opacity
omg i love you, thankssss!!
or you could just mute the server
i havent seen this meme in so long\
Hii, this is my first time using js so the code might be bad but i have made a script that sends the exact same message as someone else of your choice (i paste it in console for it to work) and i wanted to turn it into something that could work with vencord using css or maybe turning it into it's own plugin so i dont have to rewrite the variables and paste it into console again, if anyone could help me with the css code i would appreciate it alot! thank you!
i would also appreciate tips on how to improve the code!
css is just for themeing (changing the look) of stuff, not for coding stuff like this
as for the actual thing, selfbot lol
/* ================================= */
/* ======= < ROLE COLOURS > ======= */
/* =============================== */
.pill_f9575e,
.role_f9575e {
transform: translate(0);
border: 0;
border-radius: 7px;
}
.role_f9575e .roleRemoveIcon_e4010c,
.role_f9575e .roleRemoveIcon_e4010c {
margin: 0;
left: unset;
transform: translate(50%, -50%);
}
.roleRemoveButton_f9575e,
.role_f9575e .roleRemoveButton_f9575e {
position: static;
}
.role_f9575e .roleCircle_a26d7b:before,
.role_f9575e .roleCircle_a26d7b:before {
content: '';
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-sizing: border-box;
position: absolute;
background: inherit;
border: 2px solid transparent;
opacity: .4;
border-radius: 5px;
/* Role pill radius, new standart discord is 4 px */
}
.roles_fa2f72 {
color: var(--text-normal);
}``` someone have updated version of this?
/* Role pill background by alije */
[class*="role_"] [class*="roleCircle_"]:before,
[class*="actionButton_"][class*="role_"][class*="justifyCenter_"] {
border-radius: 5px;
}
[class*="role_"] {
transform: translate(0);
border: 0;
}
[class*="role_"] [class*="roleRemoveIcon_"] {
margin: 0;
left: unset;
transform: translate(50%, -50%);
}
[class*="role_"] [class*="roleRemoveButton_"] {
position: static;
}
[class*="root_"] > [class*="role_"] [class*="roleCircle_"]:before {
content: '';
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-sizing: border-box;
position: absolute;
background: inherit;
border: 2px solid transparent;
opacity: .4;
}
[class*="roles_"] {
color: var(--text-normal);
}
thank you thank you, works :)
@spring axle
Ask for help learning css in here. Be ready to wait. (and teach yourself while you wait)
Christ on a bike please do not add the flickering effect, that's photosensitivity central
If it's a site that you and no-one else will see, do as you please. If you're planning to link to it somewhere, for the sake of your visitors with photosensitive epilepsy, at least put the flicker under a toggle that defaults to OFF.
Living up to your name I guess.
Who would've thought, I'm not pleased by being given a migraine opening a link you posted, and I'm telling you to not do that to any more people.
lol they left
unfortunately for you i didnt. im just not going to ask here for help if everyone's immediate response is "fuck you dont do that to your website"
This isn't even a help channel for building websites so you're asking in the wrong place regardless
I was building a theme. with CSS. i was asking in the right place.
theme/css development.
You weren't developing any CSS, you were taking CSS already existing and asking why it didn't work on your website (that you didn't give example code for, so no one can help anyway)
a more sensible way to add this would be to put a popup with an epilepsy warning where such effects can be disabled
on a black background, the flicker effect is barely visible.
i was going to adjust the effect as well so it didnt flicker as frequently but whatever im not fucking bothering anymore.
someone please help. after the recent update the font of people in my dms became smaller and more compressed. how do i fix it?
its a clear vision theme i edited, there is nothing about fonts in the css
i accidently left this at some point
.interactive_c91bad .name_f9647d { font-size: 16px }
clearvision changed it to 14px
ye that worked perfectly
now the game they play is just a bit larger, do you have any solution for that?
.interactive_c91bad .activityText_c91bad strong { font-weight: 600; } they changed that to 700 too lol
wouldn't really know, I just inspected the element and saw that it was changed, maybe seeing github historic changes you could check if anything else like this was changed? but seems like a big headache tbh
i too want to know
plz lemme know if you find out
i will !!
How can I use custom fonts? I'm trying to use a font from google fonts, seems to be not working.
I've tried this.
:root {
--font-primary: "Indie Flower";
}
did you add the import
and if so, the import has to be at the top of any css file
@grand surge
should be like this right?
If this is the right one It still does not work, It just gets me this font.
import the real font
from the fonts.google?
okay worked now, thanks!
Also how can i make text glow just like piOS theme?
https://github.com/CreArts-Community/CreArts-Discord can anyone try reviving this theme or recommend something that looks similar? it looks sick but sadly its discontinued
oh they discontinued it :<
yeah its sad
and theres no other good loking themes
looking
yeah
there is the font from midnight, figtree, and i pasted the import into another theme, why doesnt it work?
/* customize things here */
:root {
/* font, change to 'gg sans' for default discord font*/
--font: 'figtree';```
if your other theme doesn't use var(--font) that declaration is useless
my other theme is catppuccin mocha
it doesnt
oh wait i should try what was discussed above
it works
some text is off tho
like slightly bigger
like this
i used your font replace theme for this
yeah my snippet forces a bunch of elements' fontsizes
oh do i just remove stuff from here
you can rip that part out if you don't want it but for many fonts it's necessary and changing fontsize in discord settings changes a bunch of stuff like paddings/margins/etc which is why I did it in css instead
i ripped it and its fixed, thanks
any snipp for removing these
just don't click it, not like it's big :3
but it also shows up when looking at the profile right
[class^=activity] > [class^=questsIcon], [id^=popout] > [aria-expanded=true] {
display: none;
}
you could try that but I have no idea if it's only gonna block that popout
seems hard to make an exact and simple selector for it
.scroller_fea3ef > .circleIconButton_db6521 > [aria-label="Download Apps"] {
display: none;
}
.avatarWithText_c91bad, .layout_f9647d > .nameAndDecorators_f9647d > [.name_f9647d = "Shop"] {
display: none;
}
.avatarWithText_c91bad, .layout_f9647d > .nameAndDecorators_f9647d > [.name_f9647d = "Nitro"] {
display: none;
}
im trying to hide more stuff using css but i think im selecting them wrong because either everything is hidden or nothing is hidden
There should be a setting in discord to just
disable it
Well I don’t think [classname = “whatever”] is a valid selector
that disables whole quests nuh uh
oh [forgot to reply but its too late]
thank you ill try
oh you just want to disable the icon my bad
this is what i use, bit more specfic so it should accidentally hide less things
/* quest icon in activity */
[class^=activity_] [class^=questsIcon_],
/* quest popout on clicking a user in memberlist with a quest icon in activity */
[id^=popout_]:has([class^=top_] > [class^=left_] > h2):has([class^=top_] > [class^=right_] > [class^=imgWrapper_]) {
display: none;
}
@grand surge
thanks
guys? [im patient dont worry]
probably
looks good
r u just trying to hide the shop and nitro buttons in dms list and the download apps button? cus youre also hiding something else twice
yeah, im just trying to hide those
/* download apps button on discord web */
[class^=listItemWrapper_]:has([data-list-item-id="guildsnav___app-download-button"]),
/* Nitro Button above DM List */
[href="/store"],
/* Shop Button above DM List */
[href="/shop"] {
display: none;
}
great! speaking of which, i also want to hide the suggested channels and active now [voice channels one not the activity one], but i cant seem to be able to do that without hiding all channels [previous snippet i used before doesnt work anymore]
i would recommed just collapsing the suggested channels, but this^ hides both
great! thanks
i will now suffer trying to hide the other active now without disabling quests/drops
wdym the other active now
this [i already managed to hide the cards]
basically its like what people are playing
you CAN disable it by disabling "use data to make discord better" but i think that disables quests too
jsut hide the nowPlayingColumn_
did that but nothing happened
[class^=nowPlayingColumn_]
^= means "starts with" because the random hash afterwards gets changed every now and then
it works! dances happily as now discord doesnt feel cluttered anymore
didnt know that, im now converting all my css to work regardless if the hash changes
Possibly big question, any way to get custom folder icons without using a third party plugin? Or simply impossibly with CSS?
u can replace the svg yeah
how could I do that exactly? I apologize, pretty new to css
actually lemme check beforehand
i currently use this to hide the popout that appears when you hover over a forum channel because i cant get specific if it deletes itself when i stop hovering [moving the devtools window doesnt help]
Nah no idea LOL I might know, would it relate to mask image? if so im unsure how to change those so far
no u replace the path
u can use the f8 break plugin
to freeze discord so u can check classes
oh god i just learned what a path was in the first place 😞 I'll check it out
yippee
okay i see what you mean now, but concerning these are numbers and such, how exactly could I place images into it? Things like the custom home Icon usually use url and then links from what I've seen otherwise I wouldn't know
i got the classes
however they're over 2000 characters because i also got the content of the "More Active Forums" popout
do u want it change color depending on the color u choose from folder settings?
no, that would just be the plain icon plugin, i mean like literal custom images, like a pfp of sorts... I ask this because my friend had some troubles trying to do third-party plugins so im talking a alt for that
tbh idk if theres a way to hide that popout specifically without accidentally hiding others
here it is anyways [hopefully it doesnt get compressed]
no i mean like, for example here i j gave it the same icon as threads (something random) and chose green in the folder settings, for it to be dynamic like this it has to be an svg, but if u want a static image then i think u can do it its just another method, but this is what i meant when i said u can replace the svg
ik this isnt directed at me but i actually like that, how did you do it [so i could replace my folders with other icons]
[class^=expandedFolderIconWrapper_] svg path {
d: path("insert svg path here");
}
ahh I see what you mean but nah it would have to be a static image... but if it is doable i wouldnt know how to format it tbh never worked with this stuff before
yippee now i have textchannel folders
dont know how to hide the fill
Might be easier as a plugin
/*remove default icon leaving only background*/
[class^=expandedFolderIconWrapper_] svg {
display: none;
}
[class^=expandedFolderIconWrapper_] {
background-image: url("https://i.imgur.com/ekIk6Ux.png");
background-position: center;
background-repeat: no-repeat;
background-size: 60% 60%; /*adjust as you see fit*/
}
basically the same as @/nvhhr's swaphomeicon snippet
add this property
fill-rule: evenodd;
yay
i tried it and it only does the pending guild icon but lemme come back to this later i have stuff to do ping me if you figure it out ^^
take your time btw no rush
just use the plain folder icons plugin
if an icon has 2 d values, you have to remove any svg code between them
this is for the 2 bubble icon, but it works with any icon that has 2 d values as long as you make sure there isnt svg/html code inbetween the 2 values
OH i see what you mean, okay thank you sm!! ^^ my friend will love this
what the fuck did I do LMAO
I don't know how this happened but I'm keeping it
okay now it's multiplying
I was just trying to get oneko on the modals then this happened
if you attribute select a class without being specific that tends to happen
meh
Any reason this wouldnt work? Was written by someone and it does work for them, we can't figure out why it doesn't for me. I've tried removing all other css, in case conflicting. Using amoled-cord if that matters.
.role_f9575e {
overflow: hidden;
background-color: transparent;
}
.role_f9575e .roleCircle_f9575e::before {
content: "";
position: absolute;
opacity: 0.15;
width: 500px;
height: 500px;
background-color: inherit;
pointer-events: none;
}
.role_f9575e .roleName_f9575e {
z-index: 1;
}
I tried turning off simplified profile experiment and still didn't work, is it deeper issue than the experiment being on?
Nvm that isn't it, sorry.
Np, we are all stumped why it doesn't work lol
What is it supposed to do?
I guess it's something similar to #1142183011308286033 but in a slightly different way?
Yeah, but roletint doesn't seem to work either, thought I'd try asking amoled-cord dev in case theme compatibility issue. Roletint only seems to move the dot to the side, out of place.
They wrote that snippet which works for them. But not me, we don't know why. Very strange
I'm running other css as well but I did already try an empty css with only the snippet and only amoled-cord theme loaded and still didn't work.
RoleTint with amoled-cord works for me, old and new profiles
i cant post in the snippet channel so im just gonna put this here idk if its like any good but it works fine for me so
/* show where masked links link to */
div [id^="message-content-"] [title*='\a']:link:after {
content: "- (" attr(href) ")";
filter: grayscale(1);
display: inline-block;
font-size: 0.7rem;
margin: 0rem .2rem -.45rem .2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 50ch;
}
open a #📩-modmail and ask if you can get the perms to post it
wtf, what could be messing with it?
this is what roletint is doing for me
disable betterRoleDot
Holy! thank you!
i did and i guess its already been posted apparently but i looked around but all of them were old and didnt work so idk 😭 whatever im not gonna bother them
how can one get rounded profiles
example
cant find in snippets except acrylic popups (its outdated doesnt work anymore)
Currently banging my head against the wall because of the new profiles
I set both experiments to not eligible, but I still see them

bots don't even have them
how do i find rules that were not applied anywhere in the dom?
like is there a button in the dev tools that let you see styles that aren't used anywhere?
not that I know of
also not everything is in the dom most of the time so such tool would be very misleading
set?
lots of elements are created and destroyed all the time when clicking dialogs and navigating stuff
but theyre still in the dom innit
no?
nope
ah ic then
No, you can see that by simply scrolling through the channel/members list
With devtools open
or opening dialogs or hovering stuff so tooltips appear (although you can't see what changes in tooltips without f8break but you do see the dom tree row light up that changes occurred)
lmfao, starteld me
Sorry about that
np
Didn't mean to
Me when I still wasn't using f8break to check tooltips:
Where is my tooltip
Enable experiments plugin
Look for "simplified profile" and switch the options to "not eligible" for both profile and friending profile
But for some reason it's not working on my device
Dunno why
ah, icic ty :>
Np
Is there css that can revert the discord update which now hides roles when clicking a user?
Or would it have to be a plugin?
do you guys have any idea how we could make #🎨-css-snippets less messy?
it's a bit messy in its current state and hard to find anything
would a forum be good?
mainly asking people who post regularely
Forum with different tags might be a nice way to organise stuff
hide elements, utility, fun stuff, QoL
Those are way more searchable and they inherently are threads so it would be better
also would be nice to have full themes be available there with the tag system
But keep the old one as archive
^ !!
Tags aren't super efficient over time, it shows the latest/cached threads with the selected tag. Users needing to see all the threads with a specific tag needs to scroll to the very bottom/initial thread in a forum before they can then filter threads properly by tags
Is is possible to restore old title bar text?, It is sooooooooo superior to me
Can someone help me? I don't want the rainbow effect on that thing. I only want it for my name and status. Thanks in advance!
.hovered_c0d6c6,
.default_c0d6c6,
.nameTag_b2ca13 .title_d1da5f {
background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
animation: gradient-border 4s linear infinite;
animation-direction: alternate;
background-size: 400% 100%;
color: transparent !important;
-webkit-background-clip: text;
z-index: 1;
}
@keyframes gradient-border {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
.default_c0d6c6 > :not([class^=rtcConnectionStatus]),
[class*=wordmark_] > svg { display: none; }
[class*=wordmark_]::after
{ content: '';
background: center/contain no-repeat url("https://upload.wikimedia.org/wikipedia/commons/7/7e/Discord_Color_Text_Logo_No_Padding.svg");
width: 60px;
height: 12px;
position: fixed;
filter: saturate(0); }
something like that :D
Omggg, ty It works!
Is it possible to make stream pop up work too? 
uhh no idea
Deam it!, that's the part I've never got right
I don't have any server with a stream going atm and I don't know if css applies to any popout windows in the first place
i dont think it does
yeah I think so too
TwT that's so saad
waiting for the day when we can rice up the qcss editor
I went to a server with myself to test that
ven pls
If I could totally remove the titlebar text from the stream pop up I would do it q.p
lol
( #theme-support pls fix)
for some reason, setting an experiment through the cogwheel menu doesn't really apply the changes
thx man worked 😁
how can i hide these?
if its the exact id u can j do #---new-messages-bar btw
I'm aware but I am just used to that lol
fair enough lol
I wrote it before I even knew what to match for tbh
Forum would be nice, works best when people give posts a meaningful title (forum search only looks at the title)
Gallery view pretty poggers
real
also searching in #🎨-css-snippets shows thread messages and its really annoying
this looks really good tbh but i feel like it might be become less useful in such a large server as this one
like once there's hundreds of posts it becomes kinda messy again
well tags i guess
but we'll also have to deal with dead snippets somehow
propose tags you'd find useful 
also we could do same for #1032200195582197831 and #📜-js-snippets i guess
Ngl I don't even know how to tag my own snippets, never mind suggest ones for all snippets ever
kinda works but doesnt hide the date thing, srry for late reply i was doing css things
We desperately need a place to share themes since BD site nown is strict
Force once i agree with a White name
All I ask of a theme channel here is that it doesn't turn into 8234723949234 posts of mildly edited clearvision
can u give me a few websites
can i get some info on this?
https://github.com/raws-robert/Final-Eclipse
im new to github AND theme making
there are links to where to find themes in the vencord theme settings
So make one like #🎨-css-snippets but also limit who can make/talk in threads
??
They want feedback, there's not much to say though, it's just custom FrostedGlass
yeah
strict rules are necessary to prevent low quality spam
otherwise this happens ^
lol
Tags for things like themes are kind of a pain. No matter what tags you provide, they'll be misused
imo clearvision so ugly 
Strict rules to a point my github and discord account had to be "looked over" doesnt feel right.
All they do is check to see if you actually have a repo on your github that actually contains a valid addon
Not sure what you mean by your discord account being looked over. That's not part of the process
I wish themeattributes added the avatar url vars higher in the tree
could do some neat things with those
fun avatar-as-message-background experiment
also wish they were also present in grouped messages
That doesn't really seem in the scope of theme attributes. You should be able to throw it together pretty quick if you're eager though
yeah that's fair
Would you mind if I DM you? it is about #🧩-plugin-development message and I think I have a workaround
why not just put it here and share the knowledge with everyone?
we want to gain the knowledge
It's not related to theme development
in the server* sorry
I don't know where to best discuss it. Neither detailedTimestamp nor customTimestamp has a thread for discussing it, and the workaround I believe, is just using Vencord dev build via pnpm build --dev
could go on the github page or in #🧩-plugin-development
oh the plugin wasn't actually broken as I thought
just needed to rebuild
client modding gods please make unsimplify css snippet
whose idea was it to make statuses look like thought bubbles
I ought to have tested it without that switch during compile time, oh well. The cat is out of the bag
how can i create import urls, do i have to create a new repo for every new theme/css snippet?
nvm i could just create a repo with all the css files needed
do i have to host a github pages site? most of the imports in #🎨-css-snippets are on github.io
ohh thx
anyone know how to make it so the voice connected is below the spotify plugin i got? Or not possible? its just kinda annoying formatting for my hands
hes talking about betterdiscord
they review your account before submitting a theme to check its not spam
and he got rejected because his theme wasn't original
actually, I don't remember if that's the opposite of what you want lol
let me open spotify and test it again
no its correct
ye just tried
is there a way to fix dev tools being so weird in discord?
just happened today
the blue background thing is annoying, and the font is supepr hard to read
how can i add a username, pronouns, [guild tag possibly, status and/or roles, probs complex tho], and a bio to clyde?
actual light saver thank you
why do you want to do this
its probably possible but it would be really annoying and only you would see it
to make clyde feel more human
i dont really get why you want to make an ai bot feel more human but ok...
if this seems hard then i think it would be easier to do one of these:
Reorder Toolbar Items
Change Chatbox scale [horizontally] and/or move/customize the typing thingy (user is typing...)
forgot to send the second image oop
yw for asking the original question!
(it's definitely me to thank not refact0r for making it)
How can I get the ability to post css snippets?
i believe you submit it to modmail and if its good enough they will give you the role
open a #📩-modmail and ask for it
you should probably send it here first for feedback
chat went active the second a question was asked dam
ah okay, one sec
uhhh this mightve already been done in a snippet have you tried searching already?
i tried searching reorder and didnt get anything related
and "Change Chatbox scale [horizontally] and/or move/customize the typing thingy (user is typing...)" is kinda vague, like whats the end result you want?
Patch his user object, it would be hard otherwise
i'll open up paint.net for context (concept images !!)
I plan on changing my domain's link with GitHub, but I ran out of time tonight
/* Change X back to twitter */
/* user connections plugin */
a[class="vc-user-connection"][href^="https://x.com"]>img,
/* Large profile popout X Logo */
img[alt="X Logo"] {
content: url("https://i.mintlily.lgbt/85cf2b49d2a185c98ec8e383ad5a05d6.svg");
}
/* Settings, left side bar, Discord Socials icon */
a[href^="https://twitter.com"][title=Twitter]>svg>path {
scale: 68% !important;
d: path("M36.3,10.2c-1,1.3-2.1,2.5-3.4,3.5c0,0.2,0,0.4,0,1c0,1.7-0.2,3.6-0.9,5.3c-0.6,1.7-1.2,3.5-2.4,5.1 c-1.1,1.5-2.3,3.1-3.7,4.3c-1.4,1.2-3.3,2.3-5.3,3c-2.1,0.8-4.2,1.2-6.6,1.2c-3.6,0-7-1-10.2-3c0.4,0,1.1,0.1,1.5,0.1 c3.1,0,5.9-1,8.2-2.9c-1.4,0-2.7-0.4-3.8-1.3c-1.2-1-1.9-2-2.2-3.3c0.4,0.1,1,0.1,1.2,0.1c0.6,0,1.2-0.1,1.7-0.2 c-1.4-0.3-2.7-1.1-3.7-2.3s-1.4-2.6-1.4-4.2v-0.1c1,0.6,2,0.9,3,0.9c-1-0.6-1.5-1.3-2.2-2.4c-0.6-1-0.9-2.1-0.9-3.3s0.3-2.3,1-3.4 c1.5,2.1,3.6,3.6,6,4.9s4.9,2,7.6,2.1c-0.1-0.6-0.1-1.1-0.1-1.4c0-1.8,0.8-3.5,2-4.7c1.2-1.2,2.9-2,4.7-2c2,0,3.6,0.8,4.8,2.1 c1.4-0.3,2.9-0.9,4.2-1.5c-0.4,1.5-1.4,2.7-2.9,3.6C33.8,11.2,35.1,10.9,36.3,10.2L36.3,10.2z") !important;
}
I have more snippets planned, I'd be taking them from the theme I create.
kinda like this [brightened because my monitor is darker than normal]
oh thats pretty cool
Also, an update for this snippet, for future proofing as well
/* Custom Emoji Button - become shiggy */
div[class*=spriteColored_] {
background-image: url(https://cdn.discordapp.com/emojis/1024751291504791654.gif?size=128&quality=lossless);
background-size: 24px;
}
div[class*=spriteGreyscale_] {
mask-image: url(https://cdn.discordapp.com/emojis/1024751291504791654.png?size=128&quality=lossless);
mask-size: 24px;
}
like you can change the horizontal scale of the chat thing and customize the text to go from "is typing..." to smth like "[name]'s existing in chat"
that one is actually cool
and we love future proofing
speaking of which, the clyde to viggy snippet didnt work for me for some reason so i went and fixed it and made it easier to customize clyde
i dont think you can change the text without js
oh nvm then lets just focus on resizing chat
as for the reordering toolbar thing you can just do this
.toolbar_e44302 {
[aria-label="Show Member List"] {
order: -1;
}
[aria-label="Pinned Messages"] {
order: 1;
}
}```
you would need to find the selectors for whichever ones you want to reorder, idk what exact order you want
i decided to change it to this ^^
.form_a7d72e {
display: flex;
align-items: center;
}
.channelTextAreaContainer_d0696b {
width: 500px;
.channelTextArea_a7d72e {
margin-bottom: 10px;
}
}
.typing_d7ebeb {
position: static;
margin-bottom: 10px;
}```
i think this does the chat thing?
how can i add a seperator thing between the icons [grey vertical line]
I'll submit something tomorrow + my donator perks. Thanks though!
i'll now make it use the class^= selector cuz who knows if discord'll change the random thing again
sort of works, probably better to do each one individually though like the reordering one
.toolbar_e44302 {
> *::after {
content: '';
display: block;
width: 2px;
height: 100%;
position: absolute;
right: -10px;
top: 0;
background: grey;
}
}```
do you have it for before this abomination?
yeah its probably better to do it individually because
I actually like it (I just don't like that think bubble)
nah new profiles are so much better
othen then a upid think bubble yeah
yes this is so good
(it's only bugged like this on web version, but still)
and they reversed the colors here
looks so wrong
but they also did it in a super weird way
the smaller one is slightly transparent
so i cant just swap around the var4s
vars
and it's really stupid that they cut off the small profile at like 3 lines or something (but that's very easily fixable)
when clicking the show member list button, the order gets set back to normal and the seperator disappears
ok maybe dont use the aria selector
or do a *="member list"
yeah the aria label is like "show member list" or "hide member list"
you could just select both
[aria-label="Show Member List"], [aria-label="Hide Member List"] {
use ~=
wait
maybe not bc it has spaces nvm
(i just found out about this)
maybe it could still work because the word member could be used
(i found out about it 5 mins ago)
dam
i made it into an import because it became too long for one thing [customizing clyde]
i also credited the original author in the css ^^
am i allowed to send import links here
[@import url(css file url here probably from github);]
Is there any way i can make a style that applies to an entire message group? So far i can only figure out how to select an individual message
i dont really know the answer but i think it would help if you define what a message group is;
all messages?
a message group that gets created for messages sent within a 10 minute timespan by the same user?
all messages by a user?
IE the span between a groupStart_ and the next
between the messages? or all messages? [i kinda suck at decoding css terms]




