#🎨-theme-development

1 messages · Page 52 of 1

chilly knoll
#

oh

#

discord cant show svgs?

half crystal
#

start gdm

#

i did not expect you to have these done lmao

chilly knoll
#

:)))

burnt sky
#

where are those located?

chilly knoll
#

ima gonna fix all these rn cuz ill deffo forget

chilly knoll
burnt sky
#

i don't see a bike icon anywhere on my end not sure what section that is

chilly knoll
#

i havent pushed these still what is wrong with me

chilly knoll
burnt sky
#

oh

#

i barely use that

half crystal
#

the all-seeing eye seems unchanged

burnt sky
half crystal
#

most of these seem unchanged

burnt sky
#

@chilly knoll btw lemme know when to refresh so i can check if the icons are there

chilly knoll
#

@half crystal i give up on the new event icon

#

discord adds a plus icon used in that same menu so i cant fking hide it

#

and i struggled to make a custom icon

chilly knoll
chilly knoll
#

i did vc icons but most are lottie idfk how to change them

half crystal
chilly knoll
runic lake
#

have someone an idea to properly make the account panel higher (background inclouded to make the suff behind invisible) ?

chilly knoll
#

oh

#

@burnt sky ive pushed the commit

burnt sky
#

yep icons are there now

chilly knoll
upper isle
#

im thinking of making a proxy link through cloudflare to my theme
for better caching and latency i think
worth?

pure cairn
#

I have no idea what that means or entails, but sure approvestare

hexed imp
#

Anybody know the correct way to select embeds? I'm trying to force a width and background color, but I can't seem to find the right thing to change. When I pause and select a test embed element, it comes up with this:
<article class="embedWrapper_b7e1cb embedFull__623de embed__623de markup__75297" aria-hidden="false" style="border-left-color: hsla(0, calc(var(--saturation-factor, 1) * 0%), 100%, 1);"><div class="gridContainer__623de"><div class="grid__623de"><div class="embedTitle__623de embedMargin__623de"><span>TITLE</span></div><div class="embedDescription__623de embedMargin__623de"><span>DESC</span></div></div></div></article>
I think I need to do something like???
article[class*="embedWrapper_"] { width:80%; background-color: var(--background-secondary); }
??? but idk how to actually use CSS so it doesn't work :p

half crystal
chilly knoll
half crystal
#

Why is/was there thread variants of all the custom content channels

burnt sky
#

lol the X button isn't in the circle

chilly knoll
#

thats not a solar issue is it

#

if it is im gonna cry

burnt sky
#

i know

#

its not

#

i cant even find the class for it to set it to hidden

chilly knoll
copper oak
#

pretty sure every one of these is offset by a pixel

#

gross

mint kiln
#

i cannot remove this black bar
even element picker cant pick it

supple lodge
mint kiln
#

Still nope

supple lodge
mint kiln
#

that did not do anything

#

but i did found a workaround

#

instead of 1 big gap on the bottom
i moved the server down a bit and now its even

#

still cant find a way to enable the native titlebar but with close button

half crystal
#

@chilly knoll why did you not variableize your solar theme 😭

Was hoping to use it as a base for my own iconpack but gave up when I viewed the code

chilly knoll
#

idfk how ima do that skulley

half crystal
#

Uhh CTRL+f the original svgs and then make a custom var for each??

chilly knoll
#

what does ctrl f do

#

sorry ive never done thsi stuff before im still learning lol

half crystal
chilly knoll
#

omg thats so helpful

chilly knoll
manic flume
#

is there a version without changing the activity icons?

burnt sky
#

ask @chilly knoll

lunar flicker
#

What’s the theme ur using?

manic flume
#

I customized it for me.

lunar flicker
#

How do you customize it?

crimson skiff
#

this is my config, using midnight's nord flavour with some slight tweaks

lunar flicker
#

Do you need to customize through css?

crimson skiff
lunar flicker
#

Oh alr

manic flume
crimson skiff
manic flume
crimson skiff
crimson skiff
chilly knoll
manic flume
manic flume
chilly knoll
#

oh u wanted the icons gone lol?

#

i thought u meant u wanted stock ones

manic flume
chilly knoll
#

o

earnest spruce
#

