To switch to the Default Member List version of the theme, follow these steps:
-
Open the theme file in a text editor.
-
Locate the following line and comment it out by wrapping it with
/*
and*/
:@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');
→ Becomes:
/*@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');*/
-
Find the following line and uncomment it by removing the
/*
and*/
:/*@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark%2B/Dark%2B-Default-Member-List.css');*/
→ Becomes:
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark%2B/Dark%2B-Default-Member-List.css');
-
Save the file.
- Home icon
- Colors
Made with 💜 by @devevil/DevEvil#8745