Skip to content

MiniDiscordThemes/awesome-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome CSS Β  prs welcome license stars

A collection of awesome CSS snippets for Discord. See Installing Modules for help getting started.

Modules

🍸 Bartender

Hide Discord's toolbar icons until you need them.

@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/bartender.css");

image

πŸ™‚ Custom Emoji

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");

image

⌨️ Custom Prompt

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");

image

πŸ“Ά MemberCount Tweak

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");

image

πŸ›‘ Adblock

Block Discord Nitro/Shop/Server Boost ads.

@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/adblock.css");

image

πŸ›‘οΈ Adblock+

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");

🧹 Declutter

Remove useless buttons and give Discord a cleaner look.

@import url("https://raw.githubusercontent.com/AushevAhmad/awesome-css/main/modules/declutter.css");

✨ Declutter+

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");

Modules from other developers

πŸ’‘ 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");

Installing Modules

  1. 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.

  2. Paste the CSS modules you want into the CSS file.

  3. 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

image

image

Customizing Modules

If you want to customize your modules:

  1. Open the link found in the module's @import url.

  2. Copy all of the CSS and paste it into your custom CSS file.

  3. You can now customize any of the module's contents. Doing this means the modules will not recieve updates from this repo.

Issues / Ideas

You can report your issues or ideas in GitHub's Issues tab.


Credits

Ahmad, FormalSnake, geb.

Third-party Devs

Vortex-Chaos, Panniku, Skyli, Saltssaumure, Dablulite

About

Collection of awesome CSS for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%