@half crystal and me wanted to make a theme based off NUDL 9 (what that is isn't really important rn), guess why it's not going to happen based on the design

crimson skiff
manic flume
#

ahhh I thought I needed the link itself, thanks ^^

quick shell
manic flume
half crystal
#

should i release this

crimson skiff
manic flume
crimson skiff
half crystal
manic flume
# chilly knoll o

you have to delete a couple of lines with the word status in them.

#

I tried to do it myself, but it didn't work.

chilly knoll
mint kiln
#

how can i make it not repeat

manic flume
#

if there isn't*

ember karma
manic flume
chilly knoll
manic flume
lunar flicker
lunar flicker
#

thanks

onyx mesa
dense solstice
#

simply fixing my autistic issues

onyx mesa
#

so many borders

dense solstice
#

borders are yummy husk

onyx mesa
#

i've

#

been removing borders

#

some are a bit hard to remove tho

dense solstice
#

mind you, the theme uses discods built in radius, so you can just change with root

onyx mesa
#

why is it a square

#

is it a vertical monitor

dense solstice
#

oh nah, its just on quarter of my ultrawide

onyx mesa
#

the search bar is a bit long on top of the channel

dense solstice
#

yeah, i plan to make it view-width based but there are still a few weird issues i need to fix first

onyx mesa
#

i got a snippet for a collapsible one

dense solstice
#

appreciate it, but i like to do it myself, attempting to steer away from direct class names to minimize discord breaking it every update

half crystal
dense solstice
#

lets hope discord atleast keeps the direct names
Eg div[class^="animatedContainer_"]

onyx mesa
#

had a similar idea for the server title

#

looks neat

dense solstice
#

much appreciated

supple jacinth
dense solstice
#
    /* Banner & animated container transitions */
    div[class^="animatedContainer_"],
    div[class^="bannerImage_"] {
        transition: 
            filter 0.5s ease-in-out 0.2s,
            transform 0.1s ease 0s;
    }

    :not(div[class*="bannerVisible_"]) > div[class^="animatedContainer_"] {
        opacity: 1 !important;
        transform: translateY(0) !important;
        height: 46px;
        transition: 
            filter 0.4s ease-in-out 0s,
            transform 0s ease 0s;

        div[class^="bannerImage_"] {
            transform: translateY(-20px) !important;
            filter: blur(2px) brightness(0.5);
            transition: 
                filter 0s ease-in-out 0s,
                transform 0s ease 0s;
        }
    }
#

@supple jacinth i believe that should be it

#

change the transitions to how you see fit, it seems to work differently depending on a few things

ember karma
#

for me it sort of flashes my theme color when i scroll down

#

what do i need to change?

dense solstice
#

im not entirely sure

ember karma
#

i changed the code and now it has a cooler effect lol

#

the bannner comes on the screen smoothly from up

dense solstice
#

👍

ember karma
#

made it even smoother ez

ember karma
dense solstice
#

all good 🙂

runic lake
manic flume
#

i copy raw code and kill this

ember karma
#

alr thanks

chilly knoll
chilly knoll
#

the one under the profile area

chilly knoll
#

is making a theme using vast majority of discords vars a good idea

half crystal
chilly knoll
#

do i put everything under :root { still

half crystal
runic lake
#

In quick css thats whyld

runic lake
half crystal
half crystal
#

fuck lazy-rendering

jovial arrow
#

okay i’m maybe (definitely) being Extremely stupid about this but how do i change the background color of this it doesn’t want to cooperate with me </3 where exactly do i need to be putting the color values in this little block here

    /* */
}```
jovial arrow
#

it won’t accept background-color: #5289d1; and i can’t tell if i need to be adding more to the code for it to work or if i’m just putting it somewhere wrong. before the /* */ or after? or somewhere else entirely criesintohands

jovial arrow
#

bleh okay i’ll keep poking around

#

gracias

jovial arrow
#

you are a godsend lmao

#

thank y’all! i haven’t messed with CSS in years so trying to relearn for vencord is a pain in the ass

vestal field
#

or just a parent class

jovial arrow
vestal field
echo frost
#

.

#

sent it yesterday lol

inner blade
#

how do i make just the background of the guild bar transparent, without making the folders or icons transparent. same with the settings, about me, friends list, and inbox

inner blade
#

i was able to (struggle) and find out, but i just need to figure out how to make this one thing transparent now (there's an image behind it that will let me rest peacefully tonight). i've tried a few ways, different classes, but it just looks weird. scrolling down looks weird too, not on the right side tho. i'm really confused

half crystal
#

ddex4 is on the BD theme store now

Yippee

half crystal
smoky belfry
#

least laggy CSS moment /j
(i'm doing this while i dev cause i can map the selector to the DOM better and then i optimize stuff away)

empty gyro
dense solstice
#

i like my discord vertical husk

#

suprisingly... very useful

crimson meadow
#

just spent 2h on fixing the tiniest thing ever husk

stoic fjord
#

anyone know how i can just like change the sides of this?

#

so that it appears on the other side of my user not at the back

crimson meadow
#

holy shit

#

this is original css

#

from discord

crimson meadow
#

and then give it an order

#

for the single elements

stoic fjord
#

im kinda dum at that

#

amma wait for that one smart guy

#

aka blade or smth

crimson meadow
#

wait

#

lemme just do it for u

stoic fjord
#

oop thx

crimson meadow
#

how did u even get the flag there though?

#

did u just replace the username with the flag?

stoic fjord
#

nop

#

that was form a other serv

#

to show the guild and a discord tags and sille thingys

#

was just for ref its a role i got in a serv

crimson skiff
half crystal
crimson meadow
#

i love theme development

crimson skiff
craggy tiger
#

is there any themes that only change the borders/outlines

vestal field
chilly knoll
#

if i put --background-surface-higher under :root { it wont change context menu bg but if i put it under .theme-dark,
.visual-refresh.theme-dark,
.visual-refresh .theme-dark
it does. anyway to make it work under root?

#

i did try !important

tight citrus
vestal field
#

not sure which icon u mean but if u want to change the status indicators then there are --online, --idle, etc. variables

tight citrus
vestal field
#

it has never worked for midnight v2

tight citrus
vestal field
#

because its a plugin

tight citrus
vestal field
#

so like before visual refresh came out

#

the corner title doesn't even exist as an element anymore

tight citrus
vestal field
#

thats the left aligned like server name

#

the old fixed title element doesn't exist anymore

#

i could add it as an option i guess

#

but most people will probably use the option for no top bar

half crystal
vestal field
tight citrus
manic flume
quasi jetty
#

Is there any way to remove these black panels from the theme? I don't understand this and just want to make myself a custom theme like before the update.

muted knoll
#

black panels?

quasi jetty
manic flume
#

I can give you my theme to customize it for you.

quasi jetty
#

To be honest, I don't understand this at all. Before, I just found a theme, downloaded it and used it. For me, it all looks like ancient runes that I don't understand.

#

Your theme doesn't work for me

#

she doesn't work

manic flume
quasi jetty
manic flume
patent harbor
#

most, if not, all, of my snippets are likely outdated

#

:3

cinder valley
#

it really doesn't matter

#

but thanks!

patent harbor
#

i meant that as a suggestion and not like a command or anything by the way lol

#

just would be nice because i was interested in it was all

cinder valley
cinder valley
feral vale
#

kind of like this

manic flume
feral vale
manic flume
feral vale
full rover
#

stupid question, what even happened to the background thing the badges used to have?

#

for example they had some square surrounding it, which was darker than the rest of the profile

valid needle
vestal field
#

there's a vencord setting for background transparency

#

idk why you're asking me though

half crystal
valid needle
#

I've heard of it

#

But I have everything configured to pywal already

#

Never really had any issues with it's speed either despite it being python

#

Only minor annoyance I've had is with transparency. In the templates I append a hex value for the alpha. So like {color4}99.

chilly knoll
#

@onyx mesa that snipped u gave me to recolour the app controller icon has been so useful for me for completly diff icons lol

#

i replaced the checkmarks using .permissionCheckmark__50a54 { background: url(https://mudaranrhiod.github.io/discord-iconpacks/vencord/72e4439bf318b5c5.svg) no-repeat; }. this is fine ya?

#

or is there a better way

feral vale
vestal field
#

why would i make a theme for it

#

plenty of themes work with transparency

vestal field
wise kite
#

nvm, i found it

craggy tiger
upper isle
#
.public-DraftEditor-content > div,
.public-DraftEditor-content > div > div,
.public-DraftEditor-content > div > div > div {
    height: inherit;
    overflow: hidden;
}
#

is there a better way to do this

upper isle
#

the search bar content wasn't being aligned properly because the height of the inner items was fixed for some reason

upper isle
#

chat searchbar

#

up top

crimson skiff
#

i really dont see the issue with it husk

upper isle
#

i expanded the container

#

anyways thats not what im asking

chilly knoll
#

i officially have a personal vendetta againsr this var: --background-surface-higher

#

dumb thing themes too much stuff

upper isle
#

REAL

chilly knoll
#

addding --white to the list lol

#

@quick shell yk how it themes lots of stuff on discordrn? same for this lol

craggy tiger
upper isle
#

just do it yourself

#

this isnt spoonfeeding channel

craggy tiger
#

yes

upper isle
#

iirc the two main ones are --border-subtle and --border-normal

upper isle
#

then learn

#

link to theming guide is in the channel topic

craggy tiger
echo frost
chilly knoll
#

discord is drunk, the border isnt pink

echo frost
craggy tiger
#

so it would b --border-subtle-color:[insert-color] ???

#

can i just put any color code

#

or iss there a way im supposed to specify

quick shell
#

yo anyone know how to theme the nitro perk texts

exotic lance
#

How i can make these centered / any better way to do this ? 8a_floor I fear this css will be the end of me

Edit bc i forgot to add rest of the code cry </3

/* MOVES SIDEBAR AND SERVER LIST UP */
.visual-refresh .base_c48ade {
    grid-template-areas: 
        "guildsList channelsList titleBar" 
        "guildsList channelsList notice" 
        "guildsList channelsList page";
}
.visual-refresh .content_c48ade,
.visual-refresh .sidebar_c48ade{
    grid-row: top/end;
}
.sidebarList_c48ade{
    border-top-left-radius: 0 !important;
    border-top: 0 !important;
}
.visual-refresh .privateChannels__35e86{
    border-right: 1px solid var(--border-subtle);
}
/* fix lack of padding on server container*/
.tutorialContainer__1f388 {
    padding-top: 0.66rem;
}
/* Makes it so that the sidebar and channel name bar match height */
.visual-refresh .container_f37cb1,.visual-refresh .header_f37cb1 {
    bottom: 5.6px;
}
.primaryInfo_f37cb1{
    margin-top: 10px;
    justify-content: center;
}
/* MOVES DMS UP */
.visual-refresh .searchBar__35e86{
    left: 60%;
    top: 3%;
    border-bottom: 0;
}
.visual-refresh .scroller__99e7c{
    bottom: 10.5px;
}
/* Fixing banner */
.visual-refresh .bannerImage_f37cb1, .visual-refresh .bannerImg_f37cb1,
.animatedContainer_f37cb1, .bannerImage_f37cb1{
    height: 86px;
}
[style="height: 84px;"]{
    height: 34px !important;
}

/* DM button css */
.channel__972a0:not(.dm__972a0),
.friendsButtonContainer__35e86 {
    display: inline-flex;
    flex: 0 0 auto; 
    align-items: center; 
    justify-content: center;
    width: 25px !important; 
}
.channel__972a0:not(.dm__972a0) .link__972a0 .content__20a53{
    display: none;
}
.channel__972a0:not(.dm__972a0) .avatar__20a53{
    margin-right: 0 !important;
}
/* Hides new icon in nitro */
.visual-refresh .textBadge__2b1f5{
    display: none;
}
/* Compact search bar */
.searchBar__35e86 .sizeSmall__201d5{
    top: 7px;
    width: 0px;
    min-width: 0px;
    background: none;
    border: none;
    right: 10px;
}
/* Just makes a search icon */
.searchBar__35e86 .lookFilled__201d5 .contents__201d5 {
  color: transparent !important;
}
.searchBar__35e86 .lookFilled__201d5 .contents__201d5::before {
    content: '';
    width: 23px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(168, 175, 201)" viewBox="0 0 20 20"><path d="M10 2a8 8 0 105.293 14.293l4.707 4.707a1 1 0 001.414-1.414l-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>') no-repeat center;
    background-size: 15px;
    background-position-x: 3px;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
}
.searchBar__35e86 .lookFilled__201d5 .contents__201d5:hover::before{
    background-color: var(--bg-overlay-selected,var(--background-mod-subtle)) !important;
}```
feral vale
#

how it's supposed to look vs my discord

vestal field
#

how am i supposed to help you with that 😭

echo frost
feral vale
#

all of them either don't work or have an image

burnt sky
#

realisctly 98% of themes are broken

vestal field
#

u need to configure some stuff

feral vale
#

when I change the image to a transparent png it just turns into a black like amoled sorta theme

feral vale
vestal field
#

it supports transparency

#

u just have to add transparent background colors and then turn on some options

feral vale
echo frost
feral vale
#

i have the file on my text editor rn

vestal field
#

u need to change the background colors to have some transparency

#

and u also need --remove-bg-layer on

feral vale
vestal field
#

something like this

feral vale
#

alright

#

thanks

feral vale
# vestal field something like this

imma be honest I tried to ask mistral to write that in but I don't see a difference could you please send a css file with that change in it

vestal field
#

use this but set --remove-bg-layer to on

#

you probably might want to lower the alpha values from 0.7 tho

feral vale
vestal field
#

ok so then the issue is vencord transparency

#

or mica for everyone

#

try without mica for everyone

feral vale
vestal field
#

cant u just like disable it or something

feral vale
#

no difference unfortunately

#

unless i have to restart my computer?

stoic fjord
#

yall how do i fix this?

vestal field
feral vale
vestal field
#

it says full restart

stoic fjord
#

how do i like make this box non existiant?

feral vale
#

where is that

#

i didn't enable that setting

#

unless it's what i had to do in the console

vestal field
#

bro are u

#

im gonna kms

feral vale
#

i apologize for my dumbfuckery

#

where is that option

#

:(

vestal field
#

vencord settings??

feral vale
#

do i need to end the process and re open or restart my computer

#

is that what they mean by full restart?

#

doing both rn and the first doesn't work

#

sorry for wasting your time it works perfectly now

#

thanks

feral vale
stoic fjord
#

also uhh why wont my folders that are open show the servs im in?

#

breh

#

basially what i did is open a serv folder and it doesnt show the servs

#

akaa the servs are not visible

vestal field
#

are u using a theme

stoic fjord
#

i tried disabling em all

burnt sky
feral vale
#

@vestal field sorry for the ping (again) but does your theme disable dragging or am i doing something wrong again

vestal field
#

no?

#

oh

#

enabling transparency on vencord just does that

feral vale
#

no fixes?

vestal field
#

idk

feral vale
stoic fjord
#

yall is there a way that if i wanted to use chat gpt in discord all id have to do is click on a chat gpt button next to inbox or help then it would open a small window with chat gpt?

crimson skiff
cursive coral
pure cairn
stoic fjord
#

just bc im bored

#

so im lookin for useless themes for discord lol

crimson skiff
empty gyro
#

so it opens up when u hit that keybind

echo frost
chilly knoll
#

is it possible to change the colour of this lock icon? been trying for ages

oak plover
#

I think the icon is a link so you could either hue shift or replace the image with an identical one that uses a different color

chilly knoll
edgy mantle
stoic fjord
vestal field
#

probably not a theme problem tbh

quiet gyro
#

someone make a makima theme

haughty ibex
#

what lines should i add to my theme in order to change the opacity or colour of the background of spoilered text

#

nevermind fixed it

chilly knoll
#

how can i make the mobile status icon display cprrectly

#
[mask^="url(#svg-mask-status-online-mobile"] { 
    mask: url("") ;
    -webkit-mask: url("") ;
    mask-size: 100%;
    height: 18px;
    mask-repeat: no-repeat;
}
#

this is the code im using rn

indigo heath
#

why are these 2 separate grids joined as a vertical flexbox wtaf discord

#

does anyone know how to zoon this in 😭

#

i want larger emojis; changed root variable to achieve that, but these are 2 separate grids

#

1 row grids

#
:root {
    --custom-emoji-picker-constants-emoji-size-medium: 55px !important;
}
``` root variable to increase spacing
#
    scale: 100% !important;
}```
#

size increaser (ofc you can use height/width thats why i have !important here because height and width are inline otherwise)

smoky belfry
indigo heath
hexed imp
# half crystal Try `!important`ing those rules

article[class*="embedWrapper_"] { width:100% !important; background-color: var(--background-secondary) !important; }The background-color works with !important! Thank you!

but the width doesn't. Is it inheriting the width from somewhere else? I can't at all figure out how it's setting the width on embeds.

#

I'm trying to prevent this jank, where embeds are as wide as the text/images inside, with a maximum width set; instead of a steady specific width regardless of text/images.

atomic plank
#

Did discord change something? All the normal stuff is overlapping text now

fierce bridge
#

i'd wait it out, discord accidentally made things right align to the status

#

probably related to that

atomic plank
#

How long should I wait?

fierce bridge
#

you're asking a question nobody has the answer to but Discord devs capable of pushing fixes

dusty epoch
#

Is there a way to change the "[Person] is typing" text to smth else, say "[Person] is yapping"?

#

Weird question but I'm doing this for a meme

#

Also I'm asking here and not in plugins bc I feel like it would be a css thing, but feel free to correct me if it's not

echo frost
#

it would probably be a plugin thing

#

changing text is kinda hard to do with css

half crystal
echo frost
#

but that would be person is typing yapping

dusty epoch
#

Ah

#

So I'd need to find out how to get it to work with a plugin

#

Hooray time to vscode until I die inside :(

uncut pelican
#

what’s vscode i just use notepad

crimson skiff
crimson skiff
crimson skiff
echo frost
crimson skiff
#

you dont need their name

echo frost
crimson skiff
#

im typing so hard

echo frost
#

oh the name is in a <strong/>

echo frost
#

that breaks when multiple people are yapping

#

I think this might work with multiple people and have the right grammar?
and the 27px looks the most correct to me, but idrk where it comes from

.visual-refresh .text_b88801 {
  font-size: 0;
  > strong {
    font-size: 12px;
    line-height: 27px;
  }
  >strong:last-child:first-child::after {
    content: " is yapping...";
    font-weight: 500;
  }
  >strong:last-child:not(:first-child)::after {
    content: " are yapping...";
    font-weight: 500;
  }
  >strong:not(:last-child)::after {
    content: " and ";
    font-weight: 500;
  }
}
dusty epoch
#

Epic

echo frost
#

wait, making a better one

#

kinda hard to test it though

echo frost
# dusty epoch Epic
.visual-refresh .text_b88801 {
  font-size: 0;
  >strong {
    font-size: 12px;
    line-height: 27px;
    &::after {
      font-weight: 500;
    }
    &:last-child::after {
      content: " is yapping...";
    }
    &:last-child:not(:first-child)::after {
      content: " are yapping...";
    }
    &:not(:last-child)::after {
      content: " and ";
    }
  }
}
#

adjust the line-height if necessary

#

and the font-size if you have another snippet that messes with it

#

sorry, i sent the version that's is typing fixed

dusty epoch
#

Nah I can quickly edit that- oh

#

Yippee!!

#

Finally, I can live up to my title as the Ultimate Yapper in another server

echo frost
echo frost
versed arrow
#

I don't have a Grabable bar

echo frost
#

on the element you want to be draggable

upper isle
#

idk if i like this
i have a big spacer between the bottom message and typing bar now

#

@kindred cliff help does this look okay

clear siren
#

looks good

#

that's how I used to have mine

#

rn my theme is just a husk

echo frost
olive lily
#

is anyone considering making a thingy to have displate ?

echo frost
#

do you mean nameplates?

olive lily
#

maybe ?

#

the colored thingy in messages

mental stirrup
#

how do i get the it to position correctly while still animating, i feel like i've tried everything and still cant get this to work (red is the text area)

[class*="channelTextArea__"] [class*="buttons__"] {
    transform: translateX(calc(100% - var(--space-32)));
    transform-origin: center;
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition-property: width, transform;
    &:hover {
        transform: none;
        [class*="buttonContainer__"]:has([class*="emojiButton__"]) {
            order: 9999;
        }
    }
    [class*="buttonContainer__"]:has([class*="emojiButton__"]) {
        order: -9999;
    }
}
echo frost
olive lily
#

i dind't take a ss, but discord made a pop up and said this could be colored

pure cairn
#

Nameplates

olive lily
#

maybe !

pure cairn
#

Well, what do you mean by "a thingy"?

olive lily
#

the whole black part

onyx mesa
#

yeah those are nameplates, you buy them in the shop

pure cairn
#

A plugin similar to USRBG/Decor to get nameplates without Nitro?
A css snippet to do the same but locally?

olive lily
olive lily
pure cairn
#

The difference is that with a css snippet only you will see it

#

With a plugin, everyone that has it enabled will see it

olive lily
#

well I'd say plugin so everyone can have it too ?

#

since everything seems to be plugin ..

pure cairn
#

Haven't seen people talking about making one yet, also because you wouldn't be able to use discord original assets for them (just like Decor can't) so you'd need someone to create new nameplates first

#

Plus plugin request are closed so it's not even possible to make an issue there

#

If anyone likes the idea, they'll pick it up and try to get it merged to the main client, but that might take a while

olive lily
#

Alright !!! thank you for your answer, it's everything i needed to know !!

pure cairn
#

Np

mossy otter
#

I barely know CSS, but whenever I enable any CSS my client is super slow, especially in #🎨-css-snippets which can sometimes be seconds per frame or update. I've tried to eliminate what I can. It's not a hardware issue because once I disable CSS it is smooth even with a lot of plugins.
https://pcpartpicker.com/user/BigFlubba/saved/VW4TP6

valid heron
plain kelp
mossy otter
upbeat flicker
#

any way to fix this?

/*Better Member list*/
.visual-refresh .membersGroup_c8ffbb {
    padding: 20px 0px 0 16px
}

.visual-refresh .memberInner__5d473 {
    padding: 5px 0px 5px 0px;
}

.visual-refresh .member__5d473 {
    max-width: 224px;
}

.container_c8ffbb, .container__7641b {
    --custom-member-list-width: calc(264px - 20px);
}

.member__5d473 .layout__91a9d {
    position: relative;
    z-index: 1;
    width: auto;
}

.member__5d473 .name__5d473::after {
    content: '';
    top: 0px;
    left: 0px;
    opacity: .15;
    z-index: -1;
    width: 224px;
    height: 100%;
    position: absolute;
    background: currentColor;
    translate: -8px;
    border-radius: 8px;
}
crimson skiff
onyx mesa
#

im guessing this part of the code isn't working anymore

pure cairn
#

yeah discord decided to set currentColor on another element which broke old snippets

upbeat flicker
upbeat flicker
onyx mesa
#

try "nameContainer__703b9" instead of "name_5d473"

#

looks like that's where the color is now

upbeat flicker
versed arrow
#

Can I just remove the icon [And not the whole draggable thing]

kindred cliff
junior drum
grand surge
#

Does anyone know how to do glassmorphusm

vestal field
grand surge
#

Alr

#

Thabjs

crimson skiff
junior drum
#

perfect

grand surge
#

hmmm yes

slow crystal
#

What I have vs my ideal setup, is there a way to move the mute/deafen/settings buttons below the username/status area, and/or a way to move noise suppression and end call to the side (or below) the call information? Currently using #🎨-css-snippets message minus the betterfolders sectioon

onyx mesa
#
/* Profile Popout button hover */
.wrapper_da5890 button:not([aria-label="More"]) {
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.wrapper_da5890 button[aria-label="More"] {
    opacity: 1;
    pointer-events: all;
    transform: none;
}

.wrapper_da5890:hover button:not([aria-label="More"]) {
    opacity: 1;
    pointer-events: all;
    transform: none;
}
#

current code for it

tidal heron
#

oo im nabbing that once u finish it

#

anyone know if its possible to make it hide the decorations everywhere but in the shop?

[class^=avatarDecoration_]
{
  display: none !important;
}```
craggy finch
#

any possible way to get this "discord" logo back onto the top left of the title bar?

half crystal
craggy finch
exotic lance
#

Not made by me but just replacing column reverse with just column, the rest should just be height: blah blah

[class^=panels] > [class^=container] 
{
    height: unset !important; 
> [class^=content], &:not(:has(> [class^=content])) 
    {
        align-items: unset !important; 
        padding: 7px 8px !important; 
        flex-direction: column !important; 
        gap: 0px !important; 
> [class^=avatarWrapper] 
        {
            margin-right: unset !important; 
            margin-left: unset !important; 
            padding-left: 4px !important; 
            ~ [class^=flex] 
            {
                justify-content: center !important; 
            }
        }
    }
}```

```/* For the call icons */
[class^=container] .horizontal__7c0ba>.flex__7c0ba:last-child {
    display: flex;
    flex-direction: column;
    gap: 0;
}
/* Fix for buttons */
[class^=container] .lookFilled__201d5 .contents__201d5{
    overflow: unset;
}
[class^=container] .button__201d5 .contents__201d5 .buttonIcon_e131a9{
    transform: scale(1.5)
}```
tidal heron
#

also does anyone know how i can add some speed to this so i can make it look smoother?

/* Collapsible Message Actions */
[class^=buttonsInner_]:not(:hover)>:is(
  [role=button]:not(div:last-of-type), [class^=separator_]
) {
  display: none;
}```
onyx mesa
#

what does this even change

tidal heron
#

yk when u have the actions when u hover on a message

#

it changes that so u have to hover on the 3 dots

onyx mesa
#

if you want a fade in effect use opacity

tidal heron
#

yk ur member hover kinda want it like that

pure cairn
onyx mesa
pure cairn
#

that also works

halcyon crypt
tidal heron
onyx mesa
#

Message Actions Hover

@import url('https://raw.githubusercontent.com/lithwack/Vencord-Repos/refs/heads/main/Message%20Actions%20Hover');

Profile Popout Actions Hover

@import url('https://raw.githubusercontent.com/lithwack/Vencord-Repos/refs/heads/main/Profile%20Popout%20Actions%20Hover');
#

@tidal heron @halcyon crypt here they both

#

let me know if the message hover works properly with extra buttons

tidal heron
#

goat

half crystal
#

the alt menu is so fucking back

supple lodge
#

hi, anyone have a recolor thing for whatever this is called please?

naive island
#

is there some custom css to put a bit more buffer between the message box and the most recent message?

crimson skiff
rich badger
#

gimme css snippet for making the "discover" and "add group" buttons always stay there on the servers' sidebar the way they are here plis

onyx mesa
#

why would you want that...

pure cairn
#

Beauty is in the eye of the beholder, I guess

rich badger
#

😔 😔 i wanted to try it out for a while

#

nvm

#

but is there a snippet for expanding server folders by hovering over them though? that's reasonable, right?

rich badger
echo frost
#

mine isn't animated

#

but it does that

rich badger
#

thanks!!

onyx mesa
#

mine doesn't do that no matter the size of it

onyx mesa
echo frost
#

does width not work?

onyx mesa
#

it didn't wanna change at all while using width or height for some reason

rich badger
onyx mesa
#

pretty sure there should be a snippet for it tho

#

if not i'll add my own

rich badger
#

experiments are like for advanced users though, right? i'm not one of them 😔

#

guess that's pretty evident by the fact that idk css

rich badger
onyx mesa
rich badger
#

but oh well, i don't mind them that much I guess

#

i'm just a boy

onyx mesa
#

select one without the (retrigger)

rich badger
#

it worked starehandshake

onyx mesa
#

i see the problem why it's like that with the quick emotes

#

it's this seperator

#

i'll fix it

rich badger
#

the processor is

#

intel celeron

onyx mesa
#

i made the snippet as lightweight as i could

rich badger
#

Intel(R) Celeron(R) N4020 CPU @ 1.10GHz 1.10 GHz

smoky fog
#

Q: got any snippets to remove 3 emoji here?

rich badger
#

enable the experiments plugin from the vencord settings menu, restart discord, then search "experiments" in the discord settings search bar, then look for "Reaction Frecency Algorithms" (the one without "(Retrigger)" at the beginning) and set the "Bucket Override" to "Not Eligible"

echo frost
#

that also changes the style though right?

rich badger
smoky fog
echo frost
rich badger
#

:)

#

oh yeah, that did happen

echo frost
#

here's some css if you don't want it to change styles

[class^=hoverBarButton_][aria-label^="Click to react"], [class^=separator_] {
  display: none !important;
}
onyx mesa
rich badger
rich badger
rich badger
echo frost
#

oh what language do you use

rich badger
#

i appologise for having to leave when i was the one receiving help, but i need to go have lunch. bbye peeps!

echo frost
#

it'll need to be changed depending on your language

rich badger
#

midnight adwaita

pine needle
#
[id^="message-quickreact-"] {
    display: none !important;
}

[id^="message-quickreact-"] {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}```

is this better one to remove the emoji from right click menu? (message)
echo frost
#

well first of all, you can delete this since it's already being display none'd

onyx mesa
#

i guess they added that cuz of this big gap

#

at the top

echo frost
#

yeah

#

but that won't fix it

#

You need to hide the element that the buttons are in

#
#message>div>.wrapper_f563df {
  display: none;
}
#

might be a better selector you could make, but probably fine

pine needle
#

yes! tysm! work perfectly.

upper isle
#

im automating your bench script to use chrome remote debugging instead of having to run manually @vestal field love?

rich badger
echo frost
#

oh what

#

that's weird

#

it's not hiding them for you?

rich badger
#

will me sharing the css file after adding in the snippets help you identify what's happening?

echo frost
#

yeah

rich badger
# echo frost it's not hiding them for you?

what? i had the following things -

  1. the experiment set to "not eligible" to remove the quick reactions
  2. your snippet for the non-animation hover-over-message-to-expand-options
  3. your extra snippet for, what i thought was the purpose, bringing back the rounded style in the message options that went away after 1
echo frost
#

my extra snippet hides the reactions

#

so you can turn off the not eligible to keep the new style of the actions

rich badger
#

oh- roger

#

let me try doing that then

pine needle
#

got any css to show nameplate on direct message? i think discord change it to hover (u can see the nameplate)

echo frost
#

switch it to this i think

onyx mesa
pine needle
#

yeaa i think so.. hmm

echo frost
#

oh yeah that doesn't seem to be working anymore

#

unless it needs a restart

#

i thought that worked before, odd

pine needle
#

yea it work before..i guess something wrong with it.

rich badger
#

last request, i promise :')
is there a snippet for expanding server folders by hovering over them?

echo frost
#

that can't be done with css

rich badger
#

oh 😔

#

thanks for answering!

echo frost
#

the most you could do is after actually opening them, have it so they only show when you're hovering them

rich badger
#

so the folders would actually all be open, but they won't look like they're open, and you'll only be able to see the servers in them by hovering over the folder icon?

echo frost
#

yeah

#

but you'd need to open them when you first start up discord

rich badger
#

right, so once everyday

#

mmm i guess i'm fine with the way the folders are rn

#

thanks though!!

mossy otter
#

So I already have this and it looks great, but is it possible that the color can change according to the folder's color? Or would I have to manually do it for every folder?

/*outline to folders*/
.expandedFolderBackground__48112 {
  box-shadow: 0px 0px 8px 5px rgb(0, 0, 255);
}
/*get rid of border when folder is collapsed*/
.expandedFolderBackground__48112.collapsed__48112 {
  border: none;
}
echo frost
#

you could for each color of folder by using [style="color: rgb(12, 34, 56);], but you'd need to use :has()

mossy otter
#

Ugh

#

Im not sure if that would be worth it tbh

echo frost
#

wait what's the bottom part for?

mossy otter
#

Remove the outline when the folder is closed

echo frost
#

when it's closed, that element doesn't exist

#

the .expandedFolders

mossy otter
#

Lol yah its old css but i removed it

#

Don't know much about css so all I do every update is update classes

craggy tiger
mossy otter
#

Yah it looks really clean

#

I like it

pine needle
#

indeed

supple lodge
onyx mesa
chilly knoll
onyx mesa
mossy otter
#

Nice

#

I'm guessing there's no way to remove this. CSS doesn't work. ```css
.inviteButton_f37cb1 {
display: none;
}

onyx mesa
#

add !important

#

that's probably it

echo frost
#

yeah

mossy otter
mossy otter
#

How do I remove this extra padding?

/*Hide "Help"*/
.button__85643[aria-label="Help"] {
  display: none;
}
onyx mesa
#

padding:

#

padding-left, right, top, bottom etc for specific side

mossy otter
#

Right

#

The extra space

#

Basically move the icon over

onyx mesa
#

use negative values in the padding

#

if that doesn't work instead of padding use margin

#

margin usually works better with negative values

mossy otter
#

Ah thanks

hollow lily
#

is there a way to make the search bar not be moved right when a thread is open in split screen view? it causes this pretty bad looking cut in the search bar (see 2nd image)

onyx mesa
#

doesn't seem to be broken for me

onyx mesa
#

been trying to remove borders from most elements, why does discord use border in some and then box-shadow in others

chilly knoll
#

how can i change the icons for window titlebar icons? been trying for ages now

half crystal
#

ppouts

muted knoll
#

Hello! I got this css snippet from somewhere, it highlights a members rolecolour on memberlist

span[class*="username"] > span[class*="desaturateUserColors"]::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.125;
  background: currentColor;
  border-radius: 5px;
}

[class*="nameAndDecorators-"] {
  z-index: 0;
}
[class*="member-"] [class*="container-"] [class*="selected-"] ::after {
  border-radius: 4px;
  background: white
}
[class*="membersGroup-"] + [class*="container-"] {
  margin-top: 5px;
}``` and after a update it stopped working, also it looked abit odd with nameplates so is there a way to disable the colouring when there's a nameplate
would anyone help me fix this? thx :)
#

like this (this is an old image from someone else)

tidal heron
muted knoll
#

I wanna see the nameplates

#

but with that snippet (when it worked) overlapsed with the nameplates

#

and looked weirdo

smoky belfry
#

i'd say use Z-order

#

and put it behind nameplates

#

or put nameplates higher

#

whatever works best

muted knoll
#

how'd I do that >.<

#

cuz currently the whole snippet is broken

smoky belfry
#

well do CSS

#

try stuff lol

muted knoll
#

I have zero knowledge on css

onyx mesa
muted knoll
#

thx for answerin anyway

quick shell
#

yo

#

anyone have a solution to

#

theme something on profile popup

#

but only when its on dark color

#

themes nothing on light color

copper flame
#

prefix your find with .dark-theme

quick shell
#

doesnt work tho 😭

#

for example

echo frost
#

because .theme-dark also is in :root

quick shell
quick shell
echo frost
#

idk

#

look

#

there's a class when it's themed

#

so you could use :not()

quick shell
echo frost
#

:not(.theme-dark)

quick shell
#

right?

#

unfortunately doesnt work

echo frost
#

you did it wrong

echo frost
quick shell
#

btw i found that i can add .user-profile-popout.theme-dark so it'll only theme when they have profile color

#

wc

#

i mean .custom-theme-background

upper isle
#

automated benchmarking of selectors blobcatcozy

echo frost
#

**:**not(.class)

#

the colon is first

echo frost
upper isle
#

nop
it's based on refact0r's script that extracts selectors from css and runs querySelectorAll
i automated to run it via chrome devtools protocol so i don't have to copy paste the script+css iinto console every time

echo frost
#

querySelector isn't how css selectors work though

#

and this exists which actually measures it

#

and it'll do it for all your themes

vestal field
#

unsurprisingly most of the worst performing selectors are from discord and not from themes

upper isle
#

loll

upper isle
#

interesting

#

i wonder if its accessible through the devtools protocol

vestal field
#

i doubt its worth the effort lol

echo frost
#

aren't i supposed to be able to interact with discord while doing the profiler

echo frost
#

it just freezes when i do the profiler

vestal field
#

oh its probably just too slow

#

the selector benchmark is very slow

echo frost
#

yeah

vestal field
#

i cant do much except scroll

echo frost
#

ig that's it then

#

i don't think the profiler is very accurate because of it freezing discord

#

this snippet is so laggy

#

yeah lmao

#

without it, while typing discord uses like 8% or something of my cpu

#

with it, it uses 30%

#

maybe more like 20%

upper isle
#

i'm trying to round the chat bar but the scrollbar goes out
is there a way to apply margin to the scrollbar

echo frost
#

::webkit-scrollbar probably?

upper isle
#

tried already

vestal field
#

according to those numbers the selectors shouldn't have much performance impact

mossy otter
#

So I want to lock the channel bar width (so it can be symmetrical with the member list). How can this be done?

chilly knoll
mossy otter
#
/*hide current running activity*/
.panel__5dec7 {
  display: none;
}

(this message was for a different user)

scenic temple
grand surge
#

hello people

#

does anyone here accidently presses close on DMs?

#

hi @chilly knoll 😭

chilly knoll
#

yo wsp

crimson skiff
grand surge
grand surge
halcyon crypt
#

I looked at some close buttons, I use a class for button that starts with closeButton__, the one in settings is closeButton_ (one underscore), the one in the image view starts with button_. Maybe I find one missing somewhere, or maybe I was just lucky 😄

plain kelp
#

It's not part of the actual class name

halcyon crypt
#

ohhhh, the truth is, I don't really know what I'm doing peepoShy
I just saw other snippets and was like "if I change this to this, it does what I want"
would it be better to add the whole hash then? so if it changes maybe in the future it's easier to update?

plain kelp
#

I always use real class selectors, since they're an order if magnitude faster

crimson skiff
#

whole hash is a lot better for performance, but it means you need to shove the code through a class updater once in a while

chilly knoll
#

how can i change the total member count icon? managed to change the online counter

#

i cant change total one for the life of me lol

echo frost
#

neither of them are svgs

#

they're both just styled spans

chilly knoll
echo frost
#

what are you doing for it?

chilly knoll
#
.vc-membercount-total-dot {
    mask: url('https://mudaranrhiod.github.io/discord-iconpacks/vencord/solar/custom/status-online-bold.svg') no-repeat center;
    mask-size: 100%;
    width: 6px;
    height: 6px;
}
echo frost
#

uh that's not working for me

chilly knoll
#

this is what i used for online

.vc-membercount-online-dot {
    mask: url('https://mudaranrhiod.github.io/discord-iconpacks/vencord/solar/custom/status-online-bold.svg') no-repeat center;
    mask-size: 100%;
    width: 12px;
    height: 12px;
}
#

it works

echo frost
#

oh that's for total

chilly knoll
#

the total counter no no

chilly knoll
echo frost
#
.vc-membercount-total-dot {
  mask: url('https://mudaranrhiod.github.io/discord-iconpacks/vencord/solar/custom/status-online-bold.svg') no-repeat center;
  mask-size: 100%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: var(--color-total);
}
#

mask just masks part of it

#

so it needs to have a solid background

#

@chilly knoll

#

wait why are there so many people named gulf of something

chilly knoll
echo frost
#

lol

#

there was time where a lot of people were named [number] [things] runs something or something like that

chilly knoll
#

idk if i remember that im sometimes forgetful l

echo frost
#

i think it was probably around a year ago

#

i think it was around the time i joined

#

i was nicked to 32 duotrigintillion devices for a while

chilly knoll
#

ahh yeh i wont remember then

echo frost
#

what's husk about that

onyx mesa
echo frost
chilly knoll
#

lol

echo frost
chilly knoll
#

idk tbh

echo frost
#

32 duotrigintillion is cool number!

#

10^100

#

wait

half crystal
echo frost
#

32*10^100

chilly knoll
#

why is it the one time i want a slowmode channel i cant find one. i remembered i didnt change the icon for it

echo frost
# echo frost 32*10^100

32000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

#

ok so it's 3.2*10^100

#

oh yeah

#

10 duotrigintillion it 10^100

plain kelp
#

So duotrigintillion is googol?

echo frost
#

no

#

10 duotrigintillion is googol

plain kelp
#

Or is googol 10 duotris?

#

Oh ok

echo frost
#

googol is a cringe name because it's not illion

plain kelp
#

True

echo frost
#

i wish illion names were standardized

#

duotrigintillion isn't even standardized i think

#

like officially

#

but i think it's the only at all recognized 32nd illion number

#

only up to vigintillion is in dictionaries

#

and centillion

#

but that's a gap from the 20th illion to the 100th illion (10^303)

#

wtf it was just named by a 9 year old https://en.wikipedia.org/wiki/Googol#Etymology

A googol is the large number 10100 or ten to the power of one hundred. In decimal notation, it is written as the digit 1 followed by one hundred zeros: 10,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000. Its systematic name is ten duotrigintillion (short scale) o...

#

(yw for my off topic googology rant)

#

(it should be named illiology)
wait what was i thinking. illionology is way better

#

(or something like that)

#

(illion is far superior to googol)

plain kelp
#

Large numbers weren't meant to be given names

mystic grove
#

is there anything other than :has that doesn't cause lag?

plain kelp
#

Imo anything you do with :has is better off with a plugin

chilly knoll
echo frost
#

it's laggy

#

because it has to search a bunch of elements

burnt sky
#

any way to easily replace :has with other options that won't break?

chilly knoll
plain kelp
#

If :has was possible to do efficiently, browsers would do that

#

But it isn't

echo frost
grand surge
#

>

burnt sky
#

hm past week been trying to find the main cause of the sluggish typing

echo frost
plain kelp
#

a > b selects the b

#

a:has(> b) selects the a

grand surge
#

good to know how it functions

echo frost
crimson skiff
onyx mesa
#

only one of my snippets has some :has cuz i couldn't find another way

crimson skiff
#

i absolutely hate how css doesnt have upper sibling selector or parent selectors

#

how hard would it be to implement that

onyx mesa
#

true, haven't been able to do a lot of stuff solely cuz of that

crimson skiff
#

need to make a petition for it

echo frost
crimson skiff
empty gyro
#

erm i use has alot in CSS

onyx mesa
crimson skiff
onyx mesa
grand surge
#

how to check lag

empty gyro
#

wdym

#

lag when interacting with stuff?

#

probably just ur css or ur theme

grand surge
#

just that

plain kelp
#

If it's laggy then it's laggy, if it's not it's probably not, but not certain

grand surge
#

i will never know because of how sensive is my laptop 😭

#

lowend my beloved

#

nvm found really quicky

tidal heron
#

coz there seems to be a noti for it everytime i look at the server lol

full rover
tidal heron
#

@spiral moth yo the message u deleted can i see the illustration ur talking about (i have message logger)

upper isle
#

its actually so dumb

#

anyone know what this is supposed to target
something in guilds list

#

acronym is for guild items without an icon
idk what the rest is

vestal field
upper isle
#

o thanks

#

wait how do you get that though
i only get a folder icon when collapsed

vestal field
lean radish
#

Can someone vc and help me make a theme

upper isle
#

nop
theming tutorial is linked in channel topic

frank urchin
tidal heron
#
/* Expandable Member List */ 
@import url('https://raw.githubusercontent.com/lithwack/Vencord-Repos/refs/heads/main/Memberlist%20Hover%20VR');

/* Expandable Member List Settings */ 
:root {
  --hover-animation-speed: 0.6s;
  --nametag-fade-speed: 0.6s ease-in;
  --nametag-fade-speed: 0.6s ease-out;
  --icon-custom-color: var(--channels-default);```
#

thats for the member list

#
/* Hide Search box */
@import url("https://raw.githubusercontent.com/lithwack/Vencord-Repos/refs/heads/main/Collapsed%20Search%20Bar");```
#

thats for the search icon

tidal heron
frank urchin
tidal heron
#

all credit to moon tho so thank them

frank urchin
#

ty @onyx mesa~

tidal heron
#

discord is just broken apparently

#

last post i can see if from the 24th

#

but by chance i searched for something and it showed a post from yesterday

onyx mesa
civic spade
#

is there any way to make the discord window have a semi transparent acrylic background similar to windows 11 system windows
something like this -

crimson skiff
gray pagoda
#

how to change colour of this

#

like to a slightly different one

onyx mesa
gray pagoda
#

omg

#

perfect

onyx mesa
#

you can change the color to anything

gray pagoda
#

ik i was jk

#

but fr thx

manic flume
#

no conflict with the phone icon plugin

chilly knoll
manic flume
#

I can give you the edited raw code.

chilly knoll
onyx mesa
#

you still haven't fixed it?

chilly knoll
#

no lol

chilly knoll