/CSS-Snippets

A compilation of CSS snippets for Vencord / Vesktop.

Apache License 2.0Apache-2.0

CSS-Snippets

A compilation of CSS snippets for Vencord / Vesktop.

Snippet Changes Image
BetterProfiles Improves general layout of user profiles, improving readability and visual appeal. 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
ChannelSelections Allows for more spacing for channel icons & colored unread notifiers. ChannelSelections
ChatBubbles Adds a chat bubble around messages ChatBubbles
GuildBoost Replaces the boost bar in guilds with a more appealing indicator GuildBoost
GuildList Makes the guild/server list more more efficient and more appealing GuildList
MessageSection-v2 Aligns the "Message Section" better and hides its icons a hover menu MessageSection-v2
MessageTypes Includes the message types & actions with the username MessageTypes
TimestampBubbles Applies a bubble to message timestamps TimestampBubbles
Username Applies a bubble to usernames that abide by role color Username
OnekoDM Replaces the discord logo with Oneko! OnekoDM
UserOptions Replaces the profile popout with more streamlined options UserOptions
UserPanel Replaces the user panel with a customizable, more appealing version. UserPanel

Note: Some screenshots were taken in smaller windows for the sake of fitting in this table. All were taken in Vesktop v0.4.3

Apply

There are several methods to apply these snippets:

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