#๐ŸŽจ-theme-development

1 messages ยท Page 60 of 1

burnt sky
#

yes

pure cairn
#

uh

burnt sky
#

the root toggles work fine in quick edit but as a theme in online themes it doesn't even though its saved in the file

#

everything besides rolepills works fine

pure cairn
#

the root toggles have to be in the quickcss

burnt sky
#

oh now its working

#

tf

#

guess it was taking a bit to read the file

sharp junco
#

I'm trying to find out a css snippet to replace a specific person's profile
Just so I can fix my friend's profile as they changed to something I fully don't recognise

pure cairn
#

that doesn't sound too bad
but it could be

pure cairn
clear siren
#

I've made something like that in the past, replacing avatar and name in chat is mostly easy

sharp junco
#

I never really touched CSS before

#

Since all the stuff I make is not for websites

pure cairn
#

for the avatar it should be like

[src*="THEIR ID"] { 
  content: url("new pfp link"); 
}```
#

maybe with an additional selector in front so it doesn't mess too many things up

sharp junco
#

Okay got it
But I might have to figure out how to do the username now, since using alternative names works in DMs but not servers

burnt sky
pure cairn
#

I'm a bit biased, but it does look good

clear siren
pure cairn
#

oh yeah, themeattributes would actually be a huge help with that

iron smelt
#

That plugin should be enabled by default

dusky venture
#

@velvet merlin helped me put a bell button insted of the read all option..can someone help me copy it from the previuse theme to the new one?

dusky venture
#

yess

burnt sky
#

find its css and copy it

dusky venture
#

its a long css idk how the code looks like

#

can you help me?

burnt sky
#

well mine is a bit modified so not sure if it will work well but ill send it as a file

dusky venture
#

can you like copy paste it from the old to the new?

burnt sky
dusky venture
#

oh its brown-

#

can you help me make it green?

burnt sky
#

thats what was in it

pure cairn
#

open devtools and learn how to make it green

#

instead of getting spoonfed all the time

dusky venture
#

im stupied sorry

foggy night
#

vibecode it

pure cairn
dusky venture
#

wot

burnt sky
dusky venture
#

@burnt sky
can you help me make it green?
oh and also this broke
(the new messeges)

dusky venture
pure cairn
burnt sky
#

no idea what that is, since its not in my personal theme

dusky venture
#

TOT

#

background hex?

pure cairn
#

otherwise I think it's pretty much perfect as it is

#

and I can move onto the new project

velvet merlin
#

stop pinging me dude im busy with my own shit rn, sorry, vibe fix it or look for some 1 else

burnt sky
#

make those a bit fancy

pure cairn
#

time to test

dusky venture
#

this is what i got

burnt sky
#

try this its what im using. less to look at but you will have to figure out the rest as im busy doing tweaks to my personal theme

pure cairn
#

hm no, it doesn't look any good

#

having extra buttons down there just clutters everything up so much

burnt sky
#

rough

pure cairn
#

it is what it is

burnt sky
#

atleast it was worth a try

pure cairn
#

did you see the code behind the connections addon btw?

#

now imagine that, but with a :has() in every selector

#

that's how bad it was before this rework

burnt sky
#

yeah.

waxen citrus
#

does anybody know the name of that theme that was popular, its main feature was the direct message icon in top left was like animated it was either circles or fire i cant remember

pure cairn
#

Midnight and its moon icon?

waxen citrus
#

no it was like animated circles or smth like going up

dusky venture
#

ok after a looong time i got the bell to work but i cant at all fix this :(
(new messeges)

royal pewter
#

most custom themes are broken on my pc and i wonder why

#

is there a possible way to solve it?

#

is it just because of the discord update or

crimson skiff
#

fix it yourself โ„ข๏ธ

royal pewter
#

thank you!

vestal field
burnt sky
#

testing out the settings model snip, but because im also using compact title bar by surge,
it dublicates the winbuttons top right

trying to figure out how to not let it do that

crimson skiff
#

i had that issue as well

burnt sky
#

everything you said there helped lol

crimson skiff
#

i had that issue as well

burnt sky
crimson skiff
#

i know that exists, but i dont know where it is lol

#

@burnt sky

@import url(`https://minidiscordthemes.github.io/Demonstration/Demonstration.theme.css`);
```should be this one
tranquil whale
#

I finnaly reached pre dvr flashcord

#

on discord web

#

and I found a way to make the wallpaper of my opera air wallpaper connect

#

as opera has a little wallpaper hook that opera gx uses

pure cairn
tranquil whale
#

and thats 4 themes

#

but the lag is really bad

pure cairn
#

I wonder why

tranquil whale
#

its really 3 themes one tampermonkey script

onyx mesa
#

too much red?

#

idk why i am doing anything but finishing my profile snippet

pure cairn
#

I think it's fine

gray spoke
halcyon night
#

this code can remove all scrollbars
::-webkit-scrollbar{ display:none !important;}

plain kelp
#

Doesn't sound like a great idea tbh

lunar bough
halcyon night
#

i have never really used the actual scrollbar

vestal field
steel scroll
#

wait until your scroll wheel dies

#

(most mouses have this issue because they are mechanic)

echo frost
#

does anyone have experience making a palette?

#

I want to make my own color palette for theming other things

halcyon night
#

cant you use linear gradients?

echo frost
#

to make my palette?

halcyon night
#

possibly

#
echo frost
#

yeah i know what linear gradient is

#

I'm not sure you understand what I'm asking

crimson skiff
#

@echo frost this
and a couple messages below

vestal field
#

there is that one vscode extension that will highlight your code with the actual colors

#

colorize i think?

crimson skiff
#

doesn't the lsp itself provide the colour swatch as a small box near the actual colour?

#

because i know the lsp does that since helix just got that feature

echo frost
#

colorhunt isn't exactly what i'm looking for, nor this, but THIS IS AMAZING THANK YOU SO MUCH THIS IS SO MUCH BETTER THAN USING COLOR-MIX

crimson skiff
echo frost
#

by using color mix, i mean when i do like color-mix(in oklab, var(--some-var), transparent 50%)

#

now i can just do hsla(from var(--brand-500) h s l / 0.5)

#

thgat's so amazing

crimson skiff
crimson skiff
echo frost
#

yeah i figured

#

but discord's vars are in hsl

crimson skiff
#

tru

#

but just saying that if you need to, it exists

#

i should probably push this to my site

pine needle
#

Is there any CSS to hide a quest that is already done?

echo frost
#

there is somebody working on a plugin for quests

#

I think it might be done

crimson skiff
#

@echo frost dug a bit deeper
the syntax i showed you is called relative colors, its on mdn docs https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors
you can have anything convert to anything and still make changes to the color
if you have a rgb value, you can use the hsl color function to select the rgb variable, and take the hsl value of it to make changes. you can also mention a colorspace (specifiy oklch for you people), so the syntax would be like

--new-var: hsl(from <color> oklch h s l / a)
```currently making a small blog on it for fun
echo frost
#

oh that's nice

#

oh and thanks for the url

crimson skiff
#

np, took me a while to find it

echo frost
#

wait what's this

crimson skiff
echo frost
#

oh yeah that is valid

#

but you're using hsl() so that's not necessary

echo frost
crimson skiff
#

but you can add it if you really want to /shrug

echo frost
#

but it is in color()

crimson skiff
#

based on my testing, syntax allows colorspace

#

but i don't see a difference

crimson skiff
vestal field
#

i tend to just make the color palettes manually, sometimes you need to deviate from a formula to make things look nice

tranquil whale
#

did not realise how good midnight could look with a flavour

vestal field
crimson skiff
half crystal
echo frost
#

I don't think there's a difference

half crystal
echo frost
#

I briefly looked, and the classes looked the same and no aria labels

iron smelt
#
* { 
display: none !important;
}
#

Quest Hider

half crystal
#
.questTile__60f82:has(.button__960ef.colorPrimary__201d5:not(.colorBrand__201d5)) {
    display: none;
}
echo frost
iron smelt
half crystal
#

nah go fick yourself

echo frost
half crystal
echo frost
#

you coulde hide watch again ones ig

tranquil whale
#

what do you think?

echo frost
#

what is that

tranquil whale
#

a widget

echo frost
#

on what

tranquil whale
#

discord

echo frost
#

ah

#

is that with a plugin?

#

what is the ping to

tranquil whale
#

no 6tampermonkey script

pure cairn
echo frost
tranquil whale
#

this is discord os 26

#

Its knock off ios 26

pure cairn
echo frost
#

why is there a black bar here covering stuff

tranquil whale
pure cairn
#

So it's just a random number just to have something there, that's cringe

pure cairn
tranquil whale
#

like ios 26

#

with all new transperent widgets

#

and a stupid settings pannel

pure cairn
#

No, that thing looks like a horrible mess of different snippets and codes put and held together by dreams, hopes and some duct tape

tranquil whale
#

thats what it literally is old code

tranquil whale
#

like fancy spotify controlls

#

and I had some hopes

#

and the code is dutched taped together

tranquil whale
pure cairn
grand patrol
#

How to i can find easy way what part my css causing lag my discord? Any advice when so tag me.

oak plover
#

Most simple method is removing half your css and seeing if the client still lags, then keep cutting the laggy part in half to narrow it down

fierce bridge
#

can you be quiet

tame garnet
#

it does work but i also want the old badge back, and move the position

fierce bridge
#

ofc the thing that makes everything disappear does what it says it does

junior drum
#

rip

half crystal
tame garnet
#

basically I want the old normal nitro badge back and should say "Subscriber since (insert your nitro date)", I would also like to move the nitro badge after hypesquad

#

I do not like new nitro badge at all

marble monolith
#

I am currently attempting to hide the Sticker and GIF buttons in a way that doesn't leave an unnecessary amount of blank space. this is the current state:

#

