#translucent settings menu
1 messages · Page 1 of 1 (latest)
You have a double ";" in the end
it dosnt work on my end
Same over here, and don't know if that is a theme issue or something
ill look into this later 🤔 odd
could you guys try using this and see if it works?
@wintry leaf @quick harbor
that one works for me
totally forgot abt this ill try to look into it today
@wintry leaf @quick harbor @shy yacht fixed the snippet! (finally) lemme know if you have any more issues
Ok, reminding @wintry leaf in 4 hours
@wintry leaf, reminder from <t:1771814310:R>.
.remind 2 hours
Ok, reminding @wintry leaf in 2 hours
@wintry leaf, reminder from <t:1771829675:R>.
this top bar is not working for me, everything else works
hmmm ill look into that later today too
ok so testing it on its own, it seems to work. are you using the most recent version?
ok someone is getting issues with my other snippet too and i am not....
even when isolating it
maybe discord being evil?
idk if u have the theme attributes plugin but maybe that might help?
i also use vesktop. not normal vencord 🤔
it kinda worked
it just made the menu much more fancy
but still gray
oh wait
it is working
but its so faint i can bearly see it
I did a stupid thing and sent code to google gemini, and surprisingly, result did work, this is the result it gave me
/* translucent settings menu by benzeel V2 (Fix) */
/* ------ SETTINGS MENU START ------ */
/* settings menu scroll shadow */
.fixedContent__409aa:after {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
/* settings menu main BG */
.content_e9e3ed {
background: #00000046 !important;
}
/* FIX: Header Transparente */
/* Eliminamos las clases de tema específicas para que funcione siempre */
.contentHeader_e9e3ed {
background: transparent !important;
background-color: transparent !important;
}
/* Security Keys BG */
.credentialItem__6c75d {background: none !important;}
.credentialItem__6c75d:is(:first-child) {border:0px;}
.credentialList__6c75d {
background: #0c0c0c83 !important;
border-radius: 8px;
border: 1px solid var(--border-subtle);
}
/* krisp bg */
.card__73069:not(.outline__73069) {background: none !important;}
/* keybinding bgs */
.defaultKeybindGroup__740f2 {background: #2b2a2a63 !important;}
/* vencord quick actions */
.vc-card-base {background: none !important;}
.vc-settings-quickActions-pill {background: #55555571 !important;}
.vc-settings-quickActions-pill:hover {background: #7e7e7e71 !important;}
/* Plugins */
.vc-addon-card {background: none !important;}
/* server boosts */
.appliedBoostContainer_ceb06a {
background: none !important;
border: 1px solid var(--border-subtle);
}
.guildContainer__5dba5 {background: #3d3d3d52 !important;}
.boostContainer_ceb06a {background: #141414a1 !important;}
/* server boost faq */
.wrapper__5b98e {background: #3d3d3d52 !important;}
/* Share nitro */
.expandedProgressBarContainerSettingsPage_a61c56 {
background: none !important;
backdrop-filter: none !important;
}
/* my account */
.accountProfileCard__1fed1 {
background: #03030333 !important;
border: 1px solid var(--border-subtle);
}
.background__1fed1 {
background: #1818183b !important;
border: 1px solid var(--border-subtle);
}
.fieldList__1fed1 {background: none !important;}
/* appearance */
.cardPrimary__73069, .cardPrimary__73069.editable__73069 {
background: #03030356 !important;
}
/* "view reactions" popup & settings menu */
.container__8a031 {
background: #14141494 !important;
backdrop-filter: blur(10px);
}
/* ------ END OF SETTINGS MENU ------ */

updated the snippet. issue was probably the .theme-dark stuff
I'll try it rn and will report back
And.. working 👍 Awesome ! Looks really good, thanks!
YAY!