/** * @name B0t Creati0n * @version 6.3.0 * @description Highly customizable and beautiful theme for BetterDiscord and Vencord. * @BDEditor Clear Vision */ @import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300;400;500;700&display=swap'); @import url('https://clearvision.github.io/ClearVision-v6/main.css'); @import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css'); @import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css'); :root { --main-color: #FF0000; --hover-color: #AD0000; --success-color: #072819; --danger-color: #1C3A1D; --url-color: #03A9F4; --background-image: url('https://i.imgur.com/eMxeWGw.png'); --background-shading: 100%; --background-position: center; --background-size: cover; --background-repeat: no-repeat; --background-attachment: fixed; --background-brightness: 100%; --background-contrast: 100%; --background-saturation: 100%; --background-grayscale: 0%; --background-invert: 0%; --background-blur: 0px; --background-overlay: rgba(0,0,0,0.6); --user-popout-image: url('https://clearvision.github.io/images/sapphire.jpg'); --user-popout-position: center; --user-popout-size: auto; --user-popout-repeat: no-repeat; --user-popout-attachment: fixed; --user-popout-brightness: 50%; --user-popout-contrast: 100%; --user-popout-saturation: 100%; --user-popout-grayscale: 0%; --user-popout-invert: 50%; --user-popout-blur: 10px; --user-modal-image: url('https://wallpaper-mania.com/wp-content/uploads/2018/09/High_resolution_wallpaper_background_ID_77700321993.jpg'); --user-modal-position: center; --user-modal-size: cover; --user-modal-repeat: no-repeat; --user-modal-attachment: fixed; --user-modal-brightness: 117%; --user-modal-contrast: 300%; --user-modal-saturation: 300%; --user-modal-grayscale: 0%; --user-modal-invert: 0%; --user-modal-blur: 0px; --home-icon: url('https://i.imgur.com/MAdvvDP.png'); --home-position: center; --home-size: 50px; --channel-unread: var(--main-color); --channel-color: rgba(255,255,255,0.3); --muted-color: rgba(255,255,255,0.1); --online-color: #43b581; --idle-color: #faa61a; --dnd-color: #982929; --streaming-color: #593695; --offline-color: #808080; --main-font: Exo 2; --code-font: Consolas; --channels-width: 220px; --members-width: 200px; --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); --rs-small-spacing: 0px; --rs-medium-spacing: 0px; --rs-large-spacing: 0px; --rs-small-width: 2px; --rs-medium-width: 2px; --rs-large-width: 2px; --rs-avatar-shape: 50%; --rs-online-color: #43b581; --rs-idle-color: #faa61a; --rs-dnd-color: #f04747; --rs-offline-color: #636b75; --rs-streaming-color: #643da7; --rs-phone-visible: block; --columns: 3; --guildgap: 1; --aligndms: 0; } /* Any custom CSS below here */