and this is the ideal goal [this was done by deleting the elements in the inspect menu, so it's only temporary]:

blissful ledge
#

how do i change the radius of this prompt

#

ignore the servers i'm in

cinder stirrup
tranquil whale
#

replugged theme

brittle iron
#

what is going on man

#

at first i thought it was my theme but did discord just break this

half crystal
brittle iron
#

at first i was like "oh look at this they're doing something good" since they aligned the chat bar with the user area

brittle iron
onyx mesa
#

i guess i have to make them all the same size by force

#

for some reason i can not remove the member since part of it

pure cairn
#

Are you joking

onyx mesa
#

i figured it out

pure cairn
onyx mesa
#

i know it's an experiment but the original design was abysmal

pure cairn
#

I love the inconsistencies between the "add friend" button and the other ones

onyx mesa
#

i think it's cuz the add friend button is always blue by default

pure cairn
#

It used to be less noticeable

onyx mesa
#

is this better

pure cairn
#

Because they were more distant from each other

pure cairn
onyx mesa
#

idk how it will work with white backgrounds

pure cairn
#

Add backdrop shadow to the text

#

As I did in my popouts snippet

onyx mesa
#

looks fine

#

it makes the buttons dark

#

even on white backgrounds

pure cairn
#

Yeah but what about white buttons

#

Since I would assume the color comes from the profile gradient

onyx mesa
#

i don't think the buttons can be completely white

pure cairn
#

They can't, but the text can still be hard to read

#

I had some issues with a few profiles about it

onyx mesa
#

this is the brightest they can get

#

i removed the scrollbars from the module cuz they are very unnecessary

gray ingot
#

anyone know wtf is this empty space?

#

it just cuts off my channel scrolling at the bottom, like there is supposed to be something there

boreal mason
gray ingot
#

it just randomly happened today.... anyway to fix this?

boreal mason
#

U can try around like height

#

Or like clip path

#

To cut the bottom of the container

onyx mesa
#

would need your css to find a fix

#

it can be multiple things causing it

boreal mason
#

Yea

#

Maybe its the theme itself

gray ingot
#

it's the default clear vision 7 css

pure cairn
gray ingot
#

I can provide it ofc

pure cairn
#

When the element is larger than what it's supposed to be, due to other overlapping/following elements not being there, it can't fully load

gray ingot
brittle iron
#

i'm struggling

#

these mention indicators are now getting cut off

#

it used to be fine with position: fixed

boreal mason
#

as i look into the code it seems normal and have no issue for me

gray ingot
#

nothing.... it literally just bugged today

#

maybe I can fully clear any css? how do I do that?

boreal mason
#

go to edit quickcss ig and ctrl a + delete

#

or u save it into a file before delete it

gray ingot
#

nothing there, it's empty

#

prob will need to re-install discord

boreal mason
#

cause that problem u have i got the same issue with collapsible sidebar

gray ingot
#

I had some problems long time ago, and css fixed itself only by re-install, even though everything was default and nothing was touched

boreal mason
#

which i tried lots of stuff and it didnt work

gray ingot
#

lmao

#

reinstalled vencord and it's fixed

#

xd

#

discord being weird as usual for no reason I guess

boreal mason
#

okay

gray ingot
#

ty for help anyway

boreal mason
#

np

gray ingot
#

aaaaand it's back to shit

#

something is fucking doing something

#

lmao

#

disabled all plugins, so that's probably not it

#

it's fixed for a few seconds after vencord re-instal and it goes back to bugged out

#

๐Ÿ’€

#

ill check with theme creators discord

#

saw 1 more guy reporting similar issue

brittle iron
onyx mesa
#

made the borders around the profile picture thinner, moved the speech bubble away from the banner, added slight border to the connections and fixed some other padding

#

feel like it's in the state i want it to be

pine needle
delicate adder
#

bro why is this update is 3d layout pf

#

to this

#

ITS 3D UPDATE BROKE IT

#

3D PROFILE UPDATE JUST BROKE

lunar bough
sweet void
#

guys where can I find these themes?

echo frost
brittle iron
#

alright, definitely need some help with this

#

So, my theme moves the mention indicators in the guild list like this, when the betterfolders second bar exists. This was fine in the past, but now it gets cut off. I've tried setting overflow to visible, messing with z-index, but i wasn't able to get it fixed. If anyone could help out that'd be awesome

.base_c48ade .unreadMentionsIndicatorBottom_ef3116 {
  position: fixed;
  width: 90px;
  left: 42px;
  bottom: 0;
}```
lunar bough
#

my own code

twilit nest
#

does anyone know the css for this picker?

brittle iron
#

yes that's the expression picker

#

in the dev tools it starts at positionLayer__08434

next sorrel
#

was there an actual update with the typing indicator above the text box or i have a bug ?

#

bc i know somepeople who get updates before me but they don't have it

brittle iron
#

they're experimenting with aligning the chat bar with the user area again, yes the typing indicator is now above the chat bar, as well as the slowmode indicator

#

i actually quite like it and already made it compatible with my theme, they fade out the chat when those are present

twilit nest
#

how do you get them btw?

gray spoke
#

You can use the element picker on the popup while the site is frozen.

gray spoke
#

The process is the same.

twilit nest
brittle iron
#

you need to open the dev tools

#

ctrl + shift + i

twilit nest
onyx mesa
#

i just moved mine below

twilit nest
#

bro went full roblox Skull_Cry

onyx mesa
#

i mean the typing indicator

gray spoke
twilit nest
#

okay this is crazy ๐Ÿ˜‚

gray spoke
#

Don't know what's happening in your images

twilit nest
#
.bar__3b95d {
    display: none;
}

never needed it anyway Yummy

next sorrel
#

i kind of hate it

#

tried to change it but couldn't figure it out so ig i have to go with it for now aaaa

vestal field
brittle iron
crimson skiff
crimson skiff
#

i gave in to transparency

vestal field
#

vertical window controls what are u smokin bro

brittle iron
#

managed to fix this, they added some weird mask to the guildlist, which would cut off the "new" notification. After getting rid of that, overflow: visible actually works

crimson skiff
crimson skiff
#

transparency is kinda weird though, for some reason i see three of discord ยฏ_(ใƒ„)_/ยฏ

crimson skiff
#

yeah vencord is a trojan

onyx mesa
#

why is the grey screen bug back

pure cairn
#

Been there for months on my end

#

It happens when my pc is doing heavy work on the graphical side

onyx mesa
#

i think disabling fullscreen optimization fixed it

crimson skiff
#

yeah its been like that for a long time
for some reason, just resizing my discord window brings back discord, so idk

next sorrel
next sorrel
#

and the blur ugh

brittle iron
#

that's how it used to be

tranquil whale
#

what do you think about my readme

#

what should I add or remove

cloud joltBOT
tranquil whale
#

I want life but I get death

crimson skiff
hollow lily
#

am i hallucinating or did discord add some kind of offset between the chat and message box that wasnt there beore

clear siren
#

anyone know what the experiment is?

brittle iron
#

Yeah no there's definitely an offset

#

You can only really notice it at the bottom of chat, when scrolling it's fine

#

it's "bottom-aligned chat input" though i wouldn't recommend enabling it

#

it's full of unfinished shit like this

#

though they somehow decided to already start rolling this out to people (me)

#

but yeah if you get to the bottom there's a little too much whitespace here imo

hollow lily
clear siren
brittle iron
clear siren
#

I enabled visual refresh day 1 tho

brittle iron
#

yeah i mean up to you

brittle iron
# hollow lily

the culprit is that the spacing looks absolutely fine when someone's typing

clear siren
#

I used to have that done in css before

hollow lily
brittle iron
#

i'm honestly shocked anyone preferred the chat bar being unaligned with the user area

#

this is just returning back to how it was before the visual refresh

pure cairn
#

Smh just

*{position:absolute}

and call it a day

echo frost
hollow lily
#

so the experiment doesnt help

#

like

#

at all

tough pike
#

yo, any way to hide the gift and and activity buttons from the chatbar via custom css?

#

cant seem to find it

brittle iron
#
button[aria-label="Send a gift"],
.channelAppLauncher_e6e74f {
    display: none;
}
brittle iron
brittle iron
#

np

next sorrel
#

can't rememeber

past snow
#

bro why did they changed it

next sorrel
#

i admit that shrinked is better

#

ugh

#

too big now

brittle iron
past snow
#

anyway, been an hour i'm trying to debug this sh*t

brittle iron
#

i might be gaslighting myself yes

#

2 year old discord video

#

it was never aligned apparently waeland

next sorrel
next sorrel
fervent zodiac
#

any eta on the Theme editor

#

my theme for the most part is working but I can't get some of it to work just dk how to swap the code over properly

brittle iron
#

looks pretty aligned to me

next sorrel
#

looks weird with a theme

#

maybe thats it

brittle iron
#

well yeah of course

next sorrel
#

how come they're te same height but the text bar look shorter ๐Ÿ˜ญ

brittle iron
#

i just adjusted my theme to properly align my user area adjustments with the new chat bar position

#

idk why that looks that way to you but without a theme they're perfectly the same height

next sorrel
#

mine is aligned too

#

but don't look like t by eye?

#

or,im blind lol

brittle iron
#

ยฏ_(ใƒ„)_/ยฏ

next sorrel
#

don't mind me tripping

brittle iron
#

looks the same to me

next sorrel
#

^^'

brittle iron
#

the difference in background color contrast might throw you off

#

less of an issue in my theme

next sorrel
brittle iron
#

i just see the icons perfectly aligned and my ocd is pleased

next sorrel
#

yeah no im definitely tripping i saw english i was surprised ...

thin sage
#

hell yeah

#

not a theme but a discord overhaul!

#

some fart thingies dont work chat

spring pewter
#

Pretty sure this is for themes specifically

#

Nvm description says otherwise ig

brittle iron
#

the worst part about making a theme is realizing your code works across vesktop and betterdiscord but breaks on the official client with vencord

pure cairn
brittle iron
#

I'm messing with grid areas for the user area and it works perfectly fine in vesktop and bd

#

And then in the official client my user area just disappears when i open a large folder with betterfolders

brittle iron
#

okay i've somehow fixed it

errant zenith
# thin sage

half of this doesnt work on my client for some reason

past snow
#

i might not have made it future proof

tardy turret
burnt sky
tardy turret
#

ah

real quarry
#

how do i undo the cringe thing discord did where text from quoteblock is now slightly darker than regular text, example:

#

fooBar
fooBar

brittle iron
#

oh eww

#
blockquote {
  color: var(--text-default);
}
echo frost
#

oh that's what was causing it in embeds

echo frost
crimson skiff
echo frost
#

wow that fixes it! who would've thought

crimson skiff
#

your welcome

swift mauve
#

how do i change the call wrapper or make it transparent? this

brittle iron
#
.root_bfe55a {
  background: some_color;
}

this changes the background color of the call

swift mauve
#

thanks

modest violet
#

is it possible to hide the Online tab using CSS?

echo frost
#

should be. but it won't stop it from being selected

modest violet
#

I see

#

could we hide this entire section using CSS? it shows up at the bottom of the channel list when someone starts streaming

tardy turret
#

very much possible

#

no idea where that section is

#

inspect element, find the exact element responsible for it, find its class or id, and once you do, set it to be

.CLASSNAME {
display: none;
}

or

#IDNAME {
display: none;
}

and that should hopefully help you
-# if someone has a better idea, please suggest that instead.

frozen ruin
#

Hello Vencord community,

I'm having trouble seeing full component names in React Developer Tools after switching to dev mode. Despite following the steps, I still see minified names (e.g., letters instead of "TextInput"). Iโ€™d appreciate your help!

Steps Iโ€™ve Taken:

  • Installed Node.js, Git, and pnpm.
  • Cloned the Vencord repository and ran pnpm install --frozen-lockfile.
  • Built the project with pnpm build --dev and injected it with pnpm inject.
  • Enabled "Enable React Developer Tools" in Vencord settings.
  • Fully closed and restarted Discord multiple times.

Current Issue:

  • After opening DevTools with Ctrl + Shift + I and navigating to the "Components" tab, component names remain minified (e.g., "a" instead of meaningful names).

Additional Notes:

  • Iโ€™ve tried updating the repository with git pull and rebuilding, but the issue persists.

Please let me know if you need more information. Thank you for your assistance!

Best, Tipy

crimson skiff
#

whats that one venapp command that redirects a user to another channel

plain kelp
#

vns

cloud joltBOT
crimson skiff
cloud joltBOT
crimson skiff
#

oh ok

pure cairn
hollow lily
errant zenith
#

im no expert tho

errant zenith
#

posted everywhere just not in the correct channel

lofty parcel
#

Transparency problem

pure cairn
onyx mesa
#

it won't let me change the stickers to be 4 per row instead of 3

chilly knoll
#

did discord do anything woth buttons recently? buttons on my theme are so messed up :p

burnt sky
#

you mean these 2?

#

@chilly knoll

chilly knoll
#

they are not meant to be pink or unthemed lol

marble monolith
#

guh

#

i am trying to get chat avatars to appear at a 32x32px size

chilly knoll
#

do they do this often

vestal field
#

depends

warm sundial
#

How do i change so that this (the screenshot), the background of it will not be transparent i want it to be normal or even change the default to another color?

astral relic
#

how do i add a blur/acrylic layer to my transparent theme?

#

im using mica

echo frost
astral relic
echo frost
#

what are you adding it to

astral relic
#

a transparent theme

echo frost
#

what selector are you adding it to

agile thunder
#

anyone knows how i can reduce or turn off the gaps in the midnight theme?

#

and also how can i reduce the roundness?

#

and how do i fix these buttons in the title bar

errant zenith
burnt sky
#

anyone have the classname which on its own can move the names more to the left ?

agile thunder
echo frost
agile thunder
#

and make the theme less rounded

echo frost
#

those are in the list of variables you can change

brittle iron
#

usernameContainer__394db

crimson skiff
#

im kinda bored, anyone has some snippet suggestions?

obtuse kite
#

Is there css to get old expanded profile?

#

I dont like the v2 tho

junior drum
#

the old hide nitro gift button css dont seem work anymore anyone got a new one?

button[aria-label="Send a gift"] {
display: none;
}

sly dust
errant zenith
full rover
#

how does discord mess up this bad??

half crystal
full rover
#

actually no rolecoloreverywhere breaks it .-.

void helm
#

Hey, does anyone here know how to make it so that this scrollbar at the bottom doesn't appear when I make elements position themselves out of view? It never used to do this until the visual update a few months back.
I've tried overflow: hidden; but it doesn't seem to work (or maybe I'm just doing it wrong idk).

fierce bridge
agile vortex
#

for the folks that have been having an issue with the message bar being massive for no reason, i think its because of something with the button for adding polls and media and stuff

snow dust
#

how can i get the old look back like this other image

#

darker image is what i want

snow dust
#

any fix?

#

also i cannot scroll

#

is there any way to fix without removing oldcord?

snow dust
echo frost
echo frost
runic talon
#

how to hide the gaming/spotify activity from profile

sour storm
#

i want to remove the fade-in/out animation when opening images but have no idea where i would even start

#

ideally there would be just some premade css that i could paste in to do that but i havent found it

onyx mesa
#

discord has broken RoleColorsEverywhere?

fierce bridge
pure cairn
#

They know

fierce bridge
#

then they should be asking in the right place

full rover
#

tho its the 2019 icon but looks pretty much the same

#
/*CirclePlus*/
[d^="M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-17a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z"] {
    d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}
#

took it from a certain theme

full badge
#

Seems like this custom CSS failed me recently

button:is([aria-label="Send a gift"]) {
        display: none;
}

Had to swap to

div[aria-label="Send a gift"][role="button"] {
    display: none !important;
}
#

Anyone got an idea why, is it cause the button became nested as a child?

pure cairn
#

Simple as
It became a div instead of a button

hollow lily
onyx mesa
#

was trynna make sure if that was the reason

snow dust
snow dust
snow dust
full rover
snow dust
full rover
#

not sure why it doesnt work for you, works fine for me

full rover
full rover
#

unfortunately I have absolutely no clue what the new svg code for the new icons are atm

clear siren
#

might be better to select that not with the d attribute, but something like .attachButton__0923f path instead

#
.attachButton__0923f path {
    d: path("M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z");
}
snow dust
#

its just fat still

#

bigger pic to show

#

any way to size it down?

clear siren
#

no idea why it does that for you, can't reproduce so no idea how to help

snow dust
#

like its only for this account

clear siren
#

you have some experiment on

#

idk what

snow dust
snow dust
echo frost
snow dust
#

also do u know if they removed the scroll to bottom thing

echo frost
#

still here for me

modest violet
# tardy turret no idea where that section is

it appears at the bottom of the channel list when you disable 'show all channels' and manually select which ones you want to see through the 'browse channels'

ps: sorry for the delayed response, I wasn't active. if you're still around and could help me trace the exact element, I'd really appreciate it. I tried using ctrl+shift+I but I couldn't locate the specific element or its class ID

modest violet
# tardy turret inspect element, find the exact element responsible for it, find its class or id...

based on what seemed like the correct element in the inspect tool, I selected <li class="containerDefault__29444"> and used it in the following CSS as per your instructions:

li.containerDefault__29444:has(div.overflow__82b15:contains("Active Now")) {
  display: none;
}

but it didn't work.

here's the complete container info if that makes things clear:

<li class="containerDefault__29444">
  <div class="iconVisibility__29444 wrapperStatic__29444 wrapperCommon__29444">
    <h3 class="name__29444 container__13cf1 header__13cf1 text-sm/medium__13cf1">
      <div class="overflow__82b15">Active Now</div>
      <span style="display: none;"></span>
    </h3>
  </div>
</li>
pure cairn
#

Might need some updating, but this is what I used to have

plain kelp
#

Never seen that

modest violet
modest violet
#

how it looks after inserting the script

#channels li[class*=containerDefault]:has([class*=wrapperStatic]) {
  &, & + * { display: none; }
}```
pure cairn
#

As for the channels beneath it, can't help with that right now as I'm afk for the rest of the week

brittle iron
#

what is the desired result here? you want to completely get rid of the "active now" section?

#
#channels li[class*=containerDefault]:has([class*=wrapperStatic]) {
  &, & + * { display: none; }

  ~li[class*="containerDefault"] {
    display: none;
  }
}

