Skip to content

🧩 A Discord theme which only provides some QOL enhancements that can be used in addition to others - also removes Nitro upselling

License

Notifications You must be signed in to change notification settings

D3SOX/complementary-discord-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Complementary 🧩

A Discord theme which only provides some QOL enhancements that can be used in addition to others

🎉 Features

There are 4 variants of the theme

  • Complementary
    • Includes all enhancement that I think everyone likes
    • Includes the Nitro upselling styles (for historical reasons)
  • Nitro Upselling
    • Only includes the Nitro upselling styles
  • Personal QOL
    • Includes some more enhancements that I personally like
  • Spotify Controls
    • Includes my Vencord Spotify controls customizations (Turntable with pause functionality)

Complementary

  • Settings Icons
  • Collapsed Search Bar (Currently broken)
  • Hide activities on top of members list
  • Visual Refresh: Bring back the round server icons
  • Visual Refresh: Move chatbar to bottom
  • Visual Refresh: Compact Title Bar
  • Hide Nitro upselling (Disclaimer: I am using the Vencord FakeNitro plugin so it doesn't cover these cases)
  • Hide Help Button

Personal QOL

  • Server Columns
  • Custom Fonts
  • JoyPixels emojis
  • Don't highlight new Emojis
  • Remove avatar decorations in chat
  • Remove profile effects
  • Remove "x in voice" scroll indicator
  • Restore old attachment sizing behavior
  • Reveal masked hyperlinked
  • Remove boosting progressbar

❕ Required Fonts

If you are on Arch Linux just install otf-san-francisco and otf-san-francisco-mono with your favorite AUR helper. Otherwise download, extract and install them manually (e.g. using 7-Zip)

🧮 Customize Server Columns

If you are not a fan of the server columns you can add and adjust the following CSS (set to 1 to revert)

:root {
  --columns: 2;
  --guildsize: 40;
  --guildgap: 3;
  --aligndms: 0;
}

Spotify Controls

Screencast

  • Adds a rotating turntable effect for the Spotify album image
  • Background blur and brightness effects for the Spotify player
  • Pause functionality for the turntable animation when the track is paused

📥 Installation

  • Open settings, click on Themes under Vencord then click on Online Themes
  • Add a new line with this content:
    • Complementary: https://d3sox.me/complementary-discord-theme/complementary.theme.css
    • Nitro Upselling: https://d3sox.me/complementary-discord-theme/hide-nitro-upselling.theme.css
    • Personal QOL: https://d3sox.me/complementary-discord-theme/personal-qol.theme.css
    • Spotify Controls: https://d3sox.me/complementary-discord-theme/spotify-controls.theme.css
  • Open settings, scroll to the bottom on the left and click on the OpenAsar version, then click on Theming
  • Add a new line at the top with this content:
    • Complementary: @import url(https://d3sox.me/complementary-discord-theme/complementary.theme.css);
    • Nitro Upselling: @import url(https://d3sox.me/complementary-discord-theme/hide-nitro-upselling.theme.css);
    • Personal QOL: @import url(https://d3sox.me/complementary-discord-theme/personal-qol.theme.css);
  • Open your themes folder and clone this repository
    (if you want to apply multiple ones clone it multiple times with a different name)
    git clone https://github.com/D3SOX/complementary-discord-theme
  • Set the value of theme in complementary-discord-theme/manifest.json to the following
    • Complementary: complementary.theme.css
    • Nitro Upselling: hide-nitro-upselling.theme.css
    • Personal QOL: personal-qol.theme.css

About

🧩 A Discord theme which only provides some QOL enhancements that can be used in addition to others - also removes Nitro upselling

Resources

License

Stars

Watchers

Forks