ClearVision v6
August 15, 2023 ยท View on GitHub
Theme Editing
Please join the Clearvision support server for more details as a temporary solution. This will be resolved in the future
Installing
To install to Replugged, follow this link
Building from source
In order build the theme from source, you can simply run npm install to install all missing dependencies, and npm run build to compile the theme into the /public folder.
Dependencies
- sass
- PostCSS Autoprefixer
- PostCSS CLI
- rimraf (for cleanup)
- Prettier (code formatting)
- DiscordSelectors (included in the
/libfolder)
Contributing
You can run npm run test to compile the theme.
The main.css file will be in the /test directory, which can then be copied into BetterDiscord's Custom CSS.