extended the snippet, this hid the channels for me

#

though it'll leave you with a big empty part of the channel scroller

modest violet
modest violet
#

what is the desired result here? you want to completely get rid of the "active now" section?
yes, precisely. the 'active now' section automatically reappears when a previously hidden voice channel is joined after modifying channels through 'browse channels' @brittle iron

brittle iron
#

it's janky, they do weirdly reappear when i scroll all the way down

modest violet
#

yeah. but nothing makes it weirder than discord forcing pointless channels on us even when we choose to hide them using their own interface

half crystal
brittle iron
#

makes sense. i think the next best thing you can do is hide collapsed channels alltogether @modest violet but that's not very nice either since they can be collapsed in normal categories as well

#

actually it looks like collapsed voice channels in "active now" are different from collapsed voice channels in a normal category

#
li[class*=containerDefault]:has([class*=listCollapse]) {
    display: none;
}
#

of course they do come back when you press the "show all" button, which uncollapses them

modest violet
# brittle iron makes sense. i think the next best thing you can do is hide collapsed channels a...

we got the desired results! when we combine these three scripts, everything from the header to the divider and now thanks to you, even the voice channels gets hidden

li[class*=containerDefault]:has([class*=listCollapse]) {
    display: none;
}

#channels li[class*=containerDefault]:has([class*=wrapperStatic]) {
  &, & + * { display: none; }
}

