/** * @name EVA01-Red * @author ClearVision Team * @version 6.3.0 * @description Highly customizable and beautiful theme for BetterDiscord. * @source https://github.com/ClearVision/ClearVision-v6 * @website https://clearvision.github.io * @invite 7pNUC9C * @BDEditor Clear Vision */ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@100;300;400;500;700&display=swap'); @import url('https://clearvision.github.io/ClearVision-v6/main.css'); :root { --main-color: #B73A3A; --hover-color: #7D2121; --success-color: #FFC107; --danger-color: #673AB7; --url-color: var(--main-color); --background-image: url('https://i.redd.it/wahtpflus1471.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://preview.redd.it/9pzfvfavjgn71.png?width=1920&format=png&auto=webp&v=enabled&s=f79948525fd4475a76c1669fdc78759ce10ef39c'); --user-popout-position: center; --user-popout-size: cover; --user-popout-repeat: no-repeat; --user-popout-attachment: fixed; --user-popout-brightness: 99%; --user-popout-contrast: 100%; --user-popout-saturation: 100%; --user-popout-grayscale: 0%; --user-popout-invert: 100%; --user-popout-blur: 2px; --user-modal-image: url('https://i.redd.it/b269lwjizqg41.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://i.imgur.com/MV6ytm4.png'); --home-position: center; --home-size: 28px; --channel-unread: var(--main-color); --channel-color: rgba(255,255,255,0.3); --muted-color: rgba(255,255,255,0.1); --online-color: #009688; --idle-color: #FFEB3B; --dnd-color: #982929; --streaming-color: #593695; --offline-color: #808080; --main-font: Roboto; --code-font: Fira Code; --channels-width: 220px; --members-width: 240px; --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); } /* Any custom CSS below here */