Skip to content

πŸ’… Theme for Vencord/BetterDiscord, providing some adjustments to make Discord less cluttered.

License

Notifications You must be signed in to change notification settings

yuri-becker/relaxed-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GPL License


Relaxed Discord

Discord theme providing some adjustments to make it less cluttered.
Use with Discord mods like BetterDiscord or Vencord.

Table of Contents
  1. Installation
  2. Chat Background
  3. List of Adjustments
  4. Contributions

Installation

Vencord

Go to Settings β†’ Vencord > Themes β†’ Online Themes and paste this URL at the end:

https://yuri-becker.github.io/relaxed-discord/RelaxedDiscord.theme.css

BetterDiscord

  1. Download the theme (Right Click β†’ Save Link as...).
  2. Go to Settings β†’ BetterDiscord > Themes and open your theme folder using the folder icon on the top left.
  3. Move RelaxedDiscord.theme.css to the theme folder.
  4. After Relaxed Discord pops up, enable it using the toggle switch on the right.

Usage with other themes

This theme is generally compatible with other themes, since all it contains are a few tweaks.

To make sure that the tweaks in this theme are not overridden by your "main" theme, put this theme at the end of your themes list.

(back to top)

Chat background

This theme supports setting a background for chats. If you don't want a background, just skip this.

First upload the image somewhere (I recommended just posting it in a private Discord chat) or copy the URL if the image is already online.

Then you need to open your QuickCSS/.

On Vencord, go to Settings β†’ Vencord > Themes β†’ Load Themes β†’ Edit QuickCSS

On BetterDiscord, go to Settings β†’ BetterDiscord > Custom CSS (make sure to click the save icon after you've finished your edits).

Having this opened, set the image url like this:

:root {
  --relaxed-background-image: url("https://images.unsplash.com/photo-1554668048-5055c5654bbc?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&dl=pawel-czerwinski-xWSUI7tpiTY-unsplash.jpg");
}

If you want to change the filters applied to the background, set them like this:

:root {
  --relaxed-background-image: url("https://images.unsplash.com/photo-1554668048-5055c5654bbc?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&dl=pawel-czerwinski-xWSUI7tpiTY-unsplash.jpg");
  /* Add this line next to your --relaxed-backgroud-image definition */
  --relaxed-background-image-filter: brightness(25%) blur(10px);   
}

See the docs for filter about possible values.

(back to top)

List of Adjustments

  • Add background to chats.
    Simply for aesthetics.

  • Restrict chat message width to about 80 characters.
    By default, when you get/write walls of text, Discord just spans the text over the entire available width. Which is pretty long even on my 14 inch notebook. Lines that are too wide make it hard to focus on the text. By restricting the line width, reading the text will be less straining for most people. (Its a pet peeve of mine, that's why I'm being so verbose about it.)

  • Remove gift button in message field.
    Now you can't buy your friends Nitro anymore!

  • Add margin in Direct Messages list.
    Just to make it less dense, I personally don't need to keep track of that many conversations at once.

  • Add margin in Friends list.
    Same reason - I found it a bit too dense.

  • Add margin and remove tile background of Active Now column.
    Just found it more neat this way.

  • Correct cursor when hovering over your name on the bottom left.
    For some reason, only the avatar has a pointer cursor although the entire area is clickable

  • Remove status text under own name on the bottom left.
    I don't need to see my own status to be honest.

  • Remove Help icon in the top bar.
    Cool people don't need help. 😎

(back to top)

Contributions

If you want to suggest a change, you're welcome to Open an Issue.

As of now, this theme isn't doing much but I'm willing to let it grow, fix more usability issues and decrease the mental load experienced when using Discord.

(back to top)

About

πŸ’… Theme for Vencord/BetterDiscord, providing some adjustments to make Discord less cluttered.

Topics

Resources

License

Stars

Watchers

Forks

Languages