#🏥-vencord-support-🏥

1 messages · Page 688 of 1

vernal urchin
#

yuhhh that one

#

such a stupid change lmao

compact cave
#

i lied this is false
alternatively you can use PTB because i think(?) it didn't get the update?

cosmic mauve
#

I'm not updating it unless it hits stable and stays

barren zodiac
#

weird

#

im on stable and i have it??

small kite
#

hii, can somebody tell me why Reverse User Area doesn't work anymore? I reinstalled Vencord also did repar/uninstall nothing works.
every other .css works but not reverse user area

i tried evie's .css doesnt work and newest still doesnt work don't know what to do

barren zodiac
cosmic mauve
barren zodiac
#

im on stable and i have the new changes

#

yep

stuck depot
#

I had

.typing_b88801 {
    position: relative;
    height: 0;
}

.scrollerSpacer__36d07 {
height: 25px !important;
}

.typingDots_b88801, .cooldownWrapper_b21699  {
    margin-bottom: -25px;
}

.channelBottomBarArea_f75fb0 {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.chatTypingGradientNotAtBottom__36d07 {
    visibility: hidden;
}

in my custom CSS, but it no longer works, I tried the class updater, but it didn't do anything.

cosmic mauve
#

Time to try to update it -_-

barren zodiac
#

how do u even generate the diff file from sarah's thing
with those weird numbers n shit

#

i mean i alr fixed the "revert chat bar" css manually

small kite
#

@barren zodiac hi do you use revert user area?

stuck depot
barren zodiac
#

literally just go thru each of these

#

and manually replace them

#

idk if i did it right i dont wanna share something if its wrong

tardy compass
#

vesktop settings panel isnt appearing on settings context menu

tardy compass
shell veldt
#

idk why actually

tardy compass
#

i have gone insane

stuck depot
#

Here, chat fixed. Not that hard.

.faa96b2163f6a142-typing {
    position: relative;
    height: 0;
}

._36d072eab2b2e737-scrollerSpacer {
height: 25px !important;
}

.b8880176888cc928-typingDots, .b216994de061a9e2-cooldownWrapper  {
    margin-bottom: -25px;
}

.f75fb00fb7356cbe-channelBottomBarArea {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

._36d072eab2b2e737-chatTypingGradientNotAtBottom {
    visibility: hidden;
}
barren zodiac
stuck depot
barren zodiac
oblique acorn
#

where did all my sets go on my custom css

barren zodiac
#

for the most up to date most correct one

barren zodiac
small kite
#
  left: calc(var(--custom-guild-list-width) + var(--space-xs));
  width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)*2);
  box-sizing: border-box;

  .actionButtons_e131a9 button {
    padding: 0;
  }

  /* GameActivityToggle Fix (delete if you don't use) */
  /* .container__37e49 {
    padding: var(--space-xxs);
    gap: var(--space-4);
    >.buttons__37e49 {
      gap: 0;
    }
    >.avatarWrapper__37e49 {
      min-width: 32px !important;
      >.avatar__37e49 {
        scale: 0.9;
      }
    }
  } */
}
nav.guilds__5e434 {
  margin-bottom: 0 !important;
}
.sidebar__5e434:after {
  display: none;
}
/* BetterFolders fix (delete if you don't use) */
/* .vc-betterFolders-sidebar~section.panels__5e434 {
  left: calc(var(--custom-guild-list-width)*2  + var(--space-xs));
  width: calc(100% - var(--custom-guild-list-width)*2 - var(--space-xs)*2 ) !important;
} */```

doesnt work anymore need to be fixed
stuck depot
barren zodiac
#

with the better looking attachment button and stuff

stuck depot
barren zodiac
#

fair ig

#

but its not accurate

small kite
#

@barren zodiac can you share with me your .css

#

mine doesnt work anymore

#

and dont know why..

barren zodiac
#

here's the fixed version of the pinned css

/* revert chat input position */
.f75fb00fb7356cbe-channelTextArea {
    margin-bottom: 25px;
}

/* revert chat input height */
.align-chat-input {
    --custom-channel-textarea-text-area-height: 52px;
}
.align-chat-input ._0923f156a0410684-attachWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* revert typing bubbles position */
.align-chat-input .b8880176888cc928-inTextChannel.b8880176888cc928-base {
    bottom: 0px;
    top: auto;
}
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-typingDots {
    margin-left: 5px;
}
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-text {
    margin-left: 0cqw
}

/* move chat back down to usual position */
._36d072eab2b2e737-scrollerSpacer {
    height: 28px !important;
}

/* revert color of typing username */
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-text>strong {
    color: var(--text-secondary);
}

/* change attachment button svg back */
._0923f156a0410684-attachButton path {
    d: path("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");
}

/* attempt to fix typing issue */
.b8880176888cc928-inTextChannel.b8880176888cc928-base {
    /* positioning */
    position: absolute !important;
    bottom: -5px !important;
    top: auto;
    left: 8px;
    right: 8px;
    z-index: 9999 !important;

    /* box model */
    margin: 0;
    padding: 6px 8px;

    /* behavior/visual tweaks */
    pointer-events: auto;
    transform: none;
    transition: none;
}

/* fix announcement channel bars margins */
._44df51b030bd5ece-wrapper {
    margin-bottom: 10px;
}

/* fix typing indicator being too close to names */
.b8880176888cc928-inTextChannel .b8880176888cc928-text {
    margin-left: 10px;
}

/* remove weird gradient thing */
._36d072eab2b2e737-typingGradientNotAtBottom {
    mask: none !important;
}```
hasty kindle
#

discord did it again didn't they? wires

knotty osprey
small kite
#

it looks bad

#

its higher

#

than user area

barren zodiac
knotty osprey
#

clearvision for me

barren zodiac
small kite
#

jesus fucking christ

#

im dumb

oblique acorn
oblique acorn
#

@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
@import url('https://chloecinders.github.io/visual-refresh-compact-title-bar/hidden.css');
:root {
/* Only include this part if you wish to change these variables /
/
You can change the size but only to be less than 48px, you must change the blob scale too */
--guildbar-avatar-size: 48px;
--blob-scale: 48;

--guildbar-folder-size: var(--guildbar-avatar-size);
--folder-blob-scale: var(--blob-scale);

}
.visual-refresh div[class^="sidebar_"] section[class^="panels_"] {
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
left: var(--custom-guild-list-width);
bottom: 0px;
border-radius: 0px;
border: none;
}

.visual-refresh nav[class*=guilds_] {
margin-bottom: unset;
}
.visual-refresh section.panels_c48ade {
left: calc(var(--custom-guild-list-width) + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)*2);
box-sizing: content-box;

.actionButtons_e131a9 button {
padding: 0;
}

/* GameActivityToggle Fix (delete if you don't use) /
/
.container__37e49 {
padding: var(--space-xxs);
gap: var(--space-4);
>.buttons__37e49 {
gap: 0;
}
>.avatarWrapper__37e49 {
min-width: 32px !important;
>.avatar__37e49 {
scale: 0.9;
}
}
} /
}
nav.guilds_c48ade {
margin-bottom: 0 !important;
}
.sidebar_c48ade:after {
display: none;
}
/
BetterFolders fix (delete if you don't use) /
/
.vc-betterFolders-sidebar~section.panels_c48ade {
left: calc(var(--custom-guild-list-width)*2 + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width)*2 - var(--space-xs)*2 ) !important;
} */

/* REMOVE QUICK REACT BAR */
.button_f7ecac.hoverBarButton_f84418:nth-of-type(1),
.button_f7ecac.hoverBarButton_f84418:nth-of-type(2),
.button_f7ecac.hoverBarButton_f84418:nth-of-type(3),
.separator_f84418 {
display: none;
}

paper mango
barren zodiac
paper mango
#

fuckass discord updating again

#

nobody wanted a new search bar anyway the old one was fine

elder badger
#

My servers are covered again, why is Discord doing this to me ;-;

stuck depot
#

Other one I missed a class, THIS really fixes it.

.b8880176888cc928-typing, .b8880176888cc928-base, .faa96b2163f6a142-typingUsers {
    position: relative;
    height: 0;
}

._36d072eab2b2e737-scrollerSpacer {
height: 25px !important;
}

.b8880176888cc928-typingDots, .b216994de061a9e2-cooldownWrapper  {
    margin-bottom: -25px;
}

