Skip to content

ClearVision/ClearVision-v7

Repository files navigation

ClearVision v7

code style: prettier Language: Sass License Discord Server Issues Pull Requests

v6 Sapphire

Presets

List of presets available. All primarily for dark mode

Goals:

  • Supports visual refresh - New UI with new chat input & new UI with old chat input
  • Supports both light and dark, along with dark variants
  • Supports saturation setting
  • Uses smallest css target possible
  • Plugin support in extra files for respective client mods

Theme Editor

Currently not available

You can check for updates regarding the theme editor here

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.

For BD and Vencord:

Download the theme file from our official support server, the BetterDiscord Website or releases and move it into your injector's themes folder:

  • BetterDiscord: %appdata%\betterdiscord\themes
  • Vencord: %appdata%\vencord\themes

For using the theme online:

There are multiple ways to do this if your client offers using an online version. The suggested two are https://clearvision.github.io/ClearVision-v7/main.css or https://raw.githubusercontent.com/ClearVision/ClearVision-v7/master/ClearVision-v7.theme.css

For customizing the theme from there, you'll want to use custom css and add any variables you'd like to change. It should look something like this:

:root {
	--main-color: red;
	--hover-color: yellow;
}

Building from source

To build the theme from source, first install npm from the dependencies below, then you can run pnpm install to install all missing dependencies and pnpm run build to compile the theme into the /public folder.

Dependencies

Contributing

Run pnpm run test to compile the theme.

The main.css file builds to the /test directory, which can then be copied into your client mod's Custom CSS or placed in the themes folder and enabled in settings. Just make sure any other themes are disabled for testing.

Support

Join our discord server and post in our support channel if you need additional help!

About

Highly customizable theme for BetterDiscord and Vencord.

Resources

License

Stars

Watchers

Forks

Packages

No packages published