Last active
March 20, 2023 17:02
-
-
Save hdboye/39250913ce7ae6216e14a3417fdb5728 to your computer and use it in GitHub Desktop.
silly portal clearvision theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @name funky_portal | |
* @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=Consolas:wght@100;300;400;500;700&display=swap'); | |
@import url('https://gist.githubusercontent.com/hdboye/73fef5beac05c512e2ace0d381c1b4cb/raw/8b8d3261a276d833cd521c726789b8bc7e6e2236/ClearVisionMod.css'); | |
@import url('https://nyri4.github.io/Discolored/main.css'); | |
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css'); | |
:root { | |
--main-color: #ADADAD; | |
--hover-color: #3A3A3A; | |
--success-color: #00C533; | |
--danger-color: #BF0000; | |
--url-color: #00AEBF; | |
--background-image: url('https://images6.alphacoders.com/483/483285.jpg'); | |
--background-shading: 100%; | |
--background-position: center; | |
--background-size: cover; | |
--background-repeat: no-repeat; | |
--background-attachment: scroll; | |
--background-brightness: 75%; | |
--background-contrast: 100%; | |
--background-saturation: 150%; | |
--background-grayscale: 0%; | |
--background-invert: 0%; | |
--background-blur: 1px; | |
--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: 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.github.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://i.imgur.com/RhJBWGQ.png'); | |
--home-position: center; | |
--home-size: 40px; | |
--channel-unread: #FFFFFF; | |
--channel-color: rgb(155,155,155,1); | |
--muted-color: rgb(51,51,51,1); | |
--online-color: #02D300; | |
--idle-color: #BF7E00; | |
--dnd-color: #C10000; | |
--streaming-color: #4900C7; | |
--offline-color: #1B1B1B; | |
--main-font: gg sans; | |
--code-font: Consolas; | |
--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); | |
--rs-small-spacing: 2px; | |
--rs-medium-spacing: 2px; | |
--rs-large-spacing: 2px; | |
--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; | |
} | |
/* Any custom CSS below here */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment