ClearVision-v6
ClearVision-v6 copied to clipboard
Highly customizable theme for BetterDiscord.
Theme Editor
You are now able to customize the theme with a preview before downloading it to your computer.
Thank you to @Gibbu to providing this.
Installing
Note: ClearVision doesn't actively support plugins (as in, we don't seek out and actively theme fixes to every new plugin). However, when a plugin is widely used, we try our best to stay compatible.
Download the theme file and move it into your BetterDiscord themes folder:
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.

