You are now able to customize the theme with a preview before downloading it to your computer.
Thank you to @Gibbu to providing this.
Download the theme file and move it into your BetterDiscord themes folder:
In order build the theme from source you will need Sass & PostCSS Autoprefixer.
With npm installed you can simply run npm install
to install all missing dependencies and compile the theme into the /public
folder via npm run build
.
Dependencies:
- node-sass
- PostCSS Autoprefixer
- PostCSS CLI
- DiscordSelectors (included in the
/lib
folder) - rimraf (for cleanup)
In order to contribute you need to be able to compile Sass.
If you use Dart Sass via CLI, you can run:
sass main.scss:public/main.css --watch
This will compile the theme into the /public
folder and watch changes.