reminder that some may not work.
Improves the original Chat Related Alerts at Top snippet by reducing the :has selector usage as much as possible
hide the members list until you hover on it
Adds borders to embeded contents, like webhooks and previews. Need I say more?
Variables
:root {
/* Border width for the embeds */
--wh-border-width: 4px;
/* Background opacity. The higher it is, the more of the border color seeps through */
--wh-background-opacity: 0%;
/* Default background color. Relative color is used for those who use transparent themes */
--wh-default-background: hsl(from var(--background-surface-high) h s l / 100%);
/* Whether to keep the Suppress Embed button shown, or hide when not hovered on */
--wh-always-show-suppress-embed-button: 0
}
HSL x Better Folders
Fixes Horizontal Server List breaking the extra sidebar of Better Folders
Use my HSL Version instead
Turns the Image Zoom plugin from Vencord into a spyglass, with an optional zoom animation
Variables
Turns the Image Zoom plugin from Vencord into a spyglass, with an optional zoom animation
Variables
/* set to 0 to disable animation */
:root {
--vcizl-animate-duration: 1s
}
Refreshed Seamless Chat Bar π¦
Moves Someone is typing, Cooldown is active, You are viewing older messages and Replying to someone such that they are seamless with the message bar
Variables
:root {
/* change padding of the bar */
--rscb-chat-box-padding: 8px; /* default is 8px for alignment */
/* Whether you want the chat to clip typing status *\
\* thorough the bar when someone starts typing */
--rscb-clip-chat-through-typing-bar: 0;
/* use a fixed upload button if your *\
\* find it not aligned */
--rscb-use-fixed-attach-button: 0;
}
midnight island chat status π¦
turns the x is typing and slowmode is enabled into their separate pills that hover over the chat bat. May not work with non-midnight themes.
Chat Related Alerts at Top π¦
Moves the x number of new messages and You are viewing old messages to the top and make them seamless with each other (down to the button style)
Variables
:root {
/* Set to 1 if you want them to float *\
|* Recommended while using *|
\* Midnight/Rounded Themes */
--craat-popout: 0; /* Default = 0 */
/* Change the border radius *\
\* for the alerts */
--craat-border-radius: 16px; /* default: 16px */
}
Blurry Backdrop π¦
Make backdrops formed from full screen elements be blurry
Variables
:root {
/* The blur radius, can be *\
\* any types of length */
--blrbg-blur-by: 2px;
/* how dim you want the bg *\
\* aside from the blur */
--blrbg-dimmness: 25;
}
Makes the.rabbit.disablerβs βMake Settings a windowβ snippet have the settings and options background be transparent (i mean literally every element except toggles and buttons :3)
Variables
:root {
/* The blur radius, can be *\
\* any types of length */
--blrsm-blur-by: 5px;
/* how dim you want the bg *\
\* aside from the blur */
--blrsm-dimmness: 25;
}
Blurry Quick Switcher π¦
Makes Quick Switcher have a blurry background. What more did you expect.
Client Theme for Visual Refresh π¦
Adds the compatibility for Client Theme to work on Visual Refresh (may change if Discord fixes the variables)
This snippet will be archived after the fix has been merged.
Footnotes: