If you’re looking to give your Discord a fresh and stylish makeover, the ClearVision v6 theme is a great choice! This guide will walk you through the installation process, how to customize it, and some troubleshooting tips to ensure you have a smooth experience.
Installing ClearVision Theme
Before diving into installation, please note that while ClearVision strives for compatibility with widely-used plugins, it does not provide active support for every new plugin that comes out. Here are the steps you need to follow depending on your Discord client:
- For BetterDiscord and Vencord:
- Download the theme file from our official support server, BetterDiscord Website, or releases.
- Move the downloaded file into your injector’s themes folder:
- BetterDiscord: %appdata%/betterdiscord/themes
- Vencord: %appdata%/vencord/themes
- For Replugged: Check out our Replugged theme here!
- Using the theme online: You have a couple of options:
- Link 1: ClearVision CSS
- Link 2: Raw CSS
To customize, create a custom CSS and add variables like so:
:root { --main-color: red; --hover-color: yellow; }
Building from Source
If you’re looking to build the theme from source, follow these steps:
- Install NodeJS and make sure you have the following dependencies:
- Sass
- PostCSS Autoprefixer
- PostCSS CLI
- Rimraf (for cleanup)
- Prettier (for code formatting)
- Run
npm install
to install all missing dependencies. - Finally, run
npm run build
to compile the theme into the public folder.
Troubleshooting Common Issues
If you encounter any issues during installation or customization, consider the following troubleshooting tips:
- Ensure that you’ve placed the theme file in the correct folder for your injector.
- Verify that your Discord client is updated to the latest version.
- If the theme doesn’t appear, check if any other themes are enabled that may conflict with ClearVision.
- Sometimes files may not load correctly; try restarting Discord to refresh the changes.
For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
Contributing to ClearVision
If you’re interested in contributing, you can run npm run test
to compile the theme. The resulting main.css
file will be located in the test directory. You can then copy this file into BetterDiscord’s Custom CSS or place it in the themes folder and enable it in settings.
Conclusion
With ClearVision v6, customizing your Discord experience is just a few easy steps away. Enjoy your sleek new theme and the functionalities that come with it.
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.