Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2023-11-18 17:55:08 +01:00
parent 24f682e8e8
commit ea4fe33f5c
1 changed files with 143 additions and 148 deletions

View File

@ -278,7 +278,7 @@
/* ~~~~ 1. GUILDLIST ~~~~ */ /* ~~~~ 1. GUILDLIST ~~~~ */
.wrapper_d281dd.selected_f5ec8e .childWrapper__01b9c, /* home/acronym */ .wrapper_d281dd.selected_f5ec8e .childWrapper__01b9c, /* home/acronym */
.wrapper_d281dd:hover .childWrapper__01b9c { .wrapper_d281dd:hover .childWrapper__01b9c {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
@ -377,11 +377,11 @@
/* ---- 3.1. MESSAGES ---- */ /* ---- 3.1. MESSAGES ---- */
.newMessagesBar__8b6d7 { /* new messagesbar */ .newMessagesBar__8b6d7 { /* new messagesbar */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.hasMore_b03f46 { /* hasmore messagesbar */ .hasMore_b03f46 { /* hasmore messagesbar */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
@ -434,12 +434,12 @@
border-color: rgb(var(--accentcolor_v)) !important; border-color: rgb(var(--accentcolor_v)) !important;
} }
.ephemeral_c26b64, /* localbot container */ .ephemeral_c26b64, /* localbot container */
.replying_d7b6ad { /* replying container */ .replying_d7b6ad { /* replying container */
background-color: rgba(var(--accentcolor_v), 0.05); background-color: rgba(var(--accentcolor_v), 0.05);
} }
.ephemeral_c26b64::before, /* localbot before */ .ephemeral_c26b64::before, /* localbot before */
.replying_d7b6ad::before { /* replying before */ .replying_d7b6ad::before { /* replying before */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.message__80c10.ephemeral_c26b64.selected_fd9051, .message__80c10.ephemeral_c26b64.selected_fd9051,
@ -454,24 +454,24 @@
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.operations__07224 > a { /* message operations */ .operations__07224 > a { /* message operations */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.blockedSystemMessage_e58a4c:hover .blockedAction__27053 { /* blocked message operations */ .blockedSystemMessage_e58a4c:hover .blockedAction__27053 { /* blocked message operations */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.footerIcon__61cc7 path[fill*="hsl(197, "] { /* automod operations */ .footerIcon__61cc7 path[fill*="hsl(197, "] { /* automod operations */
fill: var(--text-link); fill: var(--text-link);
} }
.icon_bc432e { /* systemmessage guild sub easter egg icon */ .icon_bc432e { /* systemmessage guild sub easter egg icon */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.message__1a4b9 strong, /* mention in header */ .message__1a4b9 strong, /* mention in header */
#app-mount .wrapper__2d9b1 { /* mention */ #app-mount .wrapper__2d9b1 { /* mention */
background-color: rgba(var(--accentcolor_v),.3); background-color: rgba(var(--accentcolor_v),.3);
color: var(--brand-experiment-200); color: var(--brand-experiment-200);
} }
@ -481,21 +481,20 @@
color: #fff; color: #fff;
} }
#app-mount .reactionMe__98f57 .reactionCount_b49901, /* reaction count me */ #app-mount .reactionMe__98f57 .reactionCount_b49901, /* reaction count me */
#app-mount .reactionMe__98f57:hover .reactionCount_b49901 { #app-mount .reactionMe__98f57:hover .reactionCount_b49901 {
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
#app-mount .reaction_fef95b.reactionMe__98f57 { /* reaction wrapper me */ #app-mount .reaction_fef95b.reactionMe__98f57 { /* reaction wrapper me */
background-color: rgba(var(--accentcolor_v), .3); background-color: rgba(var(--accentcolor_v), .3);
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
#app-mount .reaction_fef95b:hover, /* reaction add react */ #app-mount .reaction_fef95b:hover, /* reaction add react */
.addReactButton__59750:hover, /* reaction add new react */ .addReactButton__59750:hover, /* reaction add new react */
.buttonInner__2771e:hover { .buttonInner__2771e:hover {
border-color: rgba(var(--accentcolor_v), .5); border-color: rgba(var(--accentcolor_v), .5);
} }
/* attachment upload bar */ .progressBar__47525[style*="background-color: hsl(227, "], /* attachment upload bar */
.progressBar__47525[style*="background-color: hsl(227, "],
.progressBar__47525[style*="background-color: hsl(235, "] { .progressBar__47525[style*="background-color: hsl(235, "] {
background-color: rgb(var(--accentcolor_v)) !important; background-color: rgb(var(--accentcolor_v)) !important;
} }
@ -509,8 +508,8 @@
#app-mount .selectedPill_f3e999 { #app-mount .selectedPill_f3e999 {
border-color: rgb(var(--accentcolor_v)) !important; border-color: rgb(var(--accentcolor_v)) !important;
} }
/* textarea follow channel icon */
.image__04423[src="/assets/60ea1d16163c13845ccf31e70fd6528b.svg"] { .image__04423[src="/assets/60ea1d16163c13845ccf31e70fd6528b.svg"] { /* textarea follow channel icon */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_followchannel_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_followchannel_bg.svg) center/contain no-repeat;
width: 47px; width: 47px;
@ -531,8 +530,7 @@
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_followchannel_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_followchannel_accent.svg) center/contain no-repeat;
} }
/* textarea verify email icon */ .image__04423[src="/assets/0e33fc3f60b69ba9b0247df60d589439.svg"] { /* textarea verify email icon */
.image__04423[src="/assets/0e33fc3f60b69ba9b0247df60d589439.svg"] {
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_bg.svg) center/contain no-repeat;
width: 65px; width: 65px;
@ -553,8 +551,7 @@
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_accent.svg) center/contain no-repeat;
} }
/* textarea verify phone icon */ .image__04423[src="/assets/45372ebbfad1c491747d6f5b7117fd88.svg"] { /* textarea verify phone icon */
.image__04423[src="/assets/45372ebbfad1c491747d6f5b7117fd88.svg"] {
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_bg.svg) center/contain no-repeat;
width: 65px; width: 65px;
@ -576,15 +573,14 @@
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/chatnotice_verifyemail_accent.svg) center/contain no-repeat;
} }
/* textarea wave hand icon */ .animation__19784 path[stroke="rgb(123,162,255)"], /* textarea wave hand icon */
.animation__19784 path[stroke="rgb(123,162,255)"],
.animation__19784 path[stroke="rgb(123, 162, 255)"], .animation__19784 path[stroke="rgb(123, 162, 255)"],
.animation__918eb path[stroke="rgb(123,162,255)"], .animation__918eb path[stroke="rgb(123,162,255)"],
.animation__918eb path[stroke="rgb(123, 162, 255)"] { .animation__918eb path[stroke="rgb(123, 162, 255)"] {
stroke: rgb(var(--accentcolor_v)) !important; stroke: rgb(var(--accentcolor_v)) !important;
} }
.mentionButton_a470c4 { /* textarea reply mention */ .mentionButton_a470c4 { /* textarea reply mention */
--text-link: rgb(var(--accentcolor_v)); --text-link: rgb(var(--accentcolor_v));
} }
@ -601,15 +597,15 @@
/* ---- 3.3. AUTOCOMPLETEMENU ---- */ /* ---- 3.3. AUTOCOMPLETEMENU ---- */
#app-mount .active_cff9ad { /* autocomplete option active */ #app-mount .active_cff9ad { /* autocomplete option active */
background-color: rgb(var(--accentcolor_v)) !important; background-color: rgb(var(--accentcolor_v)) !important;
} }
#app-mount .searchSuggestion__1a6a7:hover { /* gifpicker suggestions */ #app-mount .searchSuggestion__1a6a7:hover { /* gifpicker suggestions */
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.result_e1fc74[style*="background-color"] { /* gifpicker result loading */ .result_e1fc74[style*="background-color"] { /* gifpicker result loading */
background-color: rgb(var(--accentcolor_v)) !important; background-color: rgb(var(--accentcolor_v)) !important;
} }
.result_e1fc74[style*="background-color: hsl(228,"] { .result_e1fc74[style*="background-color: hsl(228,"] {
@ -618,35 +614,35 @@
.result_e1fc74[style*="background-color: hsl(244,"] { .result_e1fc74[style*="background-color: hsl(244,"] {
background: var(--accentcolor-active) !important; background: var(--accentcolor-active) !important;
} }
.theme-light .focused__036ed::after, /* gifpicker result hover */ .theme-light .focused__036ed::after, /* gifpicker result hover */
.theme-light .result_e1fc74:hover::after { .theme-light .result_e1fc74:hover::after {
box-shadow: inset 0 0 0 2px rgb(var(--accentcolor_v)), inset 0 0 0 3px #dcddde; box-shadow: inset 0 0 0 2px rgb(var(--accentcolor_v)), inset 0 0 0 3px #dcddde;
} }
.theme-dark .focused__036ed::after, /* gifpicker result hover */ .theme-dark .focused__036ed::after, /* gifpicker result hover */
.theme-dark .result_e1fc74:hover::after { .theme-dark .result_e1fc74:hover::after {
box-shadow: inset 0 0 0 2px rgb(var(--accentcolor_v)), inset 0 0 0 3px #2f3136; box-shadow: inset 0 0 0 2px rgb(var(--accentcolor_v)), inset 0 0 0 3px #2f3136;
} }
#app-mount .categoryFadeBlurple_e73c11 { /* gifpicker categoryfade */ #app-mount .categoryFadeBlurple_e73c11 { /* gifpicker categoryfade */
background-color: rgba(var(--accentcolor_v), 0.8); background-color: rgba(var(--accentcolor_v), 0.8);
} }
#app-mount .categoryFadeBlurple_e73c11:hover { #app-mount .categoryFadeBlurple_e73c11:hover {
background-color: rgba(var(--accentcolor_v), 0.95); background-color: rgba(var(--accentcolor_v), 0.95);
} }
.introductionAction__81937 { /* gifpicker introductionaction tooltip */ .introductionAction__81937 { /* gifpicker introductionaction tooltip */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.iconColorBlue__08dbe { /* stickerpicker icon blue */ .iconColorBlue__08dbe { /* stickerpicker icon blue */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.iconColorLightBlue__74e09 { /* stickerpicker icon lightblue */ .iconColorLightBlue__74e09 { /* stickerpicker icon lightblue */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(150%); filter: brightness(150%);
} }
.iconColorDarkBlue__0a65b { /* stickerpicker icon darkblue */ .iconColorDarkBlue__0a65b { /* stickerpicker icon darkblue */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(75%); filter: brightness(75%);
} }
.iconColorPink__1b50a { /* stickerpicker icon pink */ .iconColorPink__1b50a { /* stickerpicker icon pink */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
@ -694,7 +690,7 @@
/* ~~~~ 4. PEOPLES ~~~~ */ /* ~~~~ 4. PEOPLES ~~~~ */
.container__9305d { /* stagelive cover */ .container__9305d { /* stagelive cover */
background: rgb(255, 255, 255) linear-gradient(rgba(var(--accentcolor_v),.8) 75%, rgb(var(--accentcolor_v)) 75%, rgb(var(--accentcolor_v))); background: rgb(255, 255, 255) linear-gradient(rgba(var(--accentcolor_v),.8) 75%, rgb(var(--accentcolor_v)) 75%, rgb(var(--accentcolor_v)));
} }
.container__9305d .illustration__9d719 { .container__9305d .illustration__9d719 {
@ -705,7 +701,7 @@
/* ~~~~ 5. STORE/NITRO ~~~~ */ /* ~~~~ 5. STORE/NITRO ~~~~ */
#app-mount .premiumIndicator__41e19 { /* premium where? */ #app-mount .premiumIndicator__41e19 { /* premium where? */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
@ -731,7 +727,7 @@
background: #ffcd4b linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: #ffcd4b linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
#app-mount .tag_f71185 { /* tag */ #app-mount .tag_f71185 { /* tag */
background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
#app-mount .tag_f71185::before { #app-mount .tag_f71185::before {
@ -743,17 +739,17 @@
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.overlappingBorder__5f3f7 { /* store preview image */ .overlappingBorder__5f3f7 { /* store preview image */
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
#app-mount .headerFancy__4a1d2 { /* store header fancy */ #app-mount .headerFancy__4a1d2 { /* store header fancy */
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
#app-mount .premiumHeaderPrice_a3d92b { /* store price */ #app-mount .premiumHeaderPrice_a3d92b { /* store price */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.premiumCircle_bce940 { /* store premiumcircle */ .premiumCircle_bce940 { /* store premiumcircle */
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
#app-mount .staffIcon__75ed2 { /* store stafficon */ #app-mount .staffIcon__75ed2 { /* store stafficon */
@ -762,12 +758,12 @@
#app-mount .nitroIcon__90a15 { /* store nitroicon */ #app-mount .nitroIcon__90a15 { /* store nitroicon */
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
.confirmPremiumIcon_ac48e0, /* store confirmpremiumicon */ .confirmPremiumIcon_ac48e0, /* store confirmpremiumicon */
.gameIcon__90c32[style*="/assets/f6cbcdc9366fb8d31e03bdc6c9c50246.svg"] { .gameIcon__90c32[style*="/assets/f6cbcdc9366fb8d31e03bdc6c9c50246.svg"] {
background-color: rgb(255, 255, 255) !important; background-color: rgb(255, 255, 255) !important;
background-image: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/nitrobadge_details.svg), linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)) !important; background-image: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/nitrobadge_details.svg), linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)) !important;
} }
.pageWrapper__3bbe1 { /* store pagewrapper */ .pageWrapper__3bbe1 { /* store pagewrapper */
background: #fff linear-gradient(114deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.6)); background: #fff linear-gradient(114deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.6));
} }
@ -797,14 +793,14 @@
/* ~~~~ 6. LIBRARY ~~~~ */ /* ~~~~ 6. LIBRARY ~~~~ */
.foreground__26bd6 { /* installationpath fill */ .foreground__26bd6 { /* installationpath fill */
stroke: rgb(var(--accentcolor_v)); stroke: rgb(var(--accentcolor_v));
} }
/* ~~~~ 7. DISCOVERY ~~~~ */ /* ~~~~ 7. DISCOVERY ~~~~ */
.searchBox_a63854:focus, /* searchbox focus */ .searchBox_a63854:focus, /* searchbox focus */
.searchBox_a63854:focus-within, .searchBox_a63854:focus-within,
.searchPage__9ceaf .search_e47903 .searchBox__88a98:focus, .searchPage__9ceaf .search_e47903 .searchBox__88a98:focus,
.searchPage__9ceaf .search_e47903 .searchBox__88a98:focus-within { .searchPage__9ceaf .search_e47903 .searchBox__88a98:focus-within {
@ -815,16 +811,16 @@
box-shadow: 0 0 0 1px rgb(var(--accentcolor_v)), 0 0 0 2px rgba(var(--accentcolor_v), 0.6), 0 0 0 3px rgba(var(--accentcolor_v), 0.3); box-shadow: 0 0 0 1px rgb(var(--accentcolor_v)), 0 0 0 2px rgba(var(--accentcolor_v), 0.6), 0 0 0 3px rgba(var(--accentcolor_v), 0.3);
} }
#app-mount .activeButton__7a550, /* pagination button */ #app-mount .activeButton__7a550, /* pagination button */
#app-mount .activeButton__7a550:hover { #app-mount .activeButton__7a550:hover {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
/* categorylist selected item */
.categoryItem_b1be5c.selectedCategoryItem__0bf4c .itemInner__9e755 { .categoryItem_b1be5c.selectedCategoryItem__0bf4c .itemInner__9e755 { /* categorylist selected item */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.categoryPill_c95cea.selected__24846 { /* categorylist search categorypill */ .categoryPill_c95cea.selected__24846 { /* categorylist search categorypill */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
@ -835,11 +831,11 @@
fill: rgb(var(--accentcolor2_v)); fill: rgb(var(--accentcolor2_v));
} }
.dot__99c90 { /* settingsitems dot */ .dot__99c90 { /* settingsitems dot */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.cardBrand_c25152 { /* settingsitems card */ .cardBrand_c25152 { /* settingsitems card */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.cardBrand_c25152 { .cardBrand_c25152 {
@ -852,32 +848,32 @@
.background_b61fcc .lookLink__93965.colorLink_b651e5:hover .contents_fb6220 { .background_b61fcc .lookLink__93965.colorLink_b651e5:hover .contents_fb6220 {
--button--underline-color: rgb(var(--accentcolor_v)); --button--underline-color: rgb(var(--accentcolor_v));
} }
.contentCircle_bc797d { /* accountsettings avatar upload */ .contentCircle_bc797d { /* accountsettings avatar upload */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
#app-mount .questionMark__8d22a { /* accountsettings questionmark */ #app-mount .questionMark__8d22a { /* accountsettings questionmark */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
#app-mount .questionMark__8d22a:hover { #app-mount .questionMark__8d22a:hover {
background: var(--accentcolor-hover); background: var(--accentcolor-hover);
} }
.premiumFeatureBorder__9bbb3 { /* profilesettings premium border */ .premiumFeatureBorder__9bbb3 { /* profilesettings premium border */
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
#app-mount .tier1ProfilePerk__81c23 { /* nitropage tier 1 profile icon */ #app-mount .tier1ProfilePerk__81c23 { /* nitropage tier 1 profile icon */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(75%); filter: brightness(75%);
} }
#app-mount .tier1BoostPerk__07872 { /* nitropage tier 1 boost icon */ #app-mount .tier1BoostPerk__07872 { /* nitropage tier 1 boost icon */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
#app-mount .tier1UploadPerk__01029 { /* nitropage tier 1 upload icon */ #app-mount .tier1UploadPerk__01029 { /* nitropage tier 1 upload icon */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.marketingLogoImage__4820c { /* boostsettings boost header */ .marketingLogoImage__4820c { /* boostsettings boost header */
position: relative; position: relative;
} }
.fullArt_c24fa5, .fullArt_c24fa5,
@ -906,40 +902,40 @@
background: rgb(var(--accentcolor2_v)); background: rgb(var(--accentcolor2_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_boostheader_accent2.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_boostheader_accent2.svg) center/cover no-repeat;
} }
.tierUnlocked__01133 { /* boostsettings tierunlocked */ .tierUnlocked__01133 { /* boostsettings tierunlocked */
background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5)); background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5));
} }
.tierIcon__2ac8f:not(.tierIconLocked_c2f292) { /* boostsettings tiericon */ .tierIcon__2ac8f:not(.tierIconLocked_c2f292) { /* boostsettings tiericon */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.iconWrapper_e69235 { /* boostsettings uploadicon */ .iconWrapper_e69235 { /* boostsettings uploadicon */
background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5)); background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5));
} }
#app-mount .tierAccomplished__77998, #app-mount .tierAccomplished__77998,
#app-mount .tierCurrent_fc87b4 { #app-mount .tierCurrent_fc87b4 {
background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5)); background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor2_v)), rgba(var(--accentcolor2_v), 0.5));
} }
#app-mount .tierCloseHint_ec80c8 { /* boostsettings tierclosehint */ #app-mount .tierCloseHint_ec80c8 { /* boostsettings tierclosehint */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
#app-mount .tierCloseHint_ec80c8::before { #app-mount .tierCloseHint_ec80c8::before {
border-right-color: rgb(var(--accentcolor_v)); border-right-color: rgb(var(--accentcolor_v));
} }
#app-mount .tierHeaderUnlockedBackground__57afa { /* boostsettings tierheaderunlockedbg */ #app-mount .tierHeaderUnlockedBackground__57afa { /* boostsettings tierheaderunlockedbg */
background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: #ffcd4b linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
#app-mount .foreground__44f58 { /* boostsettings icon foreground */ #app-mount .foreground__44f58 { /* boostsettings icon foreground */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.emojiIcon__5cf57 { /* boostsettings perkicon emoji */ .emojiIcon__5cf57 { /* boostsettings perkicon emoji */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(75%); filter: brightness(75%);
} }
.uploadSizeIcon__0af61 { /* boostsettings perkicon upload */ .uploadSizeIcon__0af61 { /* boostsettings perkicon upload */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(150%); filter: brightness(150%);
} }
.profileBadgeIcon__1ef75 { /* boostsettings perkicon badge */ .profileBadgeIcon__1ef75 { /* boostsettings perkicon badge */
position: relative; position: relative;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_bg.svg) center/contain no-repeat;
} }
@ -954,32 +950,32 @@
background: rgb(var(--accentcolor2_v)); background: rgb(var(--accentcolor2_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_accent2.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_accent2.svg) center/contain no-repeat;
} }
.guildBoostingIcon__86479 { /* boostsettings guild boost icon */ .guildBoostingIcon__86479 { /* boostsettings guild boost icon */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.gemWithLabel_a554ca { /* boostsettings progress label */ .gemWithLabel_a554ca { /* boostsettings progress label */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.gemIndicatorProgressCircle__671cc { /* boostsettings progress circle */ .gemIndicatorProgressCircle__671cc { /* boostsettings progress circle */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.guildSubscriberCountIcon__6d3f4 { /* boostsettings sub count */ .guildSubscriberCountIcon__6d3f4 { /* boostsettings sub count */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.guildSubscriptionSlotIcon__17a0a { /* boostsettings slot icon */ .guildSubscriptionSlotIcon__17a0a { /* boostsettings slot icon */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.backgroundOptionRing__1f209 { /* voicesettings selection ring */ .backgroundOptionRing__1f209 { /* voicesettings selection ring */
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
.icon__596c8[src="/assets/ea67b1321e3d4154e476.png"] { /* voicesettings krisp */ .icon__596c8[src="/assets/ea67b1321e3d4154e476.png"] { /* voicesettings krisp */
-webkit-mask: url(https://discord.com/assets/ea67b1321e3d4154e476.png) center/contain no-repeat; -webkit-mask: url(https://discord.com/assets/ea67b1321e3d4154e476.png) center/contain no-repeat;
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
object-position: -999999px -999999px; object-position: -999999px -999999px;
} }
.icon_f28e38 { /* hypesettings perk icon */ .icon_f28e38 { /* hypesettings perk icon */
position: relative; position: relative;
} }
.icon_f28e38::after { .icon_f28e38::after {
@ -1012,18 +1008,17 @@
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_hypeperk3_accent.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_hypeperk3_accent.svg) center/cover no-repeat;
} }
.wrapper__4beb8 { /* overlaysettings positionsettings wrapper */ .wrapper__4beb8 { /* overlaysettings positionsettings wrapper */
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
.option_a0c054:hover { /* overlaysettings positionoption */ .option_a0c054:hover { /* overlaysettings positionoption */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.selected_ea51d6.option_a0c054 { .selected_ea51d6.option_a0c054 {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
border-color: rgb(var(--accentcolor_v)); border-color: rgb(var(--accentcolor_v));
} }
/* streamermodesettings headerimage */ .noticeIcon__3ffa8[src="/assets/8bc13200408a99819215.svg"] { /* streamermodesettings headerimage */
.noticeIcon__3ffa8[src="/assets/8bc13200408a99819215.svg"] {
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_streamermode_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_streamermode_bg.svg) center/contain no-repeat;
} }
@ -1051,13 +1046,13 @@
/* ~~~~ 9. GUILDSETTINGS ~~~~ */ /* ~~~~ 9. GUILDSETTINGS ~~~~ */
.avatarUploaderInnerSquare__72e9d { /* mainsettings uploadbanner */ .avatarUploaderInnerSquare__72e9d { /* mainsettings uploadbanner */
background-image: linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor2_v))); background-image: linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor2_v)));
} }
.unlockedIcon__9ab97 { /* mainsettings uploadbanner enabled */ .unlockedIcon__9ab97 { /* mainsettings uploadbanner enabled */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.banner__98955 { /* rolesettings intro banner */ .banner__98955 { /* rolesettings intro banner */
border-radius: 5px; border-radius: 5px;
} }
.bannerClubs__9368e { .bannerClubs__9368e {
@ -1078,14 +1073,14 @@
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_details.svg) center/cover no-repeat; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_details.svg) center/cover no-repeat;
} }
.infoItem__190eb[src="/assets/14ec46803da2a8bdcb2c.svg"] { /* widgetsettings widget placeholder image */ .infoItem__190eb[src="/assets/14ec46803da2a8bdcb2c.svg"] { /* widgetsettings widget placeholder image */
object-position: -999999px -999999px; object-position: -999999px -999999px;
border-radius: 5px; border-radius: 5px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_widget_details.svg) center/contain no-repeat, linear-gradient(rgb(var(--accentcolor_v)) 20%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.3)); background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_widget_details.svg) center/contain no-repeat, linear-gradient(rgb(var(--accentcolor_v)) 20%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.3));
flex: unset !important; flex: unset !important;
} }
@-webkit-keyframes pulseBorder_ce34fb { /* intergrationsettings new webhook */ @-webkit-keyframes pulseBorder_ce34fb { /* intergrationsettings new webhook */
0% {border-color: transparent;} 0% {border-color: transparent;}
50% {border-color: rgb(var(--accentcolor_v));} 50% {border-color: rgb(var(--accentcolor_v));}
to {border-color: transparent;} to {border-color: transparent;}
@ -1097,7 +1092,7 @@
} }
.placeholderImage__45cc2 { /* discoverysettings insight */ .placeholderImage__45cc2 { /* discoverysettings insight */
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_insight_bg.svg) center/cover no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_insight_bg.svg) center/cover no-repeat;
} }
.placeholderImage__45cc2::after { .placeholderImage__45cc2::after {
@ -1112,11 +1107,11 @@
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_insight_accent.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_insight_accent.svg) center/cover no-repeat;
} }
.defaultIcon_cf867f { /* discoverysettings default guildicon */ .defaultIcon_cf867f { /* discoverysettings default guildicon */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.headerIcon_eec0c0[src="/assets/860c39d4003b98a5ee9d.svg"] {/* discoverysettings requirements icon */ .headerIcon_eec0c0[src="/assets/860c39d4003b98a5ee9d.svg"] { /* discoverysettings requirements icon */
object-position: -999999999px -999999999px; object-position: -999999999px -999999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_requirements_bg.svg) center/cover no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_requirements_bg.svg) center/cover no-repeat;
} }
@ -1145,12 +1140,12 @@
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_requirements_accent.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_requirements_accent.svg) center/cover no-repeat;
} }
.featureIcon__48a2c [fill*="hsl(235, "] { /* communitysettings intro featureicon */ .featureIcon__48a2c [fill*="hsl(235, "] { /* communitysettings intro featureicon */
fill: rgb(var(--accentcolor_v)); fill: rgb(var(--accentcolor_v));
} }
.educationUpsellRoot_a01074 .wumpus__659e8, /* communitysettings rules wumpus */ .educationUpsellRoot_a01074 .wumpus__659e8, /* communitysettings rules wumpus */
.exampleWumpus__9db42 .wumpus__051ea { /* communitysettings welcome wumpus */ .exampleWumpus__9db42 .wumpus__051ea { /* communitysettings welcome wumpus */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_wumpus_bg.svg) center/cover no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_wumpus_bg.svg) center/cover no-repeat;
} }
@ -1233,13 +1228,13 @@
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/boostbadge_lvl9_colors.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/boostbadge_lvl9_colors.svg) center/cover no-repeat;
} }
.guildAvatarWithoutIcon__606ec { /* modal shared servers no icon */ .guildAvatarWithoutIcon__606ec { /* modal shared servers no icon */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
/* ---- 10.2. GUILDADD/CREATION ---- */ /* ---- 10.2. GUILDADD/CREATION ---- */
/* create guild create own icon */
.icon__6a8ca[src="/assets/4d526e1c61d719fd39a0.svg"] { .icon__6a8ca[src="/assets/4d526e1c61d719fd39a0.svg"] { /* create guild create own icon */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildcreate_createown_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildcreate_createown_accent.svg) center/contain no-repeat;
@ -1261,13 +1256,13 @@
} }
.uploadIcon__6efce [fill="#5865f2" i], .uploadIcon__6efce [fill="#5865f2" i],
.uploadIcon__6efce [fill="#7289da" i] { /* create guild upload icon */ .uploadIcon__6efce [fill="#7289da" i] { /* create guild upload icon */
fill: rgb(var(--accentcolor_v)); fill: rgb(var(--accentcolor_v));
} }
/* ---- 10.3. REGIONSELECTMODAL ---- */ /* ---- 10.3. REGIONSELECTMODAL ---- */
.regionSelectFlag_a0e812 { /* modal regionselect flag */ .regionSelectFlag_a0e812 { /* modal regionselect flag */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.check_a4721d { .check_a4721d {
@ -1276,8 +1271,8 @@
} }
/* ---- 10.4. UPLOADMODAL ---- */ /* ---- 10.4. UPLOADMODAL ---- */
/* modal background */
.uploadModalIn_c0ca4b .uploadDropModal__73a36 .bgScale_f3a2be { .uploadModalIn_c0ca4b .uploadDropModal__73a36 .bgScale_f3a2be { /* modal background */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
@ -1510,7 +1505,7 @@ a.metadataDownload__6b32d {
/* ---- 10.6. LOGINSCREEN ---- */ /* ---- 10.6. LOGINSCREEN ---- */
.authBox__7196a .lookLink__93965.colorLink_b651e5 { /* authobox links */ .authBox__7196a .lookLink__93965.colorLink_b651e5 { /* authobox links */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.authBox__7196a .lookLink__93965.colorLink_b651e5:hover .contents_fb6220 { .authBox__7196a .lookLink__93965.colorLink_b651e5:hover .contents_fb6220 {
@ -1537,7 +1532,7 @@ a.metadataDownload__6b32d {
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/login_check_accent.svg) center/cover no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/login_check_accent.svg) center/cover no-repeat;
} }
.startOverButton_b3ba6f { /* authobox startover */ .startOverButton_b3ba6f { /* authobox startover */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
@ -1585,21 +1580,21 @@ a.metadataDownload__6b32d {
/* ---- 10.8. GUILDBOOSTMODAL ---- */ /* ---- 10.8. GUILDBOOSTMODAL ---- */
#app-mount .upload__5192e { /* modal perkicon upload */ #app-mount .upload__5192e { /* modal perkicon upload */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
#app-mount .animated__08b2b { /* modal perkicon animated */ #app-mount .animated__08b2b { /* modal perkicon animated */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(75%); filter: brightness(75%);
} }
#app-mount .stream_cfeace { /* modal perkicon stream */ #app-mount .stream_cfeace { /* modal perkicon stream */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(150%); filter: brightness(150%);
} }
.wrapper_a24459 { /* modal boostaddwrapper */ .wrapper_a24459 { /* modal boostaddwrapper */
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor2_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor2_v), 0.5));
} }
.wrapper_a24459::before, /* modal boostangel */ .wrapper_a24459::before, /* modal boostangel */
.wrapper_a24459::after { .wrapper_a24459::after {
content: ""; content: "";
position: absolute; position: absolute;
@ -1619,21 +1614,21 @@ a.metadataDownload__6b32d {
#app-mount .wrapper_a24459 .lookInverted_ee4261.colorBrand_b2253e { #app-mount .wrapper_a24459 .lookInverted_ee4261.colorBrand_b2253e {
color: rgb(var(--accentcolor_v)) !important; color: rgb(var(--accentcolor_v)) !important;
} }
.perkIconGuild_d76388 { /* prebuy popout perkicon guild */ .perkIconGuild_d76388 { /* prebuy popout perkicon guild */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.perkIconChatPerks__57cad { /* prebuy popout perkicon chat */ .perkIconChatPerks__57cad { /* prebuy popout perkicon chat */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(120%); filter: brightness(120%);
} }
.perkIconStream__2724a { /* prebuy popout perkicon stream */ .perkIconStream__2724a { /* prebuy popout perkicon stream */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
filter: brightness(150%); filter: brightness(150%);
} }
/* ---- 10.9. ADDGUILDBOOSTMODAL ---- */ /* ---- 10.9. ADDGUILDBOOSTMODAL ---- */
#app-mount .confirmImage_b2a2da { /* add boost modal add confirm */ #app-mount .confirmImage_b2a2da { /* add boost modal add confirm */
position: relative; position: relative;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/addboost_header_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/addboost_header_bg.svg) center/contain no-repeat;
} }
@ -1648,7 +1643,7 @@ a.metadataDownload__6b32d {
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/addboost_header_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/addboost_header_accent.svg) center/contain no-repeat;
} }
#app-mount .transferConfirmImage__7046e { /* add boost modal transfer confirm */ #app-mount .transferConfirmImage__7046e { /* add boost modal transfer confirm */
position: relative; position: relative;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/transferboost_header_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/transferboost_header_bg.svg) center/contain no-repeat;
} }
@ -1666,7 +1661,7 @@ a.metadataDownload__6b32d {
/* ---- 10.10. STREAMSETTINGSMODAL ---- */ /* ---- 10.10. STREAMSETTINGSMODAL ---- */
.badgeUpgrade__7e259 { /* modal badgeupgrade */ .badgeUpgrade__7e259 { /* modal badgeupgrade */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
@ -1678,7 +1673,7 @@ a.metadataDownload__6b32d {
/* ---- 10.12. CHANGELOGMODAL ---- */ /* ---- 10.12. CHANGELOGMODAL ---- */
#app-mount .improved_df526b { /* modal improved category */ #app-mount .improved_df526b { /* modal improved category */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
#app-mount .improved_df526b::after { #app-mount .improved_df526b::after {
@ -1690,7 +1685,7 @@ a.metadataDownload__6b32d {
/* ---- 10.13. SCREENSHAREMODAL ---- */ /* ---- 10.13. SCREENSHAREMODAL ---- */
#app-mount .art_d9e8a6 { /* settings modal */ #app-mount .art_d9e8a6 { /* settings modal */
position: relative; position: relative;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/screenshare_header_bg.svg) center/contain no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/screenshare_header_bg.svg) center/contain no-repeat;
} }
@ -1705,8 +1700,8 @@ a.metadataDownload__6b32d {
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/screenshare_header_accent.svg) center/contain no-repeat; -webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/screenshare_header_accent.svg) center/contain no-repeat;
} }
/* unlock modal */
#app-mount .art_ee3368[src="/assets/a7331a4d7e1bd4a9b4b2.png"] + * { #app-mount .art_ee3368[src="/assets/a7331a4d7e1bd4a9b4b2.png"] + * { /* unlock modal */
position: static; position: static;
} }
#app-mount .art_ee3368[src="/assets/a7331a4d7e1bd4a9b4b2.png"] + *::after { #app-mount .art_ee3368[src="/assets/a7331a4d7e1bd4a9b4b2.png"] + *::after {
@ -1770,7 +1765,7 @@ a.metadataDownload__6b32d {
/* ~~~~ 11. POPOUTS ~~~~ */ /* ~~~~ 11. POPOUTS ~~~~ */
.selectedBrand__37ae4 { /* popout combobox selected brand */ .selectedBrand__37ae4 { /* popout combobox selected brand */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.selectedBrand__37ae4.focused__2b1b2, .selectedBrand__37ae4.focused__2b1b2,
@ -1780,7 +1775,7 @@ a.metadataDownload__6b32d {
/* ---- 11.1. CONTEXTMENU ---- */ /* ---- 11.1. CONTEXTMENU ---- */
.colorBrand__471df:not(.focused__27621):not(:active) { /* contextmenu brand */ .colorBrand__471df:not(.focused__27621):not(:active) { /* contextmenu brand */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.menu__5cf7f .menuItemFocused__1490f, .menu__5cf7f .menuItemFocused__1490f,
@ -1803,7 +1798,7 @@ a.metadataDownload__6b32d {
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.colorPremium__548bd:not(.focused__27621):not(:active) { /* contextmenu premium */ .colorPremium__548bd:not(.focused__27621):not(:active) { /* contextmenu premium */
color: rgb(var(--accentcolor2_v)); color: rgb(var(--accentcolor2_v));
} }
.colorPremium__548bd.focused__27621, .colorPremium__548bd.focused__27621,
@ -1839,7 +1834,7 @@ a.metadataDownload__6b32d {
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.colorDanger_eec36d:not(.focused__27621):not(:active) { /* contextmenu danger */ .colorDanger_eec36d:not(.focused__27621):not(:active) { /* contextmenu danger */
color: var(--status-danger); color: var(--status-danger);
} }
.colorDanger_eec36d.focused__27621, .colorDanger_eec36d.focused__27621,
@ -1856,7 +1851,7 @@ a.metadataDownload__6b32d {
color: var(--status-danger); color: var(--status-danger);
} }
.colorSuccess__6b952:not(.focused__27621):not(:active) { /* contextmenu danger */ .colorSuccess__6b952:not(.focused__27621):not(:active) { /* contextmenu success */
color: var(--status-success); color: var(--status-success);
} }
.colorSuccess__6b952.focused__27621, .colorSuccess__6b952.focused__27621,
@ -1897,7 +1892,7 @@ a.metadataDownload__6b32d {
grid-template-rows: minmax(24px, auto) 1fr; grid-template-rows: minmax(24px, auto) 1fr;
} }
.icon_f09dde { /* contextmenu icon */ .icon_f09dde { /* contextmenu icon */
color: currentColor !important; color: currentColor !important;
} }
@ -1916,12 +1911,12 @@ a.metadataDownload__6b32d {
} }
/* ---- 11.3. SEARCHPOPOUT ---- */ /* ---- 11.3. SEARCHPOPOUT ---- */
/* datepicker day hover */ /* datepicker day hover */
#app-mount .calendarPicker__5c474 .react-datepicker__day.react-datepicker__day--selected:hover, #app-mount .calendarPicker__5c474 .react-datepicker__day.react-datepicker__day--selected:hover,
#app-mount .calendarPicker__5c474 .react-datepicker__day:not(.react-datepicker__day--disabled):hover { #app-mount .calendarPicker__5c474 .react-datepicker__day:not(.react-datepicker__day--disabled):hover {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
/* datepicker day selectd */ /* datepicker day selectd */
#app-mount .calendarPicker__5c474 .react-datepicker__day.react-datepicker__day--selected::after { #app-mount .calendarPicker__5c474 .react-datepicker__day.react-datepicker__day--selected::after {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
@ -2072,10 +2067,10 @@ a.metadataDownload__6b32d {
fill: rgb(var(--accentcolor_v)) !important; fill: rgb(var(--accentcolor_v)) !important;
} }
.container__871ba { /* switch unchecked */ .container__871ba { /* switch unchecked */
background-color: rgb(114, 118, 125) !important; background-color: rgb(114, 118, 125) !important;
transition: background-color .1s ease-out; transition: background-color .1s ease-out;
} /* switch checked */ } /* switch checked */
.container__871ba[style*="background-color: var(--green-"], .container__871ba[style*="background-color: var(--green-"],
.container__871ba[style*="background-color: rgb(35, "], .container__871ba[style*="background-color: rgb(35, "],
.container__871ba[style*="background-color: rgb(59, "], .container__871ba[style*="background-color: rgb(59, "],
@ -2114,11 +2109,11 @@ a.metadataDownload__6b32d {
fill: rgb(var(--accentcolor_v)) !important; fill: rgb(var(--accentcolor_v)) !important;
} }
.barFill__30e17 { /* slider barfill */ .barFill__30e17 { /* slider barfill */
background: rgb(var(--accentcolor_v)); background: rgb(var(--accentcolor_v));
} }
.mediaBarGrabber_c64ff9, /* progessbar grabber */ .mediaBarGrabber_c64ff9, /* progessbar grabber */
.mediaBarProgress__29db2, /* progessbar barfill */ .mediaBarProgress__29db2, /* progessbar barfill */
.mediaBarProgress__29db2::after, .mediaBarProgress__29db2::after,
.mediaBarProgress__29db2::before { .mediaBarProgress__29db2::before {
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
@ -2129,7 +2124,7 @@ a.metadataDownload__6b32d {
filter: brightness(120%); filter: brightness(120%);
} }
.theme-light .select__0eb48:focus, /* dropdown select nitro subscription */ .theme-light .select__0eb48:focus, /* dropdown select nitro subscription */
.theme-light .lookFilled__3dba3.select__0eb48:focus, .theme-light .lookFilled__3dba3.select__0eb48:focus,
.theme-dark .select__0eb48:focus, .theme-dark .select__0eb48:focus,
.theme-dark .lookFilled__3dba3.select__0eb48:focus { .theme-dark .lookFilled__3dba3.select__0eb48:focus {
@ -2144,17 +2139,17 @@ a.metadataDownload__6b32d {
/* ---- 12.4. TAGS ---- */ /* ---- 12.4. TAGS ---- */
.botTagRegular_c89c9a { /* bottag regular */ .botTagRegular_c89c9a { /* bottag regular */
background-color: rgb(var(--accentcolor_v)); background-color: rgb(var(--accentcolor_v));
} }
.botTagInvert_c85692 { /* bottag inverted */ .botTagInvert_c85692 { /* bottag inverted */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.botTagOP_e48ddb { /* bottag op */ .botTagOP_e48ddb { /* bottag op */
background: white linear-gradient(rgba(var(--accentcolor_v), .5), rgba(var(--accentcolor_v), .5)); background: white linear-gradient(rgba(var(--accentcolor_v), .5), rgba(var(--accentcolor_v), .5));
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
#app-mount .newBadge__359f1 { /* bottag new forum post */ #app-mount .newBadge__359f1 { /* bottag new forum post */
background: white linear-gradient(rgba(var(--accentcolor_v), .5), rgba(var(--accentcolor_v), .5)) !important; background: white linear-gradient(rgba(var(--accentcolor_v), .5), rgba(var(--accentcolor_v), .5)) !important;
color: rgb(var(--accentcolor_v)) !important; color: rgb(var(--accentcolor_v)) !important;
} }
@ -2163,10 +2158,10 @@ a.metadataDownload__6b32d {
background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5)); background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor_v)), rgba(var(--accentcolor_v), 0.5));
} }
.verified__8167d { /* verifiedbadge */ .verified__8167d { /* verifiedbadge */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.partnered__77913 { /* partneredbadge */ .partnered__77913 { /* partneredbadge */
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.partnered__77913 .flowerStar_a9981e { .partnered__77913 .flowerStar_a9981e {
@ -2186,34 +2181,34 @@ a.metadataDownload__6b32d {
border-radius: 50%; border-radius: 50%;
} }
[style*="/assets/e4f93ded986b1edf0780.png"], [style*="/assets/e4f93ded986b1edf0780.png"],
[src*="/assets/e4f93ded986b1edf0780.png"] { /* avatars clyde */ [src*="/assets/e4f93ded986b1edf0780.png"] { /* avatars clyde */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/clydeicon_details.svg) center/contain no-repeat !important; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/clydeicon_details.svg) center/contain no-repeat !important;
} }
[style*="https://cdn.discordapp.com/embed/avatars/0.png"], [style*="https://cdn.discordapp.com/embed/avatars/0.png"],
[src*="https://cdn.discordapp.com/embed/avatars/0.png"], [src*="https://cdn.discordapp.com/embed/avatars/0.png"],
[style*="/assets/5d6a5e9d7d77ac29116e.png"], [style*="/assets/5d6a5e9d7d77ac29116e.png"],
[src*="/assets/5d6a5e9d7d77ac29116e.png"] { /* avatars blue discord */ [src*="/assets/5d6a5e9d7d77ac29116e.png"] { /* avatars blue discord */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/discordavatar_details.svg) center/contain no-repeat !important; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/discordavatar_details.svg) center/contain no-repeat !important;
} }
[style*="/assets/33c4908a99fe0a73e9f0.svg"], [style*="/assets/33c4908a99fe0a73e9f0.svg"],
[src*="/assets/33c4908a99fe0a73e9f0.svg"] { /* avatars rolesettings intro avatar */ [src*="/assets/33c4908a99fe0a73e9f0.svg"] { /* avatars rolesettings intro avatar */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_clubs_avatar.svg) center/contain no-repeat !important; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_clubs_avatar.svg) center/contain no-repeat !important;
} }
[style*="/assets/f1b802e72e04293e5734.svg"], [style*="/assets/f1b802e72e04293e5734.svg"],
[src*="/assets/f1b802e72e04293e5734.svg"] { /* avatars rolesettings intro avatar */ [src*="/assets/f1b802e72e04293e5734.svg"] { /* avatars rolesettings intro avatar */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_gaming_avatar.svg) center/contain no-repeat !important; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_gaming_avatar.svg) center/contain no-repeat !important;
} }
[style*="/assets/cb34f73199ef5f4eb1b7.svg"], [style*="/assets/cb34f73199ef5f4eb1b7.svg"],
[src*="/assets/cb34f73199ef5f4eb1b7.svg"] { /* avatars rolesettings intro avatar */ [src*="/assets/cb34f73199ef5f4eb1b7.svg"] { /* avatars rolesettings intro avatar */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_avatar.svg) center/contain no-repeat !important; background: rgb(var(--accentcolor_v)) url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_avatar.svg) center/contain no-repeat !important;
} }
.image__195cc[src="/assets/26421523fdfaf469e28e.svg"] { /* warnings locked channel message jump */ .image__195cc[src="/assets/26421523fdfaf469e28e.svg"] { /* warnings locked channel message jump */
object-position: -999999px -999999px; object-position: -999999px -999999px;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/warning_lockedchannellink_bg.svg) center/cover no-repeat; background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/warning_lockedchannellink_bg.svg) center/cover no-repeat;
} }
@ -2264,19 +2259,19 @@ a.metadataDownload__6b32d {
.colorBrand__1d940 .button__57d93:hover { .colorBrand__1d940 .button__57d93:hover {
color: rgb(var(--accentcolor_v)); color: rgb(var(--accentcolor_v));
} }
.notice__99c03 { /* preview notice */ .notice__99c03 { /* preview notice */
background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5)); background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5));
} }
.button__671cf:hover { /* preview notice button */ .button__671cf:hover { /* preview notice button */
background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.7), rgba(var(--accentcolor_v), 0.7)); background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.7), rgba(var(--accentcolor_v), 0.7));
} }
.notice__0425f { /* role notice */ .notice__0425f { /* role notice */
background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5)); background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5));
} }
.button__587bd:hover { /* role notice button */ .button__587bd:hover { /* role notice button */
background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.7), rgba(var(--accentcolor_v), 0.7)); background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.7), rgba(var(--accentcolor_v), 0.7));
} }
.notice_a687ab { /* rules notice */ .notice_a687ab { /* rules notice */
background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5)); background: #000000 linear-gradient(90deg, rgba(var(--accentcolor_v), 0.5), rgba(var(--accentcolor_v), 0.5));
} }
.button_d41223:hover { /* rules notice button */ .button_d41223:hover { /* rules notice button */