[aria-label="Channels"] > [class^=sectionDivider] {
  display: none;
}
void helm
#

Anyone here know if there's an easy way to "resize" all elements after hiding the discord "titlebar"? I've tried display: none; which successfully removes it, but leaves a gap where it used to be. I'm hoping there's some low level element that other elements anchor to, or controls how all elements after it are sized, but I'm a dumbass and idk how I'd be able to find out if there is without randomly and blindly trying to find something in the element inspector.

#

I tried top: -25px; as well, which sort of has the intended effect, but causes a gap at the bottom of the window instead, so it doesn't really solve anything. I basically need the whole app to believe it's 25px taller than it is, and for that to grow upwards I think

brittle iron
void helm
#

Thank you!

brittle iron
#

no prob

void helm
#

Out of curiosity, do you know if I can use this same grid-template-rows: [top] 0 [titleBarEnd] min-content [noticeEnd] 1fr [end]; to add a gap of my preference?

#

With all the gaps they added to the most recent visual update, I feel like maybe a small gap makes sense... but I'm not sure

brittle iron
#

yes just change the 0 to 5px or however many pixels you want

void helm
#

Oh, neat. Thanks again!

tranquil whale
#

is there a way to customise the nitro boosts bar

echo frost
#

yes?
what do you want to do with it

