Update ClearVision_v6.theme.css

This commit is contained in:
DooSkagg 2024-05-26 22:50:20 -04:00 committed by GitHub
parent 982dd1d423
commit 55c97c36d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
/* IMPORT CSS */ /* IMPORT CSS */
@import url(https://clearvision.github.io/ClearVision-v6/main.css); @import url(https://clearvision.github.io/ClearVision-v6/main.css);
@import url(https://clearvision.github.io/Addons/speech-bubbles.css); /* @import url(https://clearvision.github.io/Addons/speech-bubbles.css); */
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);
/* SETTINGS */ /* SETTINGS */
@ -40,8 +40,8 @@
--members-width: 240px; /* member list width [default: 240px] */ --members-width: 240px; /* member list width [default: 240px] */
/* APP BACKGROUND */ /* APP BACKGROUND */
--background-shading: 25%; /* app background shading (0 for complete smoothness) [default: 100%] */ --background-shading: 0%; /* app background shading (0 for complete smoothness) [default: 100%] */
--background-overlay: rgba(0, 0, 0, 0.35); /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */ --background-overlay: rgba(0, 0, 0, 1); /* app background overlay color/gradient [default: rgba(0, 0, 0, 0.6)] */
--background-image: none; /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)]*/ --background-image: none; /* app background image (link must be HTTPS) [default: url(https://clearvision.github.io/images/sapphire.jpg)]*/
--background-position: center; /* app background position [default: center] */ --background-position: center; /* app background position [default: center] */
--background-size: cover; /* app background size [default: cover] */ --background-size: cover; /* app background size [default: cover] */
@ -64,7 +64,7 @@
--channel-unread: var(--main-color); /* Unread Server channel color. [default: var(--main-color)] THIS OVERRIDES YOUR MAIN COLOR*/ --channel-unread: var(--main-color); /* Unread Server channel color. [default: var(--main-color)] THIS OVERRIDES YOUR MAIN COLOR*/
--channel-color: rgba(255, 255, 255, 0.75); /*Read Server channel color [default: rgba(255,255,255,0.3);]*/ --channel-color: rgba(255, 255, 255, 0.75); /*Read Server channel color [default: rgba(255,255,255,0.3);]*/
--channel-text-selected: #fff; /* Selected channel text color, CV default is #fff */ --channel-text-selected: #fff; /* Selected channel text color, CV default is #fff */
--muted-color: rgba(255, 255, 255, 0.1); /*Muted channel color [default: rgba(255,255,255,0.1);]*/ --muted-color: rgba(255, 255, 255, 0.3); /*Muted channel color [default: rgba(255,255,255,0.1);]*/
/* MODAL BACKDROP */ /* MODAL BACKDROP */
--backdrop-overlay: rgba(0, 0, 0, 0.85); /* modal backdrop overlay color/gradient [default: rgba(0, 0, 0, 0.8)] */ --backdrop-overlay: rgba(0, 0, 0, 0.85); /* modal backdrop overlay color/gradient [default: rgba(0, 0, 0, 0.8)] */
@ -116,6 +116,6 @@
--bd-blue-active: var(--hover-color); /* betterdiscord active color [default: var(--hover-color)] */ --bd-blue-active: var(--hover-color); /* betterdiscord active color [default: var(--hover-color)] */
/* Speech Bubbbles */ /* Speech Bubbbles */
--bubble-color: rgba(16, 16, 16, 0.9); /* --bubble-color: rgba(16, 16, 16, 0.9);
--bubble-hover-color: rgba(16, 16, 16, 1); --bubble-hover-color: rgba(16, 16, 16, 1); */
} }