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 {
/* Use if your theme overwrites the color like Nocturnal
--channeltextarea-background: var(--backgroundColor01);*/
/* set to 0px if no applauncher */
--scb-applauncher-padding: -52px; /* default = -52px */
/* border radius of bar */
--scb-border-radius: 8px; /* default = 8px */
}
Refreshed Seamless Chat Bar π
^ but for Visual Refresh
Variables
:root {
/* change padding of the bar */
--rscb-chat-box-padding: 8px; /* default is 8px for alignment */
/* Whether you want the chat to not move up *\
\* and down when someone starts typing */
--rscb-no-jump-chat: 0;
/* Whether you want the messages to clip through *\
\* the gap between slowmode and typing people */
--rscb-clip-chat-through-typing-bar: 0;
}
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.
HSL x Better Folders π
Fixes Horizontal Server List breaking the extra sidebar of Better Folders
Use my HSL Version instead
Pin a server π
Allows you to pin any server of your choice to replace the pinned Discovery icon. The server must not be in a folder
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.
No Favourite Channel Icon π
Removes the channel icons from channels while using Favorites v2
Footnotes: