custom CSS I use in Vencord; I try to fix things that bug me in the client while still making it look vanilla
Find a file
2025-12-05 20:54:43 +00:00
bottom.css more resilient bottom.css 2024-07-01 20:06:18 +02:00
chat-no-new-member-badge.css lint 2024-12-05 17:28:34 +01:00
chat-normalize-super-reactions.css newline eof 2024-07-01 20:33:22 +02:00
chatbar-no-redundant-buttons.css fix: hide app launcher icon 2025-08-09 21:04:11 +02:00
emoji-picker-no-super-reactions.css newline eof 2024-07-01 20:33:22 +02:00
license add license 2025-09-26 19:40:13 +02:00
readme.md add license 2025-09-26 19:40:13 +02:00
red-dangerous-user-actions.css newline eof 2024-07-01 20:33:22 +02:00
server-boost-better-tada.css UPDATE TIME 2024-02-21 17:12:36 +01:00
server-channels-no-invite-icon.css more resilient nu-invite 2024-07-01 20:38:22 +02:00
server-settings-no-app-directory.css fix app dir not being hidden with settingsicons 2024-07-01 21:21:26 +02:00
servers-fa-icons.css fixup fa icons again 2025-12-05 20:54:43 +00:00
servers-no-discovery.css fix no-disco 2024-07-01 20:47:23 +02:00
servers-no-download.css add no-dl 2024-07-01 20:47:38 +02:00
sidebar-no-activity.css i dont like activities 2024-12-05 17:29:13 +01:00
sidebar-no-boost-icon.css newline eof 2024-07-01 20:33:22 +02:00
user-profile-no-avatar-decos.css newline eof 2024-07-01 20:33:22 +02:00
user-profile-no-effects.css newline eof 2024-07-01 20:33:22 +02:00
user-profile-no-exclusive-to-nitro.css newline eof 2024-07-01 20:33:22 +02:00
user-profile-no-useless-badges.css lint 2024-12-05 17:28:34 +01:00

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:

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" ],
    }
}