WiemanTheme is a custom theme designed for BetterDiscord.
Initially made for personal use, I decided to make it available to the public for anyone to download if they wish.
- A custom color scheme that is easy on the eyes, featuring a nice purple color.
- Some readjustment of UI elements to eliminate clutter and make the UI more compact.
- A collapsible server list to make better use of space.
If you're interested, you can download the latest release. Alternatively, you can clone this file from the release branch.
git clone --branch release --single-branch https://github.com/wiemanboy/WiemanTheme.git
If you are interested in editing or forking the theme, you can clone the master branch and compile the stylesheet yourself.
To compile the stylesheet, you will need to have Node.js installed.
First, install the dependencies:
npm install
Then the scss files can be compiled using the following command:
npm run compile
The info for the theme can be changed in the compile command:
npm run compile -- name="CustomName" author="you" description="Custom description" source="github link"
If you find any bugs or have any suggestions, feel free to open an issue or pull request.