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

Complementary

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)

📥 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
  • 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
    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

🧮 Customize Server Columns

Add and adjust the following CSS

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

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