nope
discord by dweam
Details
Authordweam
LicenseNo License
Categorynope
Created
Updated
Size3.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name discord
@version 20220325.06.35
@namespace userstyles.world/user/dweam
@description nope
@author dweam
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://discord.com") {
/**
* @name Aesthetic Discord Theme
* @author Interversed
* @version 1
* @description Highly customizable and beautiful theme for Stylish
* @source https://github.com/ClearVision/ClearVision-v6
* @website https://clearvision.gitlab.io
* @invite q88p7JnYPq
*/
:root
{
--main-color: #2780e6;
--hover-color: #1e63b3;
--success-color: #43b581;
--danger-color: #982929;
--url-color: var(--main-color);
--background-image: url('https://i.imgur.com/Al4J6iH.jpg');
--background-shading: 100%;
--background-position: center;
--background-size: cover;
--background-repeat: no-repeat;
--background-attachment: fixed;
--background-brightness: 100%;
--background-contrast: 169%;
--background-saturation: 159%;
--background-grayscale: 0%;
--background-invert: 0%;
--background-blur: 0px;
--background-overlay: rgba(0,0,0,0.6);
--user-popout-image: url('https://clearvision.gitlab.io/images/sapphire.jpg');
--user-popout-position: center;
--user-popout-size: cover;
--user-popout-repeat: no-repeat;
--user-popout-attachment: fixed;
--user-popout-brightness: 100%;
--user-popout-contrast: 100%;
--user-popout-saturation: 100%;
--user-popout-grayscale: 0%;
--user-popout-invert: 0%;
--user-popout-blur: 3px;
--user-modal-image: url('https://clearvision.gitlab.io/images/sapphire.jpg');
--user-modal-position: center;
--user-modal-size: cover;
--user-modal-repeat: no-repeat;
--user-modal-attachment: fixed;
--user-modal-brightness: 100%;
--user-modal-contrast: 100%;
--user-modal-saturation: 100%;
--user-modal-grayscale: 0%;
--user-modal-invert: 0%;
--user-modal-blur: 3px;
--home-icon: url('https://wallpapercave.com/wp/wp8761712.jpg');
--home-position: center;
--home-size: 70px;
--channel-unread: #E91E63;
--channel-color: rgb(233,30,99,1);
--channel-color: rgb(233,30,99,1);
--online-color: #43b581;
--idle-color: #faa61a;
--dnd-color: #982929;
--streaming-color: #593695;
--offline-color: #808080;
--main-font: Whitney;
--code-font: Consolas;
--channels-width: 190px;
--members-width: 230px;
--backdrop-overlay: rgba(0,0,0,0.8);
--backdrop-image: var(--background-image);
--backdrop-position: var(--background-position);
--backdrop-size: var(--background-size);
--backdrop-repeat: var(--background-repeat);
--backdrop-attachment: var(--background-attachment);
--backdrop-brightness: var(--background-brightness);
--backdrop-contrast: var(--background-contrast);
--backdrop-saturation: var(--background-saturation);
--backdrop-invert: var(--background-invert);
--backdrop-grayscale: var(--background-grayscale);
--backdrop-sepia: var(--background-sepia);
--backdrop-blur: var(--background-blur);
--bd-blue: var(--main-color);
--bd-blue-hover: var(--hover-color);
--bd-blue-active: var(--hover-color);
}
}