A collection of awesome CSS snippets for Discord. See Installing Modules for help getting started.
Hide Discord's toolbar icons until you need them.
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/bartender.css");
Replace the emoji icon in text inputs with one of your choice.
:root {
--image-link: url("https://cdn.discordapp.com/emojis/1196313509525471355.webp");
}
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/custom-emoji-bar.css");
Replace the text prompt in the chat bar.
:root {
--prompt-text: "be silly :3";
}
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/custom-bar-prompt.css");
Minor adjustments to the membercount view. This module has no effect unless the Vencord MemberCount plugin is installed.
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/vc-membercount.css");
Block Discord Nitro/Shop/Server Boost ads.
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/adblock.css");
Better version of Adblock module that removes billing settings and profile effect.
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/adblockplus.css");
Remove useless buttons and give Discord a cleaner look.
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/declutter.css");
Better version of Declutter module that also removes ads by default.(Recommended)
@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/declutterplus.css");
π‘ Connection glow on hover by Vortex-Chaos
Make the connection buttons glow when hovering in discord profiles.
@import url('https://raw.githubusercontent.com/Vortex-Chaos/Discord-Connections-Glow/main/Code.css');
π΅ Better spotify player by Panniku
Make the spotify player look like it's from Samsung OneUI.
@import url('https://raw.githubusercontent.com/Panniku/vc-snippets/main/BetterSpotifyPlayer.css');
πΌοΈ Acrylic pop-outs by Skyli
Give pop-outs such as user profiles a background blur effect.
@import url('https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/acrylicpopup.css');
π² Alt text improvements by Saltssaumure
Display a 'show alt` button for any image that has alt text.
@import url("https://minidiscordthemes.github.io/Snippets/AltTextImprovements/main.css");
π QuickSwitch V2 by Dablulite
A redesign to Discord's quickswitcher, making it look more like spotlight and simillar search bars.
@import url("https://dablulite.github.io/css-snippets/QuickSwitchV2/import.css");
π Account Details Grid by Dablulite
A refresh to the now archived "account details columns" snippet.
@import url("https://dablulite.github.io/css-snippets/AccountDetailsGrid/import.css");
π¬ Tabs V2 Home icon by Dablulite
Replace the Discord Home icon with a modern Chats icon.
@import url("https://dablulite.github.io/css-snippets/TabsV2HomeIcon/import.css");
π¨ Hotfix for the Nitro Themes by Dablulite
Hotfix that styles the previously unstyled areas when using Nitro Themes
@import url("https://dablulite.github.io/css-snippets/NitroThemesFix/import.css");
-
Open the CSS file for your modded discord client. We reccomend using Vencord or BetterDiscord.
-
Vencord: In the Vencord settings tab, make sure Enable Custom CSS is turned on, then select 'Open QuickCSS File'
-
BetterDiscord: Open the CustomCSS tab in settings.
-
-
Paste the CSS modules you want into the CSS file.
-
That's it! if you experience issues, try reloading your client.
The modules will be loaded directly from this repo, meaning they will be able to recieve updates. If you do not want to recieve updates, see Customizing Modules
If you want to customize your modules:
-
Open the link found in the module's
@import
url. -
Copy all of the CSS and paste it into your custom CSS file.
-
You can now customize any of the module's contents. Doing this means the modules will not recieve updates from this repo.
You can report your issues or ideas in GitHub's Issues tab.
Ahmad, FormalSnake, geb.