Skip to content

kyan0s-git/ClearVision-v7-Custom

 
 

Repository files navigation

ClearVision v7

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

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-v6/main.css or https://raw.githubusercontent.com/ClearVision/ClearVision-v6/master/ClearVision_v6.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

You can run pnpm run test to compile the theme. The main.css file will be in 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

A forked version of Clearvision, a highly customizable theme for BetterDiscord and Vencord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 97.7%
  • CSS 2.3%