Skip to content

A custom dark theme designed for use with BetterDiscord

Notifications You must be signed in to change notification settings

wiemanboy/WiemanTheme

Repository files navigation

logo

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.

Notable Features

  • 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.
    DmIcons
  • A collapsible server list to make better use of space.
    ExtendedMenu.gif

Installation

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.

Compiling the Stylesheet

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"

Bugs and Suggestions

If you find any bugs or have any suggestions, feel free to open an issue or pull request.