https://github.com/devevil99/darkplus-default-memberlist
Default memberlist for Dark+ Discord theme
https://github.com/devevil99/darkplus-default-memberlist
Last synced: 10 months ago
JSON representation
Default memberlist for Dark+ Discord theme
- Host: GitHub
- URL: https://github.com/devevil99/darkplus-default-memberlist
- Owner: DevEvil99
- License: other
- Created: 2022-01-11T16:41:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:54:30.000Z (about 1 year ago)
- Last Synced: 2025-04-14T16:49:59.031Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Default Member List Versions of Dark+ and Azurite Now Integrated!
The default member list variants of the **Dark+** and **Azurite** themes are now part of their main theme version!
If you're using the default member list version, please download the latest versions of the themes directly from the BetterDiscord website:
* [Dark+ Theme](https://betterdiscord.app/theme/Dark%2B)
* [Azurite Theme](https://betterdiscord.app/theme/Azurite)
Once downloaded, follow the steps below to enable the default member list version in each theme:
## Dark+
1. **Open the theme file** in a text editor.
2. **Comment out** the main theme import by wrapping it in `/*` and `*/`:
```css
/*@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');*/
```
3. **Uncomment** the default member list version by removing the `/*` and `*/`:
```css
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark%2B/Dark%2B-Default-Member-List.css');
```
4. **Save the file** and reload your theme in BetterDiscord.