A Discord theme which only provides some QOL enhancements that can be used in addition to others
- Server Columns
- Settings Icons
- JoyPixels emojis
- Collapsed Search Bar
- Hide Nitro upselling (Disclaimer: I am using the Vencord FakeNitro plugin so it doesn't cover these cases)
- Hide Help Button
- Custom Fonts
- SF Pro Display
- SF Mono (For codeblocks)
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)
If you want the features listed above click here
-
- Open settings, click on Themes under Vencord then click on Online Themes
- Add a new line with this content:
https://d3sox.me/complementary-discord-theme/complementary.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 with this content:
@import url(https://d3sox.me/complementary-discord-theme/complementary.theme.css);
-
- Open your themes folder and clone this repository
git clone https://github.com/D3SOX/complementary-discord-theme
- Open your themes folder and clone this repository
-
- Drop the
complementary.betterdiscord.theme.css
in your themes folder
- Drop the
If you only want the Nitro upselling styles click here
-
- Open settings, click on Themes under Vencord then click on Online Themes
- Add a new line with this content:
https://d3sox.me/complementary-discord-theme/hide-nitro-upselling.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 with this content:
@import url(https://d3sox.me/complementary-discord-theme/hide-nitro-upselling.theme.css);
-
- Open your themes folder and clone this repository
git clone https://github.com/D3SOX/complementary-discord-theme
- Change
complementary.theme.css
tohide-nitro-upselling.theme.css
incomplementary-discord-theme/manifest.json
- Open your themes folder and clone this repository
-
- Drop the
hide-nitro-upselling.betterdiscord.theme.css
in your themes folder
- Drop the
Add and adjust the following CSS
:root {
--columns: 2;
--guildsize: 40;
--guildgap: 3;
--aligndms: 0;
}