.f75fb00fb7356cbe-channelBottomBarArea {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

._36d072eab2b2e737-chatTypingGradientNotAtBottom {
    visibility: hidden;
}
small kite
#

lol mb that's why my revert user area doesnt work anymore

solemn sinew
paper mango
#

i want my old search bar back

small kite
#

lol

small kite
dense cave
#

spam 20 more times please

barren zodiac
#

currently making a script to parse the old and new files from sarah's github and it seems like a lot of the values dont exist anymore @cosmic mauve
like noiseCancellationTooltip just isnt a thing anymore?

lone idol
#

it just broke today

barren zodiac
lone idol
#

Grrr im so desesperate i want the midnight theme creator to fix it nowwww!!!11!1!1!1!!

pastel fern
#

Why does my discord sidebar look like this?

bleak dirge
hushed fable
#

.
is this from vencord or discord ?

analog silo
#

discord i think

#

@hushed fable

sly ridge
#

ok

haughty goblet
bleak dirge
haughty goblet
#

You need to wait for them to fix it

#

If they do

sly ridge
bleak summit
#

Just downloaded latest vencordinstaller, repair doesn't work

bleak dirge
haughty goblet
#

Because Discord changed stuff

#

Vencord being repaired or updated can’t fix themes likely ever

bleak summit
mighty ravenBOT
# bleak summit No I mean vencord isn't working at all

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

bleak summit
#

Do I lose anything ?

haughty goblet
#

No but you should have backups beforehand

mighty ravenBOT
# bleak dirge <@1098234477626544180> 😁
Rule 10\. No unsolicited pings, DMs or friend requests

Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.

haughty goblet
#

They likely already know

barren zodiac
#

@cosmic mauve made a python script to try and convert all the new css changes from sarah's github to a diff file for ur website
currently doing that (but since theres so many its taking a while)

barren zodiac
#

i mean it's done

#

want me to send u it?

#

so u can update ur site

#

wait lemme test if it even works

haughty goblet
barren zodiac
#

mb

iron quest
#

im not getting the badge

#

man

shy stirrup
#

trying to manually fix my custom CSS (since it was a custom made) but i dont really have experience in doing this so im gonna quickly ask, what should i replace wrapper with to like make this work (second image)

iron quest
#

what do i do

haughty goblet
iron quest
haughty goblet
#

How long had it been

iron quest
oak moss
#

well I pray my snippets get updated, I use a few, how the heck can so much in Discord change while so little is actually changing? Do they just change the ID of all the elements every once in a while?

iron quest
#

@shell veldt dmed them

formal berry
oak moss
#

Is there any functional purpose to that other than screwing with mods?

haughty goblet
#

You can wait

sonic sand
#

discord devs when it comes to adding anything useful

haughty goblet
#

People have lives to do

sonic sand
#

im assuming

formal berry
primal gazelle
#

hi where i can finds basic themes like midnight ?

oak moss
#

if a snippet updates, will I see the changes?

primal gazelle
#

all themes i see are animes one 🙁

primal gazelle
formal berry
#

not my problem shrug

shy stirrup
#

noted

broken meteor
#

discord updating the UI for the 3245th time in the month to add minuscule changes:

summer wing
#

i tried to install vencord. Used discord deb package on kde neon then ran installer and it apparently patched successfully. However even after restart i see no sign of vencord anywhere in dc

sonic sand
#

did clearvision get updated or am i crazy

haughty goblet
#

Why are you asking vencord

odd apex
#

Hi i wanted to report that my theme wont load

haughty goblet
#

We cant do anything about themes just like the bot says

odd apex
#

I restarted discord multiple times and i instaled new themes also

#

Ow

haughty goblet
#

When in doubt, vesktop

#

Has better linux support

drowsy crypt
#

hey is there no way to downgrade the discord ver? this new update is ass

haughty goblet
#

No

frigid cedar
drowsy crypt
#

where is that script that autoconverted your scripts to latest discord obfuscation?

frigid cedar
#

thats why most of css is not working anymore?

drowsy crypt
#

ah thanks am blind

haughty goblet
#

(Also not obfuscated)

drowsy crypt
haughty goblet
#

There’s different ways of selecting stuff

#

Afaik most elements have normal names

barren zodiac
#

it's still using the old one

frigid cedar
#

it just like magic

barren zodiac
slate heath
#

all of the themes are broken tho

barren zodiac
#

the latest stable version has an even different different one

drowsy crypt
#

wheres the bigger server icons experiment? is it gon? :(

drowsy crypt
drowsy crypt
nimble dove
#

how can i fix this? first time it happens and ive been using vencord for over a year or 2 now

haughty goblet
#

Probably but I’m not an encyclopaedia of themes

scenic pewter
#

I tryed my theme on the thing and it didn't even do anything

nimble dove
#

i reinstalled vencord itself and also went to the directory

haughty goblet
mighty ravenBOT
vapid phoenix
#

So yeah the css is broken

#

Gg

eternal patio
#

for the quick CSS i've been using, how would i go about/where would i look to fix it
assuming there is some documentation about it somewhere

@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");

:root {
    --guildbar-avatar-size: 48px;
    --blob-scale: 48;

    --guildbar-folder-size: var(var(--guildbar-avatar-size));
    --folder-blob-scale: var(var(--blob-scale));
}

.visual-refresh div[class^="sidebar_"] section[class^="panels_"] {
    width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
    left: var(--custom-guild-list-width);
    bottom: 0px;
    border-radius: 0px;
    border: none;
}

.visual-refresh nav[class*=guilds_] {
  margin-bottom: unset;
}
haughty goblet
#

Nope

eternal patio
simple pilot
#

This may sound stupid, I want to find where to add the user-scripts folder but I don't know where, it says src (yes I'm aware what that means) but I don't know where the src is

haughty goblet
marble palmBOT
simple pilot
haughty goblet
#

Never were

bleak summit
#

Nvm I think only my theme is broken

haughty goblet
#

If you want third party plugins, need to figure it out yourself

simple pilot
proven walrus
eternal patio
bleak summit
prime hazel
#

Am I the only one who has problems with vencord? Mines just not working

balmy lodge
#

I'm guessing everyone else is having theme issues?

#

Yeah.

#

lmao.

proven walrus
prime hazel
#

Mine too. But the vencord settings aren't there idk why

balmy lodge
#

My day has been absolutely ruined 💔 now I can't see Ena Joelg

mighty ravenBOT
# prime hazel Mine too. But the vencord settings aren't there idk why

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

bleak summit
#

I guess I'll use Onyx for now

prime hazel
#

It just stopped working idk why. I re-installed everything about 4 times

proven walrus
bleak summit
haughty goblet
#

Please don’t come here saying your theme is broken

We cant do anything about it and it just fills up the chat

bleak summit
#

Check your plugins theme won't work

haughty goblet
barren zodiac
#

@glossy siren guildbarrevert broke because of the new css changes
nav[class*="guilds_"] should now be nav[class*="-guilds"]
likewise listItemWrapper__ should be -listItemWrapper and all the other stuff etc etc

eternal patio
prisma surge
#

do for anyone on macos after update discord is veryyyy slow?

prime hazel
haughty goblet
mighty ravenBOT
# prime hazel Vencord itself. Its just not working anymore. Idk why

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

barren zodiac
prisma surge
haughty goblet
#

So yeah discord issue likely

rocky rain
#

hey all im just wondering if anyone will knows a way to fix custom CSS because i had a few lines that would hide the activity feed on rightside now it re appears and it seems it no longer works any ideas?

barren zodiac
#

can't be fixed using syndi's tool cuz guildbarrevert uses a different way of getting classes

rocky rain
#

are custom/quick CSS just broken now with a recent discord update?

eternal patio
prisma surge
barren zodiac
#

just tryna figure out wat the hell this is lmao

#

from guildbarrevert

#

broken css

primal slate
#

does anyone know how to revert the current Discord UI to the old one?

haughty goblet
primal slate
haughty goblet
#

Nope

paper sequoia
cyan glade
#

anyone know which themes they fixed?

paper sequoia
haughty goblet
barren zodiac
barren zodiac
#

with syndi's tool

haughty goblet
#

Doesn’t always work

#

Generally its better for the average user to just wait for the theme author to fix the theme

paper sequoia
#

so uh concerning repairing vencord on linux, do i have to keep pasting this in the terminal every time to do so, or is there a simple command that i can use to open the install/reinstall/repair tool

haughty goblet
#

That I don’t know

barren zodiac
haughty goblet
#

The average support user has at most 4 brain cells

paper sequoia
haughty goblet
#

Unfortunately no

#

If reinstalling is a pain, I recommend vesktop

#

Better linux support

#

Vencord preinstalled

#

(Also made by vencord)

paper sequoia
#

that is fair, being that i have needed to do this 3 times already has annoyed me, so ill probably switch to it

cyan edge
#

Discord fighting specifically against themes is the stupidest thing

Not plugins, not vencord, just themes...

haughty goblet
#

They aren’t

#

Discord doesn’t break client mods intentionally

cyan edge
#

feels like they do with how frequently these things break

haughty goblet
#

They are just making changes

#

Thats all

barren zodiac
barren zodiac
trim quartz
rancid solar
#

oh my god its horrible bro the square server icons god make it stop

vast fox
#

Has someone restored the old user panel?

lunar ridge
#

@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
@import url('https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css');

:root {
/* Only include this part if you wish to change these variables /
/ You can change the size but only to be less than 48px, you must change the blob scale too /
--guildbar-avatar-size: 48px;
--blob-scale: 48;

--guildbar-folder-size: var(--guildbar-avatar-size);
--folder-blob-scale: var(--blob-scale);

}

.visual-refresh div[class^="sidebar"] section[class^="panels"] {
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
left: var(--custom-guild-list-width);
bottom: 0px;
border-radius: 0px;
border: none;
}

.visual-refresh nav[class=guilds_] {
margin-bottom: unset;
}

.visual-refresh section.panels_c48ade {
left: calc(var(--custom-guild-list-width) + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)2);
box-sizing: content-box;

.actionButtons_e131a9 button {
padding: 0;
}

/ GameActivityToggle Fix (delete if you don't use) /
/ .container37e49 {
padding: var(--space-xxs);
gap: var(--space-4);
>.buttons37e49 {
gap: 0;
}
>.avatarWrapper37e49 {
min-width: 32px !important;
>.avatar37e49 {
scale: 0.9;
}
}
} /
}
nav.guilds_c48ade {
margin-bottom: 0 !important;
}
.sidebar_c48ade:after {
display: none;
}
/ BetterFolders fix (delete if you don't use) /
/ .visual-refresh [style$="grid-area: betterFoldersSidebar;"]~section.panels_c48ade {
left: calc(var(--custom-guild-list-width)2 + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width)2 - var(--space-xs)2 ) !important;
}/

trim quartz
#

waiting for this for the most part

lunar ridge
#

why is this not working

#

guys?

trim quartz
lunar ridge
vapid phoenix
vapid phoenix
cosmic mauve
#

I pushed the Reroll to my Class Updater for anyone who needs it

bold brook
#

anyone got an idea what to do with this?

obsidian agate
open anchor
#

the installer just straight up isnt working for me. i try to launch it and it doesn't open anything

marble palmBOT
vapid phoenix
#

I gave up and got into bed when i restarted my laptop after i saw that the css dosen't work and everything is meh

summer wing
mighty ravenBOT
# bold brook anyone got an idea what to do with this?

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @prime garden)

south tiger
#

i only have 2 themes and neither work. i will try downloading some more just ot test them if they work or not

mint yarrow
#

My friend with the same CSS does have the classic look but i dont, anyone know what could be causing it?

fervent scarab
#

Lol, well glad I came into vencord dc to go and see that themes are broken

haughty goblet
summer wing
haughty goblet
#

I know what you mean however

balmy lodge
#

Anyone have a theme not broken

south tiger
haughty goblet
#

The game activity does work, just finicky

south tiger
vapid phoenix
whole crest
#

Be me when I'm the theme dev trying to fix my theme lol.

mint yarrow
vapid phoenix
#

Ye

#

@mint yarrow

#

Mind if i send my css?

mint yarrow
#

sure

vapid phoenix
#

Here or?

south tiger
mint yarrow
#

DMs is fine

bleak sand
#

whats the diff file for the theme fixer tool?

haughty goblet
#

Its optional

fallen kindle
#

the theme class updater is peak ty

south tiger
haughty goblet
fallen kindle
bleak sand
#

used the updater tool and it replaced the css with an infinite loop of this:/* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD

haughty goblet
#

What did you input

iron quest
#

hello where is my badge SadKitten

ionic cairn
#

my vencord background aint showing up

iron quest
prime garden
haughty goblet
iron quest
prime garden
#

they're busy and you're not the only donor

ionic cairn
#

um

arctic osprey
#

this sucks i made my own theme and now its broken and the tool wont fix it and i have tried for 2 hours and still cant figure it out

ionic cairn
#

I thought only I had the problem

arctic osprey
#

its the recent discord update

neat mist
prime garden
#

discord pushed an update that broke themes, it's up to theme developers to fix their themes

bleak sand
south tiger
ionic cairn
hasty kindle
ionic cairn
#

bre

fallen kindle
prime garden
#

I don't really use themes or keep track of them so I dunno

sinful jolt
#

will the fixes roll out automatically? or do i have to go back and find each css thread

south tiger
prime garden
#

just look at very recently updated themes on the betterdiscord theme store

ionic cairn
#

ok

ashen cobalt
#

Hi everyone. Do you know of a plugin that let's me see a website link in an <iframe>

balmy lodge
#

It aint possible to downgrade discord yeah

haughty goblet
haughty goblet
scenic storm
#

Is it just me or my CSS plugins aint working

prime garden
haughty goblet
#

I think its time to start muting those who don’t read

balmy lodge
formal meteor
#

how to fix this issue

marble palmBOT
# formal meteor how to fix this issue

Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.

To fix it, click the "Take me there!" button and follow the instructions in the dialog, and please make sure Discord is closed.

Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&

bold brook
#

@barren zodiac im using your css snipit of the guildbar fix and the pings look like this, is there a way to fix it?

bleak sand
#

If anyone is using clearvision v7 you can somewhat fix it with this quick CSS:

:root {
--background-gradient-chat: rgba(0, 0, 0, 0.3);
--background-gradient-lower: rgba(0, 0, 0, 0.3);
--background-base-lower: rgba(0, 0, 0, 0.1);
--custom-theme-base-color-hsl: 0 0% 0%;
--custom-theme-base-color-amount: 90%;
--custom-theme-base-color: rgba(0, 0, 0, 0.1);
--hsl-background-shading: rgba(0, 0, 0, 0.1);
}

._960e4207cea8323e-bg {
background: var(--background-image) var(--background-position)/var(--background-size) no-repeat;
background-attachment: var(--background-attachment);
filter: var(--background-filter);
z-index: -1;
}

formal meteor
haughty goblet
#

Selecting the location on the vencord installer wont fix the issue

#

Discord is the issue

daring plinth
#

what does "clear message log" do?

brisk surge
#

(will delete any logged messages)

daring plinth
#

so like, if you edit something or someone deletes something in dms

#

and you do delete message log

prime garden
#

yea

daring plinth
prisma dew
#

I have this css (I've stolen it from the css snippet which I don't remember from):

.layerContainer__59d0d .positionLayer__08434 {
    height: 85vh !important;
}

and it was just making emoji window much bigger in height. Does anyone who is good in theming tell me what should I change this to?

edit: nvm, the tool in the #theme-support fixed it for me

olive zodiac
#

why wont my quick css work???

round heath
#

hi uh for some reason my vencord installer thing doesnt change my actual discord and idk, this is my first time even using desktop discord other than on my old school chromebook im sorry

#

i got the laptop literally today

haughty goblet
#

Use the chrome extension on chromebooks

#

You’ll need to use discord on the web browser

round heath
#

no im on a lap top now

haughty goblet
#

Ah my bad

round heath
#

like a personal one, i was just saying that im not well versed in desktop discord

mighty ravenBOT
hard carbon
haughty goblet
#

Are you able to do this?

round heath
#

let me check

haughty goblet
#

If not, screenshot the vencord installer

#

If it has issues it should tell you

round heath
#

/vencord-debug

marble palmBOT
# round heath /vencord-debug

Huh, looks like you tried to send Vencord debugging info, but it didn't quite work. Please check if you have Legacy Chat Input enabled in Settings > Accessibility. If not, it could be that your Vencord is corrupt or not installed! Please reinstall/repair using the installer.

haughty goblet
#

Yeah isnt installed

haughty goblet
round heath
#

as i said, i literally got this laptop like 2 hours ago

haughty goblet
#

And does pressing install show any errors?

round heath
#

no i just got this

haughty goblet
#

Ok then its a discord issue

round heath
#

oh my ggod im dumb

#

its working now i think

mighty ravenBOT
haughty goblet
#

Try this

round heath
#

Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A

haughty goblet
#

Yup

round heath
#

YEEEEA

#

big thanks for the help bro. ur goated

haughty goblet
#

Np

static forum
#

why my themes ain't working?

prime garden
hoary kestrel
prime garden
#

yop

#

it's up to theme devs to fix their themes, nothing we can do

static forum
#

alr thanks

midnight cargo
#

Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A

tidal cove
# static forum why my themes ain't working?

Discord pushed an update that changed all css classnames. This means that most themes and css broke.

Solutions

  1. Read #theme-support and try to use the tool linked there. If it works, great you're done
  2. If your theme is still maintained, wait for the theme authors to fix it
  3. If your theme is unmaintained, find a new theme
round heath
#

why am i in the moderator only channel

haughty goblet
midnight cargo
night birch
#

my vencord is stuck with both title bars enabled how would i fix this

mighty ravenBOT
# midnight cargo so uh

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

hollow sapphire
#

can sm1 fix this its my css the tray is overlapping my serverlist i got the titlebar back and the icons r smaller

#

HELP

prime garden
#

no need to shout

prisma ravine
#

Vencord: v1.13.9 • 21e6178 (Standalone) - 16 Dec 2025
Client: stable ~ Discord Desktop v1.0.9219
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

#

hmmmmm

#

this is why that happened hm? love that.

hollow sapphire
prisma ravine
hollow sapphire
haughty goblet
hollow sapphire
#

its css

haughty goblet
#

Css is themes

#

Themes are made from css

prime garden
#

oh my gosh please stop being so argumentative 😭

#

but yes themes are just css

hollow sapphire
#

im not trying 2 i js wanna fix my css

#

😭

haughty goblet
jade sedge
#

is it possible to revert to an older vencord version

#

this is torture

haughty goblet
#

No

#

Its also not a vencord issue

#

It is discord

jade sedge
#

typical discord

static forum
#

ahh nothing helped :P ig i need to wait for it to update

haughty goblet
#

We really need a autoreaponse for “is it possible to downgrade discord/vencord”

hollow sapphire
#

ima c if they did get updated

haughty goblet
#

Wdym how

#

A bot

#

For here

static forum
#

how to downgrade

haughty goblet
#

Bruh

prime garden
#

you cannot

balmy lagoon
#

did something break the server icon bar? I had the icons be round instead of squared, but it looks like something broke that too. it there a fix going yet?

haughty goblet
mighty ravenBOT
haughty goblet
#

First victim

prime garden
#

you forgot the m

haughty goblet
#

Oh 0 seconds moment

tardy compass
#

noob shiddohwell

haughty goblet
#

Consider yourself lucky

vagrant otter
haughty goblet
#

But yes, pls read

#

We cant do anything about themes

vagrant otter
#

what does this say, i can't read english

tardy compass
balmy lagoon
manic ridge
#

does anyone know why vencord is randomly crashing? my discord has been deciding to restart for no reason randomly for like a month straight and its rlly annoying

brave palm
#

I used the theme updater , still broken. time to wait?

formal berry
#

horror story

vagrant otter
prime garden
#

@balmy lagoon discord broke all css in an update, it's up to theme/css devs to fix their themes, nothing we can do on our side

haughty goblet
vagrant otter
#

can someone please translate this in mongolian throat singing.

balmy lagoon
broken monolith
#

when will the frosted glass theme be fixed

vagrant otter
#

why am i on the pin of shame

broken monolith
#

im very angry

haughty goblet
mighty ravenBOT
haughty goblet
prime garden
normal ore
#

Hey, I just wanted to check in cause my Guildbar Revert is also broken, has anyone contacted the creator of that to make sure it'll be fixed?

#

I have them commented out rn, I just wanted to be sure that's been done.

vagrant otter
#

can you say it in mongolian throat singing

balmy lagoon
#

Since i don't want to lurk in a support server, is there an expected timeline for the support teams to fix all this? NOT asking for help, just want to know if this might be days, or weeks

prime garden
tulip fulcrum
#

day 1 no skeuocord.. ShiggySad
hopeefully the theme is fixed this week

normal ore
prime garden
manic ridge
manic ridge
night birch
#

Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled

balmy lagoon
prime garden
balmy lagoon
karmic raft
#

i dont have any themes installed/enabled yet im getting weird UI issues. is this also related to the problem?

#

i thought it was just for themes, but i dont have any enabled

prime garden
#

what about quickcss?

haughty goblet
#

What issues

karmic raft
#

nothing in quickcss, some text that is suppose to be white is appearing black

mighty ravenBOT
manic ridge
#

Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9219
Platform: Win32
Last Crash Reason: crashed
⚠️ Activity Sharing disabled

haughty goblet
#

Update

#

Nvm it is updated

#

Horror

tardy compass
#

lol

karmic raft
#

ok nevermuind im building from source guess i cant get help salute~1 sorry

tardy compass
karmic raft
#

what?

prime garden
#

I think they mean they're using a dev build already

karmic raft
#

i never said it was lol

prime garden
#

and just realised that means no support

haughty goblet
prime garden
karmic raft
karmic raft
snow orchid
#

who can help me with my custom plug

karmic raft
#

thanks though

haughty goblet
mighty ravenBOT
# snow orchid who can help me with my custom plug
Rule 13\. We only support official builds

We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with unofficial versions (e.g. Equicord) or user plugins. Also do not ask us for help with getting any of these unofficial versions.

snow orchid
#

i dont know how to add it

haughty goblet
manic ridge
#

ok eah this is def a discord issue its crashing just as much as when i didnt have vencord

#

w app i love when devs ruin it every update

mighty ravenBOT
# manic ridge ok eah this is def a discord issue its crashing just as much as when i didnt hav...

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @formal berry)

formal berry
#

can always try this

night birch
#

Is there a way to fix having to discord title bars i had it set to use discord custom and when i changed it to use the windows native the discord custom got stuck even when i disable my theme its still there ive tried unistalling vencord and discord

jaunty grove
#

What in the fresh Hell has discord done now. All CSS snippet reverts of their bullshit are broken.

fossil shale
wise thicket
#

Quit automod bypassing

#

You censored the E on purpose

karmic raft
#

theres no way youre crying over me trying to help 😭

wise thicket
#

Really took it from 0 to 100

#

That’s an insane jump

prime garden
#

can we not

haughty goblet
tardy compass
#

devbuilders shouldnt even be here #ngl

karmic raft
#

brother it isnt that deep it was one sentence just incase someone else was having the same problem

haughty goblet
#

Not dealing with it

wise thicket
haughty goblet
broken monolith
#

so i get timed out for asking a question? this servers a joke

prime garden
#

rule 12

haughty goblet
#

A question that is answered a million times for you

#

Even with a dedicated channel

broken monolith
#

fix the themes maybe then ppl wont ask bud

jaunty grove
haughty goblet
#

We cant fix themes

prime garden
#

we aren't the theme developers so yk

haughty goblet
#

The theme author needs to

fossil shale
haughty goblet
#

Like the bot says

#

And the post

mighty lion
#

this channel is wildly entertaining to watch

jaunty grove
#

Indeed

prime garden
#

it's just a side effect of their development process

jaunty grove
haughty goblet
#

They are simply making changes

#

They don’t care about client mods and don’t intentionally break them

prime garden
manic ridge
left drum
#

is this normal

#

i reininstalled it and it still says this

#

reinstalled*

haughty goblet
green hull
left drum
mighty lion
green hull
modern fog
left drum
#

mb its just pissing me off everytime i open discord every days it just

#

always breaks

#

then i fix it

#

and it breaks the next day

high jolt
#

aight bet

green hull
high jolt
#

discord update is ass man

#

he took my theme smh

haughty goblet
#

Theyve been doing a lot of css changes lately

left drum
unkempt magnet
#

What happened to my discord 😭

mighty ravenBOT
# left drum

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

jaunty grove
haughty goblet
#

If they truly wanted to break themes they could do much worse

left drum
unkempt magnet
haughty goblet
#

Just be glad the class names are named normally

jaunty grove
# left drum and it breaks the next day

Every two days since October I've needed to edit a CSS snippet or opt out of an experiments using this program. I'd have probably left Discord long ago without it or something similar

modern fog
#

is there a way to hide the dropdown menus next to the mute/deafen buttons

haughty goblet
neat mist
left drum
#

i forgot discord still works even when closed

#

ok

high jolt
haughty goblet
#

Like what twitter does

tropic torrent
#

anyways w the dust settled a bit heres an actual issue i came across, thought id bump it since it got eaten by the ppl using themes

neat mist
cosmic mauve
cosmic mauve
jaunty grove
small kite
#

everyoen discordf fuckedup

latent hare
#

Hello, I just instaled vencord and themes are not working for me, only the text or the scroll bar color is changing, but nothing else

jaunty grove
latent hare
#

What can I do?

cosmic mauve
small kite
#

discord fuckers did something revert user area doesnt work anymore

timid meteor
mighty ravenBOT
jaunty grove
cosmic mauve
haughty goblet
jaunty grove
#

Thank you

haughty goblet
#

But yes that

small kite
cosmic mauve
neat mist
small kite
haughty goblet
#

That is a very funny typo

broken monolith
#

the theme updater isnt even working wow

left drum
#

i think its just clearvision breaking again as always..

small kite
timid meteor
haughty goblet
latent hare
#

Hello, I just instaled vencord and themes are not working for me, only the text or the scroll bar color is changing, but nothing else, I already downloaded like 10 most popular themes from website and nothing works

jaunty grove
jaunty grove
haughty goblet
mighty ravenBOT
broken monolith
haughty goblet
neat mist
cosmic mauve
timid meteor
neat mist
haughty goblet
haughty goblet
#

Nor themes

timid meteor
pseudo mirage
#

thanks this helped me too

lean dawn
#

I wanted to say that this sticky message about broken themes is really helpful! props to whoever did that it made my question answered before I asked it

haughty goblet
prime garden
haughty goblet
#

Just assuming it was fixed at this point

timid meteor
jaunty grove
small kite
#

@modern fog can u check dms

haughty goblet
#

This isnt a complain channel its a support channel

haughty goblet
broken monolith
#

are u fixing the themes or not

#

already been an hour and they arent fixed

haughty goblet
#

My guy

jaunty grove
haughty goblet
#

We cant fix themes

tropic torrent
#

bait used to be believable

haughty goblet
#

Only the theme author can

prime garden
broken monolith
#

the updator doesnt even work

#

this support sucks

spice jacinth
neat mist
haughty goblet
#

If your theme contains an import link to the theme it wont work

brisk surge
mighty ravenBOT
prime garden
#

oh nvm trolleyzoom

mighty lion
haughty goblet
#

Reject banning, embrace “cant talk” and “brain rot” roles

safe sonnet
#

what's the new class for the discord checkpoint button?

spice jacinth
haughty goblet
spice jacinth
#

its not a theme its quick css

haughty goblet
#

Css is themes

neat mist
jaunty grove
safe sonnet
peak slate
#

i tried both local and raw link on different 5 themes it doesnt works at all only the fonts

jaunty grove
#

AKA what I'm doing while I wait here

neat mist
peak slate
safe sonnet
haughty goblet
#

Small snippets are fine

jaunty grove
safe sonnet
#
.messageListItem__5126c:has(.container__74acd),
.trailing_c38106>.button__85643 {
    display: none;
}
#

actually would running this through the theme updater work

haughty goblet
#

Try it and find out

#

Embrace the motive of “fuck around and find out”

vagrant otter
radiant bronze
#

when i open discord it shows on taskbar but theres nothing there any fix?

haughty goblet
safe sonnet
jaunty grove
# peak slate how do i do that

Get a file editor that supports .css files, open your theme, open the CSS with the file editor, copypaste the CSS into the class updater, fix anything else yourself

neat mist
radiant bronze
peak slate
mighty ravenBOT
# radiant bronze i tried that

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

safe sonnet
jaunty grove
neat mist
haughty goblet
radiant bronze
haughty goblet
#

It is saved

#

Unless you mean discord settings

icy lichen
#

anyone know the fix tto themes not working? im not on browser and its not a problem with my them specifically

haughty goblet
#

Some do, some don’t

haughty goblet
#

Its kinda hard to miss

icy lichen
#

i started typing as soon as i got into thsi channel

haughty goblet
neat mist
#

im not new to css, i still had to ask AI on how to change my font.
it looks sketchy and not all classnames are right
but it works now.

mighty lion
radiant bronze
icy lichen
peak slate
radiant bronze
jaunty grove
icy lichen
#

also does it matter if my bacround is a custom image i put into css? because it doesent matter the theme i use its always there unless something broke

nocturne agate
#

any good black themes ?

peak slate
haughty goblet
jaunty grove
mighty lion
icy lichen
#

is discord against themes? or is discord just coincidentally breaking vencoprd with these updates by accident

peak slate
#

-# why

prime garden
haughty goblet
icy lichen
# mighty lion coincidentally

oh ok but i have heard you caan get banned for gewtting caught using vencord or atleast specific mods in it is that true?

mighty ravenBOT
# icy lichen oh ok but i have heard you caan get banned for gewtting caught using vencord or ...
Will I get banned for using Vencord? Will plugin X get me banned?

Client modifications are against Discord's Terms of Service.

However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!

Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe

Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it

icy lichen
#

ohh ok

jaunty grove
haughty goblet
#

Tldr no, but if your account is very important to you, you probably shouldn’t use client mods

mighty lion
#

and it's technically not even allowed

icy lichen
haughty goblet
#

Then yeah its up to you

high maple
#

.c38106a3f0c3ca76-bar{
    flex: 0 0 0; 
    min-height: 4px;
    max-height: 3px;
    height: 4px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.edbb22df99c39831-title{
    display: none;
}

:root{
    --custom-app-top-bar-height: 02px;
}
.bar_c38106{ /*this is just where the ui stuff is i think? not the actual bar design*/
    min-height: 0px;
    height: 3px; /*you can make this 0 to whatever but i like 3 as a balance*/
}
.title_edbb22{
    display: none;
}

.base__5e434[data-fullscreen=false]{
    grid-template-rows: [top] -webkit-min-content [titleBarEnd] -webkit-min-content [noticeEnd] 1fr [end]; 
    grid-template-rows: [top] min-content [titleBarEnd] min-content [noticeEnd] 1fr [end]
}

idk if anyone else had their topbar remover break but this should work
pretty sure the bottom half doesn't actually do anything anymore
the top is whats added

neat mist
#

500 errors of discord crying cuz it cant send some data to discords servers to do idk what :3

jaunty grove
# mighty lion why would they be considered a tiny fraction of the discord user base uses them

One might suppose they would consider that if a small portion of the base is willing to go to those lengths to alter their UI there is clearly a market for UI alteration, maybe a lot more of their base agrees with this but is unwilling to go to such lengths to revert the latest highly annoying change.

So they might consider adding optional settings, or nitro-gating yet another feature people have been requesting for years, around this trend. Like we've seen with Discord Themes.

#

This is, of course, not the case, but it would be why they would consider our tiny fraction if they did consider it at all.

normal basalt
#

man looks like i'm gonna be stuck with these goofy ah looking boxes for a while then huh

main mango
#

ohh well im glad its not just me i guess?

#

well i wish it was because then i could fix it

neat mist
#

but same i thought it was my code

main mango
#

also yeah, theres about a 0.0000000001% chance discord will ban you for using vencord, they have much more flagrant rule breaks to deal with

#

its probably not even actively monitored and if you send screenshots to support for whatever reason just turn your themes off

haughty goblet
#

Tbh if discord cared, this server wouldn’t exist

high maple
#

people owning client mods are probably more likely to own nitro
so banning would be a detriment

tight knot
#

For some reason this isn't showing anymore. I just logged on today and saw that it isn't loading and I tried turning it off and back on again and nothing

neat mist
prime garden
main mango
#

my plugins are fine, its just my themes that arent working

#

yeah its very very low on their priority list

haughty goblet
#

There are cases of discord devs helping client mods

main mango
#

i thought it was just me having the theme issue bc last week i updated debian and my transparent theme broke but it turned out i just had to fix my compositor

#

but nopee

nimble sierra
#

hello! its asking me to give vencord full disk permissions but i dont know how or where to do it (im on mac)

neat mist
normal basalt
#

dude whoever made the UI for the servers being boxes made a very good UI if their goal was to make people throw up

haughty goblet
#

I actually haven’t seen what discord changed

mighty lion
mighty lion
#

💔💔💔

nimble sierra
plucky girder
main mango
#

ewwwww

#

well NOW i dont like it

reef plover
#

themes are not working for me at all

haughty goblet
mighty ravenBOT
normal basalt
#

wait the servers use to change to circles when you click on them with their UI it isn't doing that now

cobalt bay
#

Oldcord working properly again, thank goodness.

normal basalt
cobalt bay
#

still can't understand what Discord was thinking with all of the UI resizing and everything.

high maple
#

i got round icons working

._6e9f8dce4cc18de3-icon{
    border-radius: 100%;
}``` very simple snippet
you *might* need to go into inspect and find the <img> class name yourself though (buried in a load of div, svg, foreign object)
main mango
neat mist
normal basalt
neat mist
#

i love how vencord works with OpenAsar just by adding
a .app.asar or _app.asar or app.asar in the patcher.

like idk how its called. search for urself

oblique onyx
#

How do I use the F8Break feature?

restive trellis
#

so like i installed vencord but its not in the settings menu-

mighty ravenBOT
# restive trellis so like i installed vencord but its not in the settings menu-

Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation

tldr:

  • press windows+r

  • paste %AppData%

  • delete Discord

  • repeat for %LocalAppData%

  • Install discord

(Auto-response invoked by @haughty goblet)

normal basalt
reef plover
#

with the themes when i click the theme i want to use it does not load at all i was wondering how do i fix it

haughty goblet
neat mist
tough urchin
reef plover
#

it was working yesterday

#

i was thinking maybe because i did a system restore

oblique onyx
haughty goblet
wraith wigeon
neat mist
haughty goblet
plain zenith
#

Hi, this is not connected to the current breaking of themes, when I hover on a name in the DM´s the text gets unreadable (black on dark color schemes and white on bright color schemes), does anyone have a snippet for me to change the color of the "name hover"

oblique onyx
haughty goblet
haughty goblet
main mango
tropic torrent
#

its basically useless if i send it coz it still uses old classes

wraith wigeon
haughty goblet
wraith wigeon
#

i ran a theme through it and it seemingly fixed it

tropic torrent
#

i wuldnt have a way to verify if it works but i can try i suppose

main mango
reef plover
#

slime quick question for u

plain zenith
haughty goblet
prime garden
haughty goblet
reef plover
#

has the new windows update slowed ur computer down?

haughty goblet
haughty goblet
neat mist
tough urchin
haughty goblet
high maple
#

/*remove top bar*/
.c38106a3f0c3ca76-bar{
    flex: 0 0 0; 
    min-height: 4px;
    max-height: 3px;
    height: 4px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.edbb22df99c39831-title{
    display: none;
}

:root{
    --custom-app-top-bar-height: 02px;
}

/*fix round icons*/
._6e9f8dce4cc18de3-icon{
    border-radius: 100%;
}

[class$="-listItem"] > :not([class*="wrapper"]) {
    border-radius: 0px;
    transform: scale(1.09); /*change size to whatever mult*/
}``` alright guys this hides top bar, grants round icons, and allows scaling their size
reef plover
#

if someone uses windows can someone tell me if their pc is slow because of the update

plain zenith
plain zenith
safe sonnet
#

really bad pro tip (don't follow this...): if the theme updater doesn't work, check inside the css file and replace all of the @load stuff with what it loads (go to the url, go down until you can't @load no more) then run it back through, it worked for me but this probably sucks idk 🪱

haughty goblet
tough urchin
#

Good call

safe sonnet
haughty goblet
#

So its a trade off

safe sonnet
haughty goblet
#

Oh well then yeah it wouldn’t matter

tough urchin
#

Yeah I used to host some on repos with updated code so I could keep it clean but it got too annoying to maintain

plain zenith
reef plover
#

i disabled the ai

#

also will it be fixed in the next update u think?

prime garden
#

so you haven't updated your pc for 13 years

#

anyways this is getting off topic

plain zenith
safe sonnet
#

is the show deleted messages plugin hard-coded to ignore venapp?

prime garden
#

yes

reef plover
#

can i dm u something

neat mist
#

i can remember when i changed it so that the quick css window can set its own css.
and i did display none on it
:>

haughty goblet
restive trellis
warm birchBOT
haughty goblet
restive trellis
#

it says [PATCHED] but like i dont see anything in discord changed

restive trellis
plain zenith
haughty goblet
#

It is the other button next to the normal installer

restive trellis
#

i seee

tropic torrent
# wraith wigeon alright ty

nvm this shuld still woirk

/* revert the input/output dropdowns */
[class*="buttons"] [role="switch"] {
  border-radius: var(--radius-sm);
  ~ button:not([aria-label="User Settings"]) {
    display: none;
  }
}
restive trellis
#

well ill try that and report back ig

reef plover
tropic torrent
#

if u dont like [class*=...] just replace with ._37e49614b9f110a9-buttons

wraith wigeon
restive trellis
#

nothing

haughty goblet
#

Discord is stubborn sometimes

loud mesa
#

so discord has re-un-reverted the css change again?

#

wtf are they up to...

haughty goblet
tropic torrent
#

woops

main mango
#

i have one theme that works but i usually have three enabled and the others dont owrk

#

discord recolor does work as far as i can tell

restive trellis
#

so both the cli and regular installer both say [PATCHED] next to it in the install yet nothing is changed

loud mesa
#

well earlier yesterday around 11pm, i got the 16 digit hash change, then at like 4am, it went back to the old style, now again at 8pm its gone back to the 16 digit hashes

haughty goblet
prime garden
restive trellis
prime garden
#

well, 22h

loud mesa
#

was i just hitting a stale edge node or something then?!?

haughty goblet
#

Don’t bring up topics like that

wraith wigeon
tropic torrent
#

its hard for me to test coz discord decided i only get parts of the new classes LOL

#

every refresh is another gamble

#

coz it works fine over here (ignore its so cramped thats just me taking out some things)

loud mesa
#

well i was getting it all or nothing but it was switching between them

unborn cave
#

are themes just generally in disarray right now?

main mango
#

yes

haughty goblet
#

Yes

loud mesa
#

my only guess is like, half the fleet of edges have the new css deployed but the other half don't, for some reason

tropic torrent
#

ah i guess that would do it

#

i work off the assumption u dont have the game activity toggle

#

gime a sec and i can fix that

wraith wigeon
#

alrighty thank you :)

jaunty grove
tropic torrent
#

lmk if any issues

jaunty grove
wraith wigeon
tropic torrent
jaunty grove
#

I gotta fix userbar alignment. Everything else (except the search bar, but that's new) has been fixed

tropic torrent
#

sure! its a bit huge so just open a dm so i dont spam this channel too hard lol

shell veldt
formal lotus
#

Why is the icon at the top? It's usually next to the Display Name. I hate that.

shell veldt
main mango
shell veldt
tired crater
#

Well, I wish my other css would work but the important ones do so that's a win I guess

main mango
#

sry if this got answered already but theres a LOT of messages in this channel, i used the update classes tool in #theme-support on a couple of my themes and it returned the exact same text, does that just mean i have to wait for the theme itself to update

cosmic mauve
main mango
#

yeah it does

#

ok good to know

tired crater
#

Clearvision has a temporary fix

plucky girder
main mango
#

clearvision v7 and glass

#

oh theres one for clearvision?

#

thats good

slate iris
#

Some of my themes work but not clearvision (tried the fix mentioned) neither do the server columns

haughty goblet
#

That way everything can work in the updater

main mango
slate iris
#

Yeah, it seems to be the exact same text but adding .theme at the end, right?

wraith wigeon
#

is there a snippet that adds the box behind the typing anim?

tired crater
wraith wigeon
#

removed the gradient and now its still messing with me

river viper
haughty goblet
slate iris
#

I know with the better color, it changed the title a bit and became unknown author but still doesn't work

main mango
tropic torrent
wraith wigeon
tropic torrent
#

just need to check if i fixed it properly hold on

#

something like this yea?

wraith wigeon
tropic torrent
#

just need to tweak it a bit coz i modified it to fit w my snippets hold on

plucky girder
haughty goblet
#

Automatically

main mango
#

WE ARE BACK 🗣️ all themes working this is awesome

tropic torrent
haughty goblet
#

until discord reverts again

wraith wigeon
main mango
tropic torrent
#

i think bd has a list of all variables on one of their wiki pages actually

haughty goblet
#

Yeah they do

tropic torrent
#

dont think i can link it tho oh nvm swag shoutout slimecat

haughty goblet
#

You should be able to link it

tropic torrent
#

chill

haughty goblet
#

Yeah

#

Venbot just hates discord invited

tropic torrent
#

ah thats valid

tropic torrent
#

(unsure if combination of vpn/new acc or discord hating me but i get locked out of my account anytime i dm a new person)

wraith wigeon
#

i wish it were easier to test seeing someone type 😭

tardy compass
#

guaranteed help right there

wraith wigeon
#

sounds terrifying

tardy compass
#

but you get the typing testing

wraith wigeon
#

ok im struggling to find the exact color in this list it seems