Skip to content

A compilation of CSS snippets for Vencord / Vesktop.

License

Notifications You must be signed in to change notification settings

SEELE1306/CSS-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS-Snippets

GitHub License Static Badge Static Badge Static Badge

A compilation of CSS snippets for Discord and its custom clients.

See Update Checklist to see which snippets have been fixed/updated.

Warning

A recent Discord update has completely revamped the profile popouts and sections, making the following snippets no longer usable: BetterProfiles, UserOptions. A fix for these snippets is being worked on, please refrain from using them for the time being.

List of available snippets

Snippet Changes Image
BetterProfiles-v1 (Deprecated) Improves general layout of user profiles, improving readability and visual appeal. Credits to Saltssaumure for the role pills. BetterProfiles
BetterQuotes Improves blockquotes styling to make it more visible and appealing. BetterQuotes
AccentColor Replaces the Blurple [blurple#5865F2] accent color with one of your choice. AccentColor
ClientColor Replaces the Grey [grey#313338] client color with one of your choice. ClientColor
OtherColors Replace other Discord colors (red, yellow, green, etc.) with Blurple [blurple#5865F2]. OtherColors
ChannelSelections Allows for more spacing for channel icons & colored unread notifiers. ChannelSelections
ChatBubbles Adds a chat bubble around messages. Different colours are available for normal, replying, mentioned and automod messages. ChatBubbles
GuildBoost Replaces the boost bar in guilds with a more appealing indicator GuildBoost
MessageSection-v2 Aligns the "Message Section" better and hides its icons a hover menu MessageSection-v2 MessageSection-v2
MessageTypes Includes the message types & actions with the username. Currently available in English and German MessageTypes
TimestampBubbles Applies a bubble styling to message timestamps TimestampBubbles
Username Applies a bubble to usernames that abide by role color Username Username
OnekoDM Replaces the discord logo with Oneko! OnekoDM
UserOptions-v1 (Deprecated) Replaces the profile popout with more streamlined options UserOptions
UserPanel Replaces the user panel with a customizable, more appealing version. UserPanel
ToolbarHide Hides the toolbar at the top for a cleaner layout. ToolbarHide
StaffTags Applies styling to different staff tags for easier identification. StaffTags
Titlebar Changes the default Discord titlebar to a more visually appealing one. You can customize the text and background color to your liking. Titlebar_01 Titlebar_02
SpotifyControls Redesign for Spotify Controls with album image. SpotifyControls

Apply

There are several methods to apply these snippets. The methods below are for Vencord, however other clients have similar methods.

If your client is not Vesktop, the snippets import.css might not work properly. In that case, use import-legacy.css instead.

Via Local Themes:
  • Click on the folders (and possibly subsequent folders) of the snippet you want until you see the file import.css
  • Download the file import.css from the folders
  • Open Settings > Vencord > Themes > Local Themes > Open Themes Folder
  • Paste the downloaded file into the themes folder
Via Online Themes
  • Click on the folders (and possibly subsequent folders) of the snippet you want until you see the file import.css
  • Click on that file, then click on the Raw button
  • A file will open on your browser, now copy the URL
  • Open Settings > Vencord > Themes > Online Themes
  • Paste the following link into Theme Links: URL HERE
  • Enter or mouse-click outside the Online Themes box to apply
Via QuickCSS
  • Click on the folders (and possibly subsequent folders) of the snippet you want until you see the file import.css
  • Click on that file, then click on the Raw button
  • A file will open on your browser, now copy the URL
  • Open Settings > Vencord > Vencord > Open QuickCSS File
  • Paste the following line as your first line (ahead of any other custom CSS): @import url(URL HERE);

Special thanks to

ant0n-0x0000 for helping out with the snippets' descriptions!

Saltssaumure, Lexia for various elements within the snippets

About

A compilation of CSS snippets for Vencord / Vesktop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages