This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
Mods
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.
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 |
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!
- Open your theme folder (If you dont know how, you can find it on the Installation wiki page)
- Open the ClearVision theme file
- Find the line that looks like this:
@import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css);
- Paste the following after it:
@import url();
- Copy the link to the mods CSS
- 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);
- Save the file and reload Discord