hexed imp
pure cairn
#

We love lazy loading

plain kelp
#

Removing elements is way easier with plugins than css

brittle iron
#

^

#

was going to suggest a plugin for this too but we did manage to hide it all in the end. Dunno if you can do anything about the spacing issue

pure cairn
#

Would something like
height: calc(100% - 20px);
work? Or does that only reduce the visible scrolling section instead of the actual scroller?

brittle iron
#

Hard coding it won't cut it

#

The active now section is dynamically sized based on the amount of channels

pure cairn
#

Right

#

Forgot about that detail

brittle iron
#

this will mess with scrolling through channels a bit.. as they get lazy loaded the height expands slowing down the scrolling a bit.. but it's not horrible

#

As for the has.. ehhh the way it's constructed makes that hard

pure cairn
#

Need ThemeAttributes tags for these channels

#

As well as suggested ones

crimson skiff
#

i was doing a compact channels list as my first snippet, got massive too fast and buggy

brittle iron
#

shrug i checked on a server with a large amount of channels and as i said all i could notice was the scrolling slowing down a bit as channels get lazy loaded

#

could not see any issues other than that

#

but of course this is all very sub optimal and a plugin would be better

brittle iron
modest violet
pure cairn
brittle iron
#

real but it isn't so

burnt sky
onyx mesa
#

this is the best thing i have seen

pure cairn
onyx mesa
#

looks cool, doesn't function properly tho

onyx mesa
#

the list goes like:
emote1 emote2
emote3 emote4

#

so when you try to navigate with the arrows it just jump backs and forth

hasty dagger
#

how do i the unread bubble allways that size becs on some servers it looks like image 2 and i hate the bigger one

hasty dagger
#

also all my dots get cut off

pulsar rune
echo frost
echo frost
echo frost
#

it should be fixable

hasty dagger
#

they all should be the same

echo frost
#

yeah they should

echo frost
#

I briefly tried fixing it like 10 months ago or something
idk if I succeeded though
but I might give it another try tomorrow

hasty dagger
#

ok

echo frost
#

!remind 12h fix unread indicator

sturdy trenchBOT
#

Alright @echo frost, in 12 hours: fix unread indicator

errant monolith
#

