-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
# WiemanTheme | ||
![logo](.github/assets/logo.png) | ||
|
||
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](.github/assets/DmIcons.png) | ||
- A collapsible server list to make better use of space. | ||
![ExtendedMenu.gif](.github/assets/ExtendedMenu.gif) | ||
|
||
## Installation | ||
|
||
If you're interested you can [download the latest release](https://github.com/wiemanboy/WiemanTheme/releases/). | ||
Alternatively, you can clone this file from the [release branch](https://github.com/wiemanboy/WiemanTheme/tree/release). | ||
|
||
If you are interested in editing or forking the theme, you can clone | ||
the [master branch](https://github.com/wiemanboy/WiemanTheme/tree/master) and compile the stylesheet yourself by: | ||
|
||
Installing the sass dependency: | ||
```bash | ||
npm install | ||
``` | ||
|
||
Overall, the WiemanTheme offers a stylish and functional option for those looking to add a personal touch to their Discord experience. If you're interested, feel free to check it out and give it a try! | ||
And compiling the stylesheet: | ||
```bash | ||
npm run compile | ||
``` |