custom CSS I use in Vencord; I try to fix things that bug me in the client while still making it look vanilla
- CSS 100%
| bottom.css | ||
| chat-no-new-member-badge.css | ||
| chat-normalize-super-reactions.css | ||
| chatbar-no-redundant-buttons.css | ||
| emoji-picker-no-super-reactions.css | ||
| license | ||
| readme.md | ||
| red-dangerous-user-actions.css | ||
| server-boost-better-tada.css | ||
| server-channels-no-invite-icon.css | ||
| server-settings-no-app-directory.css | ||
| servers-fa-icons.css | ||
| servers-no-discovery.css | ||
| servers-no-download.css | ||
| sidebar-no-activity.css | ||
| sidebar-no-boost-icon.css | ||
| user-profile-no-avatar-decos.css | ||
| user-profile-no-effects.css | ||
| user-profile-no-exclusive-to-nitro.css | ||
| user-profile-no-useless-badges.css | ||
like half of these these are stolen from the vencord discord and i just remade them since the theme change thingy pls go there instead this is just for myself
import shortcut: https://ravy.dev/-/dcss/:name
requires plugins:
- Classify
- PlainFolderIcon
on vesktop, edit $XDG_STATE_HOME/vesktop/settings/native-settings.json to include:
{
"customCspRules": {
"ravy.dev": [ "connect-src", "style-src" ],
"*.fontawesome.com": [ "connect-src", "font-src", "style-src" ],
}
}