Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Zerthox edited this page Mar 18, 2018 · 30 revisions

In addition to the theme itself there are several smaller and larger mods available for ClearVision.


List of mods

Name Author Description CSS Link
Contrast Improvements Hebgbs Black text and objects where it is otherwise difficult to see with brighter colours ContrastImprovements.css
Eclipsing Avatars Hebgbs User status enhancer to make avatars fit in with a lunar-style theme EclipsingAvatars.css
Clean Status Picker Zerthox Remove unnecessary help texts from status picker CleanStatusPicker.css
Lightify Zerthox Make light version really light
(Reverts back to old version)
Lightify.css
No Loading Animations Zerthox Remove ClearVision start up animations NoLoadingAnimations.css
No Nitro Marks Zerthox Remove ClearVision Nitro user marks NoNitroMarks.css
Ombre Background Hebgbs A style for people who want to embrace their inner fashionista; This will supersede the dark tint in ClearVision with a gradient of your choosing. OmbreBackground.css
Remove Shadows Zerthox Remove Shadows behind avatars & guilds RemoveShadows.css
Smooth Backgrounds Zerthox & Hebgbs Make the background really clear & more smooth SmoothBackgrounds.css

Submitting mods

If you want to submit new mods, join the ClearVision Discord server and message an Admin.
After the Admins has looked over your CSS and approved the mod, it will be uploaded to the mod folder, added to the wiki and you will recieve the CSS Dev role.

ClearVision Discord server: Click to join!


Downloading mods

  1. Open your theme folder (If you dont know how, you can find it on the Installation wiki page)
  2. Open the ClearVision theme file
  3. Find the line that looks like this:
@import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css);
  1. Paste the following after it: @import url();
  2. Copy the link to the mods CSS
  3. Paste the link between the two brackets
    Now it should look like this (In this example the mod name is replaced with [...]):
@import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css);
@import url(https://zerthox.github.io/ClearVision/mods/[...].css);
  1. Save the file and reload Discord

Clone this wiki locally