Skip to content

Commit

Permalink
UPDATE: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Mar 30, 2024
1 parent 26ac49d commit 6ae6e46
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Binary file added .github/assets/DmIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/ExtendedMenu.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 24 additions & 2 deletions README.md
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
```

0 comments on commit 6ae6e46

Please sign in to comment.