hi all, my css to hide buttons in the chat typing field broke and theyre squares now, and i always forget the webpage to update classes. what would work now?

}
/* Hides Store and Shop button */
[href="/store"],
[href='/shop'] {
    display: none;
}
/* Hide sticker picker button */
button[aria-label="Open sticker picker"] {
    display: none;
}
/*Hide Gift Button*/
.buttons__74017 > button[aria-haspopup="dialog"]{
display: none;
}
/* Hide GIF picker button */
button[aria-label="Open GIF picker"] {
    display: none;
}```
#

oh i see; update to div

upbeat mango
sturdy trenchBOT
#

@echo frost, <t:1754206821:R>: fix unread indicator

raw plume
#

anyone know how to change the status colours? like for online, DND, idle etc? im using a slightly edited dark + theme if that makes a difference :3

errant zenith
# raw plume anyone know how to change the status colours? like for online, DND, idle etc? im...
/*--- Status Icon Recolor (DO NOT DISTURB) ---*/
    svg[fill^="#d83a42"],
    rect[fill^="#d83a42"],
    path[fill^="#d83a42"],
    svg[fill^="#d83a41"],
    rect[fill^="#d83a41"],
    path[fill^="#d83a41"] {
        fill: (color hex)  !important;
    }
    /*--- Status Icon Recolor (IDLE) ---*/
    svg[fill^="#ca9654"],
    rect[fill^="#ca9654"],
    path[fill^="#ca9654"],
    svg[fill^="#cc954c"],
    rect[fill^="#cc954c"],
    path[fill^="#cc954c"] {
        fill: (color hex) !important;
    }
    /*--- Status Icon Recolor (ONLINE) ---*/
    path[fill^="#43a25a"],
    svg[fill^="#43a25a"],
    rect[fill^="#43a25a"],
    path[fill^="#40a258"],
    svg[fill^="#40a258"],
    rect[fill^="#40a258"] {
        fill: (color hex) !important;
    }
    /*--- Status Icon Recolor (OFFLINE) ---*/
    svg[fill^="#83838b"],
    rect[fill^="#83838b"],
    path[fill^="#83838b"],
    svg[fill^="#82838b"],
    rect[fill^="#82838b"],
    path[fill^="#82838b"] {
        fill: (color hex) !important;
    }
}
#

taken from a theme ive used some time ago

#

should work tho

vestal field
#

amazing

#

i think half those colors are outdated

#

if only discord didnt change their status colors by 1 hue degree every 2 months

errant zenith
vestal field
errant zenith
echo frost
echo frost
#

i just had an amazing idea
using vars in strings
usually you can't use variables in data uris, but if you could just put the variable as part of the data uri, you could

#

(it doesn't work though, because the variables need to be a string)

#

if there were some way to convert them to strings somehow though, that would be amazing

pure cairn
#

Strings as in having the hex code written?

echo frost
#

yeah

#

so like if it were to work, it would be " #123456 hi"

pure cairn
#

Wouldn't embedding it between " be enough?

#

So

--test-var: "#123456"
content: " " var(--test-var) " hi";
pine needle
#

is there any css to hide Quest that already done/claim?

half crystal
pine needle
#

thanks!

brittle iron
#

well

#

you can use has to hide expired quests, and quests that have two buttons, which hides completed video quests for me. I don't have any games for current quests to test if that applies to completed non-video quests

#
div[class*="questTile"] {
    &:has(button[disabled], button[class*="lookFilled"]:nth-of-type(2):last-of-type) {
        display: none;
    }
}

it's definitely not pretty but /shrug

echo frost
#

i just said it all in the quotes as the output

brittle iron
#

np

pure cairn
half crystal
#

for the latest crackhead blade idea:

raw plume
crimson skiff
tidal heron
echo frost
echo frost
crimson skiff
#

The inbox, search and discord icons shouldn't be there

echo frost
#

yeah ik

#

i mean it just looks like mobile discord

#

didn't really word it well

echo frost
#

the arrow is sort of possible, and i got it working, but it's really janky because you have to manually define the color in the svg

hasty dagger
#

one last thing, could u centre it please?

burnt sky
echo frost
#

wdym

hasty dagger
echo frost
#

yes it is

echo frost
hasty dagger
#

i get your saying it centered but when i look at it, it looks slightly off centered

jovial arrow
#

i donโ€™t think it can be made any more centered than it is

#

scooching it in either direction would just make it more visibly wrong you know

echo frost
#

if you want to shift it, use left: 10px to shift it right 10 px

#

and use - to shift it left

#

or change it to right:

#

but it is definitely centered

echo frost
hasty dagger
echo frost
#

yeah

#

maybe the different colors to the side make it look off centered to you ig

half crystal
pure cairn
#

Button to hide channel list when

crimson skiff
#

like literally, are you okay, do you need help?

half crystal
#

i really love this

clear siren
#

that's actually neat

half crystal
#

no, what's diabolical is moving dms, my muscle memory is killing me

#

also this very funniness

crimson skiff
half crystal
#

no, not cursed, not at all

#

mmmmmmmmmmmmmmmmmmm

half crystal
#

biggeth braineth

brittle iron
half crystal
echo frost
#

I've made an abomination

body>section+section {
        transform: rotate(90deg);
        position: fixed;
        right: -200px;
        bottom: calc(50% - 51px);
        z-index: 999;

        tr>td {
            transform: rotate(-90deg);
            padding: 0 7.5px;
        }

        tr:nth-child(1)>td:not(:first-child) {
            position: relative;
            top: 37.5px;
            right: 20px;
            text-align: center;
        }

        tr:nth-child(2) {
            position: relative;
            top: 12.2px;

            >td {
                position: relative;
                right: 0px;
                text-align: center;
            }
        }

        tr:nth-child(3) {
            position: relative;
            bottom: 11.4px;

            >td {
                position: relative;
                right: -20px;
                text-align: center;
            }
        }

        tr:nth-child(4) {
            position: relative;
            bottom: 35.5px;
            >td {
                position: relative;
                right: -40px;
            }
        }
    }
#

oh oops i have stylus set to use 4 spaces

echo frost
#

it's not for discord

burnt sky
echo frost
#

moves it to the side

#

but it does it in a super cursed way

burnt sky
#

oh god

echo frost
#

glad I finally found a good color picker

echo frost
half crystal
#

fun switches and buttons!

half crystal
#

this was pain to finish due to the amount of people leaving and joining but yay compact voice

snow monolith
echo frost
#

yeah
I like it more than that picker

#

it has less gaps

chilly knoll
storm galleon
#

what about it @empty gyro

empty gyro
#

this is the right channel for CSS support or figuring out why a snippet doesn't work

half crystal
#

what the fuck am i doing

half crystal
#

you know that's a good name for it

burnt sky
#

trying to get rid of the space between people are typing and the text as it keeps jumping up an down
im just trying to out right hide people are typing which i can do but the chat still jumps up an down even though its not there now

burnt sky
#

nvm found it

div[class^=typing] {
    display: none;
}```
real quarry
#

what if
and hear me out
someone undid the changes discord made to the profile modal

real quarry
#

hot take: if they actually knew wtf they were doing they'd dedicate the right column to showing all the other profile modal tabs at once instead of whatever crap they have rn

#

instead all we have was them splitting the main profile content into the left column

#

proof they didnt know wtf they were doing and the profile modal redesign was purely to appease shareholders: old account connections toggles that allows you to show extra profile details are worthless

#

therefore <tinfoilHat>the profile modal redesign is half-assed dogwater</tinfoilHat> and i want the old one back in some form

echo frost
#

OH NO

#

IT'S NOT AN EXPERIMENT ANYMORE

echo frost
#

i don't think it's instant when changing it

half crystal
#

Bots still use the old one lmfao

echo frost
#

yeah they were delayed on the last profile revamp too

onyx mesa
crimson skiff
#

I wonder if it is possible to hide the activity behind the profile, and move to the right only if it is hovered on

echo frost
#

I kinda misread that as just being collapsibloe

echo frost
brittle iron
#

the theme i'm maintaining heavily changed the profile's look and bashing this new one into that shape was hella annoying

#

this was perfectly fine when the about me section was part of the tabs, but now i've had to shove the tabs below the pfp area and i have NOT touched it since because i genuinely do not know what else to do with it

real quarry
crimson skiff
tranquil whale
brittle iron
#

not originally mine but i've taken over since the last maintainer stepped down

half crystal
#

yes this is good css

brazen quartz
half crystal
brazen quartz
#

you will probably have to undo it in lots of places

#

learned this the hard way, twice

burnt sky
brittle iron
#

pretty sure that still works

#

the theme is made in scss and compiled down to css that's why

burnt sky
#

bit messed up

half crystal
brittle iron
#

hmm

burnt sky
brittle iron
#

do you have any other themes? something has to be messing with it

jovial arrow
echo frost
#

like it only changed in width

#

it wasn't under the main one

#

probably still possible though

#

but might be a bit janky to actually get it like that

tranquil whale
#

channel dot is a bit small

#

I might actually use this flashcord is a pile of ruble/junk no one will touch it and it would have to be a replugged developer

#

i like what it does to my banner

#

this is very incompatible with other themes

brittle iron
brittle iron
#

couve alters a lot of things

burnt sky
#

@brittle iron between 220 and 225 looks better
.layer_da8173 .outer_c0bea0 .header__5be3e {
min-height: 220px;
}
210 its way to close to the status message

iron smelt
tranquil whale
#

make a css snipet then

iron smelt
#

Nah

tranquil whale
#

@brittle iron read my messages above please

brittle iron
#

yes, i have started turning parts of Couve into snippets, starting with the small popout

tranquil whale
burnt sky
#

i like my folders better ๐Ÿ™‚

tranquil whale
#

I will find a way to combine this theme with something because its got no background

#

it works ok with midnight

brittle iron
#

as in background image? yeah no i'm not doing that

tranquil whale
#

I know I will make an expansion for it

#

but u got a stuborn blue text area

brittle iron
#

i really don't know why you're trying to combine two themes that alter discord so significantly

burnt sky
#

ugh cant stand transparency cant read anything

brittle iron
#

obviously there's gonna be issues

tranquil whale
#

not themes this is a tampermonkey script made to combine themes well

brittle iron
#

but what is the point

#

if you want some specific part of my theme just say so

tranquil whale
#

to make it even better

#

i like it all

burnt sky
#

wonder how much of a mess my clusmy made theme put together with another one that changes a lot would look like lol

#

oh god it looks awful

tranquil whale
#

works with flashcord Im sold

brittle iron
# tranquil whale

the guild list has got to be the second bane of my existence tbh, most aids part to work on. will probably just rewrite the whole thing

brittle iron
tranquil whale
#

is this error

brittle iron
#

Yes

#

Probably a result from smashing two themes together

brittle iron
raw plume
#

anyone know why the Pios theme isnt glowing for me? the previews show the text glowing but for me it seems normal, if i set the glow on and off in the theme file nothing changes

echo frost
#

ฯ€ os

tranquil whale
#

what spotify player snippet should I use

echo frost
#

I don't really know of any (except ones that are probably broken), but I'd assume it depends on what you want

fair rivet
#

@half crystal can you do something to this

burnt sky
#

tf does the download icon lead to lol

oak plover
#

If youโ€™re on browser itโ€™s a button to download the app

fair rivet
half crystal
fair rivet
#

You

half crystal
#

what

fair rivet
#

Gang what ;-;

#

i'm asking you bc you've made some cool stuff tbh

half crystal
fair rivet
#

Loll

#

What did i just find ???

burnt sky
#

@fair rivet ```css
/* Hide Discover & Tooltip */
.tutorialContainer__650eb + .listItem__650eb {display: none;}

tiny wing
#

I have this snippet that I have been using for a very long time I was wondering IF there is a way to eliminate the use of :has()

/**โ”€โ”€โ”€โ”€โ”€โ•‘ Reveal All & Hide Certain Hyperlinks โ•‘โ”€โ”€โ”€โ”€โ”€*/
.message__5126c .contents_c19a55:not(:has(.botTagCozy_c19a55,
/*!โ”€โ”€โ”€// Deniz //โ”€โ”€*/
  img[src*="502948970708860955"],
/*!โ”€โ”€โ”€// FeoreV //โ”€โ”€*/
  img[src*="489785940546551831"])) .anchor_edefb8[title*="\a"]::after {
  content: " [๐Ÿ”—] - " attr(href) " - [:eye:]";
  font-size: 0.65em;
  color: var(--text-danger);
/* filter: drop-shadow(0px 0px 1px blue); */
  text-shadow: 0 0 2px blue;
    }
half crystal
#

i think im killing god

vestal field
#

make it full screen

half crystal
echo frost
#

OH YOU'RE REVERTING IT

#

wait why do you have an about tab

#

like a fake one

half crystal
echo frost
#

you're going to handle the about tab??

fair rivet
#

heh funny @echo frost look at my tag

half crystal
echo frost
plain kelp
#

Good

pure cairn
#

it's honestly what I'm doing in my snippet too

echo frost
fair rivet
#

;-;

echo frost
#

wait is kirka like the same thing as krunker?

fair rivet
#

Yup

#

Still a fun game. Too bad i got banned :/

pine needle
crimson skiff
#

im thinking its an overflow: hidden issue

tiny wing
crimson skiff
#

thats so cool

half crystal
#

FUCK MASKS KLALSDHWBEUODGUSKBFPVHWIBELJFEIHOSDLFBLWEHIFLDLHASFHOWEJEBJDKBCVOFKAJSGASKD

half crystal
#

NO

crimson skiff
#

ic

real quarry
#

can someone give me a compelling example ofcss [class^="groupStart_"] { display: none!important; }catching false positives, if the endgoal is hiding messages from blocked and ignored users

#

[this is for quickcss not for distribution so i'm asking for reference]

crimson skiff
#

if you want such things to not happen, add in a child selector from parent element

real quarry
#

yknow i've been thinking

someone's definitely fucked up when the :has() CSS selector that has zero performance impact on uBlock Origin is tanking my FPS on vencord

im hoping it was discord HQ

pure cairn
#

It was

clear siren
half crystal
#

chrome 139 has added custom mixins and functions, this is gonna be really fun when it rolls around to electron

echo frost
#

i'm confused by what's happening

clear siren
#

looks like vars mostly to me idk what the benefit is

#

actually no I see it

vestal field
#

mixins r cool

#

the last scss feature i actually used

#

less selector list spam

half crystal
echo frost
#

OH I SEE

#

they're functions

#

basically

half crystal
pure cairn
#

Idk what all that means but LGTM approvestare

crimson skiff
#

looks very interesting, but ill stick to variables, thanks

half crystal
crimson skiff
#

not like ill use that much

half crystal
crimson skiff
#

what if
why would you need 360 degrees of motion?

#

this isnt practical, its cool, but unless you are doing some niche stuff, it isnt as useful

half crystal
crimson skiff
#

niche stuff

bitter wing
#

Told to go here

half crystal
#

WAIT WHAT
WHAT DO YOU MEAN LIBADCORD ALREADY EXISTS!?
FUUUUUUUUUUUCCCCCCCKKKKKKKKK MEEEEEEEEEEERRRRRRR

brazen quartz
#

there can always be a second one