/* * Based on catppuccin mocha with minor changes. * Use BeautifulDiscord to inject this. */ /* === MZTE === */ :root * { font-family: "<% opt.font %>" !important; border-radius: 0 !important; } /* Hide the stupid rounding masks on server icons */ :root foreignObject { mask: none !important; } /* === Catppuccin === */ button[class*=emojiButtonNormal] > div > div { filter: grayscale(0.77) hue-rotate(185deg) brightness(1.02) opacity(100%) !important; } [data-popout-root], html { --brand-experiment: #89b4fa; --brand-experiment-100: white; --brand-experiment-130: white; --brand-experiment-160: white; --brand-experiment-200: white; --brand-experiment-230: white; --brand-experiment-260: white; --brand-experiment-300: white; --brand-experiment-330: white; --brand-experiment-360: #ebf2fe; --brand-experiment-400: #d2e3fd; --brand-experiment-430: #bad3fc; --brand-experiment-460: #a1c4fb; --brand-experiment-500: #89b4fa; --brand-experiment-530: #71a4f9; --brand-experiment-560: #5895f8; --brand-experiment-600: #4085f7; --brand-experiment-630: #2776f6; --brand-experiment-660: #0f66f5; --brand-experiment-700: #0a5be0; --brand-experiment-730: #0956d4; --brand-experiment-760: #0851c8; --brand-experiment-800: #084cbc; --brand-experiment-830: #0747b0; --brand-experiment-860: #0742a3; --brand-experiment-900: #063d97; --brand-experiment-05a: rgba(137, 180, 250, 0.05); --brand-experiment-10a: rgba(137, 180, 250, 0.1); --brand-experiment-15a: rgba(137, 180, 250, 0.15); --brand-experiment-20a: rgba(137, 180, 250, 0.2); --brand-experiment-25a: rgba(137, 180, 250, 0.25); --brand-experiment-30a: rgba(137, 180, 250, 0.3); --brand-experiment-35a: rgba(137, 180, 250, 0.35); --brand-experiment-40a: rgba(137, 180, 250, 0.4); --brand-experiment-45a: rgba(137, 180, 250, 0.45); --brand-experiment-50a: rgba(137, 180, 250, 0.5); --brand-experiment-55a: rgba(137, 180, 250, 0.55); --brand-experiment-60a: rgba(137, 180, 250, 0.6); --brand-experiment-65a: rgba(137, 180, 250, 0.65); --brand-experiment-70a: rgba(137, 180, 250, 0.7); --brand-experiment-75a: rgba(137, 180, 250, 0.75); --brand-experiment-80a: rgba(137, 180, 250, 0.8); --brand-experiment-85a: rgba(137, 180, 250, 0.85); --brand-experiment-90a: rgba(137, 180, 250, 0.9); --brand-experiment-95a: rgba(137, 180, 250, 0.95); } .theme-dark, .theme-light { --header-primary: #cdd6f4; --header-secondary: #a6adc8; --text-normal: #cdd6f4; --text-muted: #a6adc8; --text-link: #89b4fa; --text-link-low-saturation: #74c7ec; --text-positive: #a6e3a1; --text-warning: #f9e2af; --text-danger: #f38ba8; --text-brand: #89b4fa; --background-primary: #1e1e2e; --background-secondary: #181825; --background-secondary-alt: #14141f; --background-tertiary: #11111b; --background-accent: #89b4fa; --background-floating: #0d0d15; --background-nested-floating: #181825; --background-mobile-primary: #1e1e2e; --background-mobile-secondary: #181825; --chat-background: #1e1e2e; --chat-border: #11111b; --chat-input-container-background: #1e1e2e; --background-modifier-hover: rgba(205, 214, 244, 0.15); --background-modifier-selected: rgba(205, 214, 244, 0.2); --background-modifier-accent: rgba(205, 214, 244, 0.26); --background-modifier-active: rgba(205, 214, 244, 0.17); --info-positive-background: rgba(166, 227, 161, 0.15); --info-positive-foreground: #a6e3a1; --info-positive-text: #cdd6f4; --info-warning-background: rgba(249, 226, 175, 0.15); --info-warning-foreground: #f9e2af; --info-warning-text: #cdd6f4; --info-danger-background: rgba(243, 139, 168, 0.15); --info-danger-foreground: #f38ba8; --info-danger-text: #cdd6f4; --info-help-background: rgba(137, 220, 235, 0.15); --info-help-foreground: #89dceb; --info-help-text: #cdd6f4; --status-positive-background: #a6e3a1; --status-positive-text: #1e1e2e; --status-warning-background: #f9e2af; --status-warning-text: #1e1e2e; --status-danger-background: #f38ba8; --status-danger-text: #1e1e2e; --status-danger: #f38ba8; --status-positive: #a6e3a1; --status-warning: #f9e2af; --status-yellow-400: #f9e2af; --status-green-600: #a6e3a1; --primary-dark-600: #1e1e2e; --status-yellow-560: #f9e2af; --status-red-500: #f38ba8; --status-red-530: #f38ba8; --status-yellow-500: #f9e2af; --black-500: #11111b; --green-360: #a6e3a1; --primary-400: #bac2de; --primary-dark-700: #11111b; --status-green-560: #a6e3a1; --white-500: #cdd6f4; --guild-boosting-pink: #f5c2e7; --premium-perk-yellow: #f9e2af; --premium-perk-purple: #cba6f7; --premium-perk-dark-blue: #5895f8; --premium-perk-light-blue: #a1c4fb; --premium-perk-blue: #89b4fa; --premium-perk-green: #a6e3a1; --premium-perk-pink: #f5c2e7; --premium-perk-orange: #fab387; --status-green-400: #a6e3a1; --button-danger-background: #f38ba8; --button-danger-background-hover: #f17497; --button-danger-background-active: #649df8; --button-danger-background-disabled: #f38ba8; --button-positive-background: #a6e3a1; --button-positive-background-hover: #93dd8d; --button-positive-background-active: #8ada84; --button-positive-background-disabled: #a6e3a1; --button-secondary-background: #45475a; --button-secondary-background-hover: #3a3c4c; --button-secondary-background-active: #3a3c4c; --button-secondary-background-disabled: #45475a; --button-outline-danger-text: #cdd6f4; --button-outline-danger-border: #f38ba8; --button-outline-danger-background: transparent; --button-outline-danger-background-hover: #f27f9f; --button-outline-danger-text-hover: #1e1e2e; --button-outline-danger-border-hover: #f27f9f; --button-outline-danger-background-active: #f17497; --button-outline-danger-text-active: #1e1e2e; --button-outline-danger-border-active: #f27f9f; --button-outline-positive-text: #cdd6f4; --button-outline-positive-border: #a6e3a1; --button-outline-positive-background: transparent; --button-outline-positive-background-hover: #9de097; --button-outline-positive-text-hover: #1e1e2e; --button-outline-positive-border-hover: #9de097; --button-outline-positive-background-active: #93dd8d; --button-outline-positive-text-active: #1e1e2e; --button-outline-positive-border-active: #9de097; --button-outline-brand-text: #cdd6f4; --button-outline-brand-border: #89b4fa; --button-outline-brand-background: transparent; --button-outline-brand-background-hover: #7dacf9; --button-outline-brand-text-hover: #1e1e2e; --button-outline-brand-border-hover: #7dacf9; --button-outline-brand-background-active: #71a4f9; --button-outline-brand-text-active: #1e1e2e; --button-outline-brand-border-active: #7dacf9; --button-outline-primary-text: #cdd6f4; --button-outline-primary-border: #585b70; --button-outline-primary-background: transparent; --button-outline-primary-background-hover: #525569; --button-outline-primary-text-hover: #1e1e2e; --button-outline-primary-border-hover: #525569; --button-outline-primary-background-active: #4d4f62; --button-outline-primary-text-active: #1e1e2e; --button-outline-primary-border-active: #525569; --modal-background: #1e1e2e; --modal-footer-background: #11111b; --scrollbar-thin-thumb: #89b4fa; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #89b4fa; --scrollbar-auto-track: #11111b; --scrollbar-auto-scrollbar-color-thumb: #89b4fa; --scrollbar-auto-scrollbar-color-track: #11111b; --input-background: #11111b; --input-placeholder-text: #bac2de; --logo-primary: #cdd6f4; --control-brand-foreground: #89b4fa; --control-brand-foreground-new: #89b4fa; --mention-foreground: #89b4fa; --mention-background: rgba(137, 180, 250, 0.3); --background-mentioned: rgba(249, 226, 175, 0.1); --background-mentioned-hover: rgba(249, 226, 175, 0.08); --background-message-hover: rgba(17, 17, 27, 0.25); --background-message-automod: rgba(245, 224, 220, 0.05); --background-message-automod-hover: rgba(245, 224, 220, 0.1); --background-message-highlight: rgba(137, 180, 250, 0.1); --background-message-highlight-hover: rgba(137, 180, 250, 0.08); --channels-default: #969ebe; --channel-icon: #969ebe; --channel-text-area-placeholder: rgba(205, 214, 244, 0.5); --channeltextarea-background: #181825; --activity-card-background: #11111b; --textbox-markdown-syntax: #6c7086; --spoiler-revealed-background: #313244; --spoiler-hidden-background: #585b70; --android-navigation-bar-background: #11111b; --android-ripple: rgba(17, 17, 27, 0.3); --deprecated-card-bg: rgba(17, 17, 27, 0.6); --deprecated-card-editable-bg: rgba(17, 17, 27, 0.3); --deprecated-store-bg: #1e1e2e; --deprecated-quickswitcher-input-background: #4d4f62; --deprecated-quickswitcher-input-placeholder: rgba(17, 17, 27, 0.3); --deprecated-text-input-bg: #11111b; --deprecated-text-input-border: rgba(17, 17, 27, 0.3); --deprecated-text-input-border-hover: #07070b; --deprecated-text-input-border-disabled: #181825; --deprecated-text-input-prefix: #a6adc8; --focus-primary: #89b4fa; --interactive-normal: #cdd6f4; --interactive-muted: rgba(205, 214, 244, 0.3); --interactive-hover: #cdd6f4; --interactive-active: #cdd6f4; } .theme-dark [class*=disabledPointerEvents], .theme-light [class*=disabledPointerEvents] { --background-floating: #313244; --background-tertiary: #242437; } .theme-dark [class*=disabledPointerEvents] svg[class^=activityIcon-], .theme-light [class*=disabledPointerEvents] svg[class^=activityIcon-] { color: #a6adc8; } .theme-dark [class*=disabledPointerEvents] [class*=tooltipBrand-] [class*=tooltipText-], .theme-light [class*=disabledPointerEvents] [class*=tooltipBrand-] [class*=tooltipText-] { color: #11111b; } ::selection { background-color: rgba(137, 180, 250, 0.6); } [class*=staffBadge-] { background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2311111b'%3E%3Cpath d='m5.92127 6.03526s.22115-.33086.31286-.47743c.09172-.14657-.23743-.49286-.36514-.60257-.12772-.10971-.32914-.05486-.32914-.05486-1.60715.71229-2.41115 2.17372-2.52086 2.466-.10972.29229.27943.61115.56657.76715.132.072.342-.08743.47143-.20572l.04371-.04457.06772-.06857.00085-.00086 4.37229 4.35517.59743-.5975 1.09801-1.098-4.32173-4.43224z'/%3E%3Cpath d='m16.2505 10.6294.2306-.2194 2.0717 2.052c.0146.0129.03.018.0437.018.0395 0 .072-.036.072-.036s2.2937-2.2757 2.3015-2.2834c.0677-.0669 0-.1037 0-.1037l-1.7692-1.78119-.0026.00258-.2425-.23743.1354-.13029.2897.03343-.0548-.384.0728-.07371-.1088-.55372c-.378-.53571-1.4135-1.39371-1.4135-1.39371l-.5417-.09772-.0548.07286-.408-.06086.0394.348.0257.02572-.1209.12171-.6685-.654s-3.8795-2.10686-4.086-2.20457c-.1166-.054-.2023-.09-.2846-.09-.0634 0-.1251.02143-.1963.072-.1646.11571-.0677.34886-.0677.34886l2.412 4.45714.4826.47829-.1509.15085-.0557.05572-.3857-.05315.0591.38229-.1114.11143-.0197-.01972c-.018-.018-.0429-.02742-.0669-.02742s-.048.00942-.0668.02742c-.0369.03686-.0369.09686 0 .13372l.0197.01971-.0532.054-.0137-.01457c-.0188-.018-.0428-.02743-.0668-.02743-.0249 0-.0489.00943-.0669.02743-.0368.03686-.0368.09686 0 .13372l.0146.01457-1.0149 1.02004-.0231-.0232c-.0189-.018-.0429-.0274-.0669-.0274s-.048.0094-.0668.0274c-.0369.0369-.0369.0969 0 .1337l.024.0232-.054.054-.018-.0172c-.018-.0188-.0429-.0283-.066-.0283-.0249 0-.0489.0095-.0677.0283-.036.0369-.036.096 0 .1329l.018.018-.132.1337-.018.1697.0694.0712-.0017.0008-.084.0857-5.47632 5.4755-.07114-.0592-.22714.0326-.12858.1303-.00857-.0086c-.01885-.0189-.04285-.0283-.06685-.0283s-.04886.0094-.06686.0283c-.03686.0369-.03686.096 0 .1329l.01028.0102-.05314.0549-.00514-.0051c-.018-.0189-.04286-.0283-.06686-.0283s-.048.0094-.06686.0283c-.036.0368-.036.096 0 .1328l.006.0069-1.002 1.0191-.02057-.0206c-.01885-.0188-.042-.0274-.06685-.0274-.024 0-.048.0086-.06686.0274-.03686.0369-.03686.0969 0 .1338l.02228.0214-.05314.054-.01628-.0163c-.01886-.018-.04286-.0274-.06772-.0274-.02314 0-.048.0094-.066.0274-.03686.0369-.03686.0969 0 .1337l.01714.018-.07457.0763-.38828-.0694.02914.4337-.12257.1251.10628.5846s.16286.5091.498.8469c.32486.3274.82029.4842.84172.5005l.55971.0977.138-.1354.38572.0626-.06343-.3814.11743-.1149.054.054c.018.018.042.0274.066.0274s.04885-.0094.06685-.0274c.03686-.0377.03686-.0969 0-.1337l-.05314-.0532.05486-.0531.04628.0463c.018.0188.04286.0283.06686.0283s.048-.0095.06686-.0283c.03686-.0369.03686-.096 0-.1329l-.04543-.0463 1.01743-1.0037.04457.0446c.018.0189.04286.0274.06686.0274s.048-.0085.06685-.0274c.036-.0369.036-.0969 0-.1337l-.04371-.0429.054-.054.03771.0377c.018.018.042.0275.066.0275.02486 0 .04886-.0095.06686-.0275.03686-.0368.03686-.0968 0-.1337l-.03686-.0368.114-.1115.04115-.2442-.06086-.0609.00086-.0009.11057-.1097 5.43946-5.4411-.0026-.0052.1063.1098.1706-.0189.1534-.1543.0248.0249c.0189.018.0429.0274.0669.0274s.0489-.0094.0669-.0274c.0368-.0369.0368-.0969 0-.1337l-.0249-.0249.054-.0531.0189.0188c.018.018.042.0274.0668.0274.024 0 .048-.0094.066-.0274.0369-.0368.0369-.0968 0-.1337l-.0188-.0197 1.0165-1.0183.0266.0266c.018.018.042.0274.066.0274.0249 0 .0489-.0094.0669-.0274.0368-.0369.0368-.0969 0-.1337l-.0266-.0266.054-.054.0206.0214c.0188.018.0428.0274.0668.0274s.048-.0094.0669-.0274c.0368-.0377.0368-.0968 0-.1337l-.0206-.0214.1131-.1132.378.0592z'/%3E%3Cpath d='m17.0057 16.7793-2.4111-1.8274-.4294-.4423-1.6637 1.6637.4183.3995 1.5711 2.3562 2.1188 2.3203 2.4421-2.2783z'/%3E%3C/g%3E%3C/svg%3E") !important; } [class*=permissionCheckmark-] { background-image: url("data:image/svg+xml,%3Csvg height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3Cpath d='m14.25 14.25h-10.5v-10.5h7.5v-1.5h-7.5c-.8325 0-1.5.6675-1.5 1.5v10.5c0 .8284271.67157288 1.5 1.5 1.5h10.5c.8284271 0 1.5-.6715729 1.5-1.5v-6h-1.5zm-7.5675-6.94-1.0575 1.065 3.375 3.375 7.5-7.5-1.0575-1.065-6.4425 6.4425z' fill='%23a6e3a1'/%3E%3C/g%3E%3C/svg%3E") !important; } [class*=removeKeybind-] { background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M0 0h18v18H0"/%3E%3Cpath fill="%2311111b" d="M14.25 4.8075L13.1925 3.75 9 7.9425 4.8075 3.75 3.75 4.8075 7.9425 9 3.75 13.1925 4.8075 14.25 9 10.0575l4.1925 4.1925 1.0575-1.0575L10.0575 9"/%3E%3C/g%3E%3C/svg%3E') !important; } [class*=removeGame-] { background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23f38ba8'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important; } [class*=emojiRemove-] { background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill-rule='nonzero' fill='%23f38ba8'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E") !important; } [class*=lockIcon-] { content: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 10 14' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m553 515h-6v-1c0-1.654 1.346-3 3-3s3 1.346 3 3zm-4 6h2v-4h-2zm1-12c-2.762 0-5 2.238-5 5v1 4 2c0 1.104.896 2 2 2h6c1.104 0 2-.896 2-2v-2-4-1c0-2.762-2.238-5-5-5z' fill='%23a6e3a1' fill-rule='evenodd' transform='translate(-545 -509)'/%3E%3C/svg%3E") !important; } .theme-dark svg[class*=noItemsIcon-], .theme-light svg[class*=noItemsIcon-] { background-color: #45475a; } .theme-dark svg[class*=tier1ProfilePerk-], .theme-light svg[class*=tier1ProfilePerk-] { color: #89b4fa !important; } .theme-dark svg[class*=tier1BoostPerk-], .theme-light svg[class*=tier1BoostPerk-] { color: #f5c2e7 !important; } .theme-dark svg[class*=tier1CustomEmojiPerk-], .theme-light svg[class*=tier1CustomEmojiPerk-] { color: #f9e2af !important; } .theme-dark svg[class*=tier1UploadPerk-], .theme-light svg[class*=tier1UploadPerk-] { color: #b4befe !important; } .theme-dark svg[class*=tier1StreamPerk-], .theme-light svg[class*=tier1StreamPerk-] { color: #a6e3a1 !important; } .theme-dark svg[class*=guildBoostingIcon-], .theme-light svg[class*=guildBoostingIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=guildSubscriptionSlotIcon-], .theme-light svg[class*=guildSubscriptionSlotIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=guildSubscriberCountIcon-], .theme-light svg[class*=guildSubscriberCountIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=gemWithLabel-], .theme-light svg[class*=gemWithLabel-] { color: #f5c2e7 !important; } .theme-dark svg[class*=gemWithoutLabel-], .theme-light svg[class*=gemWithoutLabel-] { color: #7f849c !important; } .theme-dark svg[class*=memberBadgeIcon-], .theme-light svg[class*=memberBadgeIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=stickerIcon-], .theme-light svg[class*=stickerIcon-] { color: #cba6f7 !important; } .theme-dark svg[class*=audioQualityIcon-], .theme-light svg[class*=audioQualityIcon-] { color: #74c7ec !important; } .theme-dark svg[class*=uploadSizeIcon-], .theme-light svg[class*=uploadSizeIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=threadIcon-], .theme-light svg[class*=threadIcon-] { color: #94e2d5 !important; } .theme-dark svg[class*=premiumIcon-], .theme-light svg[class*=premiumIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=gameIcon-], .theme-light svg[class*=gameIcon-] { color: #cdd6f4 !important; } .theme-dark svg[class*=tierMarkerLabelPlusIcon-], .theme-light svg[class*=tierMarkerLabelPlusIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=currentTierIcon-], .theme-light svg[class*=currentTierIcon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=tier3Icon-], .theme-light svg[class*=tier3Icon-] { color: #f5c2e7 !important; } .theme-dark svg[class*=searchIcon-], .theme-light svg[class*=searchIcon-] { color: #a6adc8 !important; } .theme-dark svg[class*=upsellIcon-], .theme-light svg[class*=upsellIcon-] { color: #f5c2e7 !important; } [class*=lookFilled-][class*=colorBrand-], [class*=lookFilled-][class*=colorBrandNew-], [class*=lookFilled-][class*=colorLink-], [class*=lookFilled-][class*=colorYellow-], [class*=lookFilled-][class*=colorRed-], [class*=lookFilled-][class*=colorGreen-] { color: #11111b; } [class*=lookFilled-][class*=colorBrand-] svg[class^=premiumIcon], [class*=lookFilled-][class*=colorBrandNew-] svg[class^=premiumIcon], [class*=lookFilled-][class*=colorLink-] svg[class^=premiumIcon], [class*=lookFilled-][class*=colorYellow-] svg[class^=premiumIcon], [class*=lookFilled-][class*=colorRed-] svg[class^=premiumIcon], [class*=lookFilled-][class*=colorGreen-] svg[class^=premiumIcon] { color: #e76ac5; } [class*=lookFilled-][class*=colorBrand-] [class*=spinnerItem-], [class*=lookFilled-][class*=colorBrandNew-] [class*=spinnerItem-], [class*=lookFilled-][class*=colorLink-] [class*=spinnerItem-], [class*=lookFilled-][class*=colorYellow-] [class*=spinnerItem-], [class*=lookFilled-][class*=colorRed-] [class*=spinnerItem-], [class*=lookFilled-][class*=colorGreen-] [class*=spinnerItem-] { background-color: #11111b; } [class*=lookFilled-][class*=colorBrand-] [class*=defaultColor-], [class*=lookFilled-][class*=colorBrandNew-] [class*=defaultColor-], [class*=lookFilled-][class*=colorLink-] [class*=defaultColor-], [class*=lookFilled-][class*=colorYellow-] [class*=defaultColor-], [class*=lookFilled-][class*=colorRed-] [class*=defaultColor-], [class*=lookFilled-][class*=colorGreen-] [class*=defaultColor-] { color: #11111b; } [class*=lookFilled-][class*=colorPrimary-] { color: #cdd6f4; } div[class^=actionButtons-] [class^=button-][class*=buttonColor-], div[class^=actionButtons-] [class^=button-] [class*=buttonColor-] { background-color: #45475a; } div[class^=actionButtons-] [class^=button-][class*=buttonColor-][class*=buttonActive-], div[class^=actionButtons-] [class^=button-] [class*=buttonColor-][class*=buttonActive-] { background-color: #a6e3a1; color: #11111b; } div[class^=actionButtons-] [class^=button-][class*=buttonColor-][class*=buttonActive-] [class*=buttonContents-], div[class^=actionButtons-] [class^=button-] [class*=buttonColor-][class*=buttonActive-] [class*=buttonContents-] { color: #11111b; } div[class^=actionButtons-] [class^=button-][class*=buttonColor-][class*=buttonActive-] [class*=buttonContents-] svg, div[class^=actionButtons-] [class^=button-] [class*=buttonColor-][class*=buttonActive-] [class*=buttonContents-] svg { color: #11111b; } [class*=lookInverted-][class*=colorBrand-] { color: var(--brand-experiment-600); } [class*=lookInverted-][class*=colorBrand-] svg[class^=premiumIcon] { color: #ea80cd; } .theme-dark [class*=lookLink-][class*=colorPrimary-], .theme-light [class*=lookLink-][class*=colorPrimary-] { color: #cdd6f4; } .theme-dark [class*=lookFilled-][class*=colorTransparent-], .theme-light [class*=lookFilled-][class*=colorTransparent-] { color: #cdd6f4; background-color: #313244; } div[class*=button-][class*=dangerous-]:hover { color: #ee5d85; } div[role=radio][class*=selected] { color: #11111b; } div[role=radio][class*=selected][class*=allow] { background-color: #a6e3a1; } [class*=container-][style*="background-color: var(--green-360)"] { --green-360: #a6e3a1; background-color: #a6e3a1 !important; } [class*=container-][style*="background-color: var(--primary-400)"], [class*=container-][style*="background-color: rgb(130, 133, 143)"] { background-color: #11111b !important; } .vc-spotify-button-row .vc-spotify-button.vc-spotify-shuffle-on, .vc-spotify-button-row .vc-spotify-button.vc-spotify-repeat-context, .vc-spotify-button-row .vc-spotify-button.vc-spotify-repeat-track { color: var(--interactive-normal); } .vc-spotify-button-row .vc-spotify-button.vc-spotify-repeat-off, .vc-spotify-button-row .vc-spotify-button.vc-spotify-shuffle-off { color: var(--text-muted); } [class*=topGuildEmojiBadge-] { background: linear-gradient(268.26deg, #fab387, #f38ba8 102.45%); } [class*=topGuildEmojiBadge-] * { color: #11111b !important; } [class*=newlyAddedBadge-] { background: linear-gradient(268.26deg, #94e2d5, #a6e3a1 102.45%); } [class*=newlyAddedBadge-] * { color: #11111b !important; } [class*=lookFilled-] [class*=premiumSubscribeButton-] > [class*=premiumIcon-] { color: #11111b !important; } div[class^=sidebarRegion-] div[class^=serverBoostTabItem-] svg[class^=icon-] { fill: #f5c2e7 !important; } div[class^=sidebarRegion-] div[class^=serverBoostTabItem-][class*=selected-] { background-color: #89b4fa !important; color: #11111b !important; } div[class^=sidebarRegion-] div[class^=serverBoostTabItem-][class*=selected-] svg[class^=icon-] { fill: #11111b !important; } div[class^=sidebarRegion-] div[class^=premiumTab-] > div > svg > path { fill: #f5c2e7; } div[class^=sidebarRegion-] div[class^=premiumTab-] > div[class*=selected] { color: #11111b; } div[class^=sidebarRegion-] div[class^=premiumTab-] > div[class*=selected] svg > path { fill: #11111b; } div[class^=sidebarRegion-] div[class*=tabBarItemContainer-] [class*=textBadge-] { color: #11111b; } div[class^=sidebarRegion-] div[class*=tabBarItemContainer-] [class*=textBadge-][style*="background-color: var(--brand-500);"] { background-color: #89b4fa !important; } div[class^=contentRegion-] div[class*=noticeRegion-] div[style="background-color: rgb(24, 25, 28);"] { background-color: #11111b !important; } div[class^=contentRegion-] [class^=bar-], div[class^=contentRegion-] [class^=markDash-] { background: #45475a; } div[class^=contentRegion-] [id="privacy-&-safety-tab"] div[class^=radioBar-][style*="hsl(139,"] { border-color: #a6e3a1; } div[class^=contentRegion-] [id="privacy-&-safety-tab"] div[class^=radioBar-][style*="hsl(37,"] { border-color: #f9e2af; } div[class^=contentRegion-] [id="privacy-&-safety-tab"] div[class^=radioBar-][style*="hsl(359,"] { border-color: #f38ba8; } div[class^=contentRegion-] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] { background-color: #89b4fa !important; color: #11111b; } div[class^=contentRegion-] #accessibility-tab button[class*=colorBrandNew] { background-color: #89b4fa; } div[class^=contentRegion-] #keybinds-tab span[class*=key] { color: #11111b; } div[class^=contentRegion-] #keybinds-tab span[class*=key] g { fill: #11111b; } div[class^=contentRegion-] #nitro-server-boost-tab circle[class^=circleProgress-] { color: #f5c2e7; } div[class^=contentRegion-] #nitro-server-boost-tab div[class*=gemIndicatorContainer-] { background-color: #1e1e2e; } div[class^=contentRegion-] #nitro-server-boost-tab div[class*=gemIndicatorContainer-] div[class^=tierLabel-] { color: #bac2de; } div[class^=contentRegion-] #nitro-server-boost-tab button[class*=lookInverted-] { color: #11111b; background-color: #cdd6f4; } div[class^=contentRegion-] #nitro-server-boost-tab button[class*=lookInverted-]:hover { background-color: #cfd8f4; } div[class^=contentRegion-] #nitro-server-boost-tab div[class*=card-], div[class^=contentRegion-] #nitro-server-boost-tab h3[class*=price-] { color: #cdd6f4 !important; } div[class^=contentRegion-] #subscriptions-tab [class^=sectionAccountCredit-], div[class^=contentRegion-] #subscriptions-tab [class^=subscriptionDetails-] { border-color: var(--background-modifier-accent); } div[class^=contentRegion-] #library-inventory-tab div[class^=promotionIcon-] { background-color: #1e1e2e; } div[class^=contentRegion-] #discord-nitro-tab button[class*=buttonWhite] { color: #cdd6f4 !important; border-color: #cdd6f4 !important; } div[class^=contentRegion-] #discord-nitro-tab h2 { color: #cdd6f4 !important; } div[class^=contentRegion-] #discord-nitro-tab svg[class*=sparkleStar-] { color: #cdd6f4; } div[class^=contentRegion-] #discord-nitro-tab div[class*=description-] { color: #bac2de !important; } div[class^=contentRegion-] #discord-nitro-tab div[class*=card-] { color: #cdd6f4; } div[class^=contentRegion-] #discord-nitro-tab button[class*=lookInverted-] { color: #11111b; background-color: #cdd6f4; } div[class^=contentRegion-] #discord-nitro-tab button[class*=lookInverted-]:hover { background-color: #cfd8f4; } div[class^=contentRegion-] #billing-tab div[class*=subtext] { color: #bac2de; } div[class^=contentRegion-] #billing-tab [class*=Divider] { border-color: var(--background-modifier-accent); } div[class^=contentRegion-] #billing-tab div[class^=defaultIndicator-] { color: #cdd6f4; background-color: #45475a; } div[class^=contentRegion-] #billing-tab div[class*=summaryInfo], div[class^=contentRegion-] #billing-tab [class^=paymentHeader-] { color: #cdd6f4; border-color: var(--background-modifier-accent); } div[class^=contentRegion-] #billing-tab div[class^=premiumIndicator-] { color: #11111b; } div[class^=contentRegion-] #billing-tab div[class^=paymentPane-], div[class^=contentRegion-] #billing-tab div[class*=paginator-], div[class^=contentRegion-] #billing-tab div[class*=payment-] { background-color: #313244; color: #cdd6f4; } div[class^=contentRegion-] #billing-tab div[class^=expandedInfo-] { background-color: #45475a; } div[class^=contentRegion-] #billing-tab [class*=paymentText-] { color: #bac2de; } div[class^=contentRegion-] #billing-tab div[class^=codeRedemptionRedirect-] { background-color: #181825; color: #cdd6f4; border-color: #313244; } div[class^=contentRegion-] [id="voice-&-video-tab"] div[class^=backgroundOptionRing-] { border-color: #89b4fa; } div[class^=contentRegion-] #notifications-tab button[class*=marketingUnsubscribeButton-] { color: #cdd6f4; } div[class^=contentRegion-] #game-activity-tab div[class*=nowPlayingAdd-], div[class^=contentRegion-] #game-activity-tab div[class*=lastPlayed-], div[class^=contentRegion-] #game-activity-tab div[class*=overlayStatusText-] { color: var(--text-muted); } div[class^=contentRegion-] #game-activity-tab div[class*=activeGame-][class*=nowPlaying] * { color: #11111b; } div[class^=contentRegion-] #game-activity-tab div[class*=activeGame-][class*=nowPlaying] * svg > g > path { fill: #11111b; } div[class^=contentRegion-] #game-activity-tab input[class^=gameName-] { color: #cdd6f4; } div[class^=contentRegion-] #game-activity-tab input[class*=gameNameInput-]:hover, div[class^=contentRegion-] #game-activity-tab input[class*=gameNameInput-]:focus { background-color: #181825; border-color: rgba(24, 24, 37, 0.3); color: #cdd6f4; } div[class^=contentRegion-] #game-activity-tab div[class*=game-] { -webkit-box-shadow: 0 1px 0 0 var(--background-modifier-accent); box-shadow: 0 1px 0 0 var(--background-modifier-accent); } div[class^=contentRegion-] #game-activity-tab div[class*=removeGame-] { background-color: #313244; } div[class^=contentRegion-] #emoji-tab div[class*=emojiRemove-] { background-color: #313244; } div[class^=contentRegion-] section[class^=inputSensitivityToggle-] div[class*=speaking-] { background: #a6e3a1 !important; } div[class^=contentRegion-] div[class*=reactionMe-] { background-color: #313244 !important; } div[class^=contentRegion-] div[class^=control-] > div[class*=checked-], div[class^=contentRegion-] div[class^=sensitivity-] div[class*=checked-], div[class^=contentRegion-] div[style*="background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"] { background-color: #a6e3a1 !important; } div[class^=contentRegion-] div[class^=control] > div[style*="background-color: hsl(218, calc(var(--saturation-factor, 1) * 4.6%), 46.9%)"] { background-color: #585b70 !important; } div[class^=contentRegion-] div[class^=control] svg[class^=slider-] > svg > path { fill: #328e2a !important; } div[class^=contentRegion-] #guild_premium-tab [class*=tierAccomplished-], div[class^=contentRegion-] #guild_premium-tab [class*=tierCurrent-], div[class^=contentRegion-] #guild_premium-tab [class*=tierFirst-] { background: #f5c2e7; } div[class^=contentRegion-] #guild_premium-tab [class*=tierInProgress-] { background-color: #11111b; } div[class^=contentRegion-] #guild_premium-tab div[class^=progressWithSubscriptions-] > svg > g > rect:first-child { color: #11111b; } div[class^=contentRegion-] #guild_premium-tab div[class^=progressWithSubscriptions-] > svg > g > rect:nth-child(2) { color: #f5c2e7; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderUnlocked-], div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderLocked-] { background-color: #11111b; color: #a6adc8; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderUnlocked-] div[class^=tierUnlocked-], div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderLocked-] div[class^=tierUnlocked-] { background-image: linear-gradient(90deg, #89b4fa, #cba6f7); color: #11111b; font-weight: 600; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderUnlocked-] svg[class^=tierIcon-], div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderLocked-] svg[class^=tierIcon-] { color: #f5c2e7; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderUnlocked-] svg[class*=tierIconLocked-], div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderLocked-] svg[class*=tierIconLocked-] { color: #7f849c; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderUnlocked-] svg[class^=tierLock-], div[class^=contentRegion-] #guild_premium-tab div[class^=tierHeaderLocked-] svg[class^=tierLock-] { color: #585b70; } div[class^=contentRegion-] #guild_premium-tab div[class^=tierBody-] { color: #bac2de; background-color: #181825; } div[class^=contentRegion-] svg[class^=activeCircle-] { color: #11111b; background-color: #a6e3a1; } div[class^=contentRegion-] #discovery-tab div[class*=checklistIcon] svg[viewBox="0 0 14 14"] path { fill: #f38ba8; } div[class^=contentRegion-] #discovery-tab div[class*=checklistIcon] svg[viewBox="0 0 20 20"] path { fill: #f9e2af; } div[class^=contentRegion-] #guild_templates-tab svg[class*=descriptionIcon][viewBox="0 0 24 24"] path { fill: #a6e3a1; } div[class^=contentRegion-] #guild_templates-tab svg[class*=descriptionIcon][viewBox="0 0 14 14"] path { fill: #f38ba8; } div[class^=contentRegion-] #guild_templates-tab svg[class*=descriptionIcon] circle { fill: #11111b; } div[class^=contentRegion-] #stickers-tab div[class*=tierHeaderContent] { background-color: #11111b; } div[class^=contentRegion-] #stickers-tab div[class*=tierBody] { background-color: #181825; } div[class^=contentRegion-] #roles-tab div[class*=previewContainer-] .theme-light img[class*=roleIcon-] { content: "data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0749 1.66667H4.99996C3.15901 1.66667 1.66663 3.15906 1.66663 5.00001V15C1.66663 16.841 3.15901 18.3333 4.99996 18.3333H15C16.8409 18.3333 18.3333 16.841 18.3333 15V8.92511C17.8052 9.08227 17.2458 9.16667 16.6666 9.16667C13.445 9.16667 10.8333 6.555 10.8333 3.33334C10.8333 2.75419 10.9177 2.19476 11.0749 1.66667ZM6.66663 5.00001C7.58596 5.00001 8.33329 5.74601 8.33329 6.66667C8.33329 7.58801 7.58596 8.33334 6.66663 8.33334C5.74529 8.33334 4.99996 7.58801 4.99996 6.66667C4.99996 5.74601 5.74529 5.00001 6.66663 5.00001ZM4.99996 15L7.49996 11.6667L9.16663 13.3333L12.5 9.16667L15 15H4.99996Z' fill='%2345475a'/%3E%3Cpath d='M17.5 0V2.5H20V4.16667H17.5V6.66667H15.8334V4.16667H13.3334V2.5H15.8334V0H17.5Z' fill='%2345475a'/%3E%3C/svg%3E"; } div[class^=contentRegion-] #roles-tab div[class*=previewContainer-] .theme-dark img[class*=roleIcon-] { content: "data:image/svg+xml,%3Csvg fill='none' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cdd6f4'%3E%3Cpath clip-rule='evenodd' d='m11.0749 1.66667h-6.07488c-1.84095 0-3.33333 1.49239-3.33333 3.33334v9.99999c0 1.841 1.49238 3.3333 3.33333 3.3333h9.99998c1.841 0 3.3334-1.4923 3.3334-3.3333v-6.07489c-.5281.15716-1.0876.24156-1.6667.24156-3.2217 0-5.8333-2.61167-5.8333-5.83333 0-.57915.0844-1.13858.2415-1.66667zm-4.40821 3.33334c.91933 0 1.66666.746 1.66666 1.66666 0 .92134-.74733 1.66667-1.66666 1.66667-.92134 0-1.66667-.74533-1.66667-1.66667 0-.92066.74533-1.66666 1.66667-1.66666zm-1.66667 9.99999 2.5-3.3333 1.66667 1.6666 3.33331-4.16663 2.5 5.83333z' fill-rule='evenodd'/%3E%3Cpath d='m17.5 0v2.5h2.5v1.66667h-2.5v2.5h-1.6667v-2.5h-2.5v-1.66667h2.5v-2.5z'/%3E%3C/g%3E%3C/svg%3E"; } .bd-settings-title { color: #cdd6f4; } .bd-switch-body { --switch-color: #585b70; } .bd-switch input:checked + .bd-switch-body { --switch-color: #a6e3a1; } .bd-switch input:checked + .bd-switch-body svg.bd-switch-symbol path { fill: #328e2a; } .bd-button { background-color: #89b4fa; color: #11111b; } .bd-button.bd-button-danger { background-color: #f38ba8; } .bd-controls > .bd-addon-button svg { fill: #11111b; } .bd-addon-views .bd-view-button.selected { background-color: #89b4fa; } .bd-addon-views .bd-view-button.selected svg { fill: #11111b; } div[class^=perksModal] { background-color: #1e1e2e; } div[class^=perksModal] li[class^=perk] { background-color: #181825; } div[class^=perksModal] li[class^=perk] svg { color: #f5c2e7; } div[class^=perksModal] svg[class^=giftIcon] { color: #11111b; } div[class^=perksModal] div[class^=tierHeaderUnlocked] { background-image: linear-gradient(90deg, #89b4fa, #cba6f7); color: #1e1e2e; } div[class^=perksModal] div[class^=tierUnlocked-], div[class^=perksModal] div[class^=tierMarkerBackground-] { background-color: #1e1e2e; } div[class^=perksModal] div[class^=barBackground], div[class^=perksModal] div[class^=tierMarkerInProgress], div[class^=perksModal] div[class^=tierBody] { background-color: #11111b !important; } div[class^=perksModal] div[class^=tierMarkerAccomplished] { background: #f5c2e7 !important; } div[class^=perksModal] div[class^=tierMarkerInProgress] [class^=currentTierIcon] { color: #f5c2e7; } div[class^=perksModal] div[class^=barForeground], div[class^=perksModal] div[class^=tierMarkerAccomplished] { background-color: #f5c2e7; } div[class^=perksModal] svg[class^=currentTierIcon] { color: #1e1e2e; } div[class^=perksModal] div[class*=tierMarkerLabelText], div[class^=perksModal] svg[class^=tierLock] { color: var(--text-muted); } div[class^=perksModal] div[class*=selectedTier] div[class*=tierMarkerLabelText] { color: var(--text-normal); } div[class^=perksModal] div[class^=tierHeaderLocked] { background-color: #07070b; color: var(--text-muted); } div[class^=perksModal] svg[class*=unlocked] { color: #a6e3a1; } div[class^=sidebar-] div[class^=container] div[class^=progressBar-] { background: linear-gradient(90deg, #89b4fa, #cba6f7); } div[class^=sidebar-] div[class^=container]:hover div[class^=progressBar-] { background: linear-gradient(90deg, hsl(221deg, 70%, 55.5%), #cba6f7 34%, #89b4fa 67%, #cba6f7); } div[class^=sidebar-] div[class^=container] div[class^=divider-] { border-color: var(--background-modifier-accent); } div[class^=pageWrapper-] { background: #1e1e2e !important; } div[class^=pageWrapper-] div[class*=searchBox-] { background-color: #181825; } div[class^=pageWrapper-] div[class*=searchBox-] svg[class*=clearIcon] path { fill: #6c7086; } div[class^=pageWrapper-] div[class*=categoryPill-][class*=selected-] div { color: #11111b !important; } div[class^=homeContainer-] { background: #1e1e2e !important; } div[class^=homeContainer-] > div[class^=homeContent-] div[class*=card-] { background: #313244 !important; } section[class^=title-] { background: var(--background-primary) !important; } div[class^=categoryItem-][class*=selectedCategoryItem], button[class*=lookFilled] div[class*=addButton] { color: #11111b !important; } div[class^=itemInner-] div[class^=new-] > div[class*=newText-] { color: #11111b !important; } div[class*=directoryModal-] { background-color: #1e1e2e !important; } div[class*=directoryModal-] [class*=searchBox] { background-color: #181825 !important; } div[class*=directoryModal-] [class*=searchBox] [name=search]::placeholder { color: #a6adc8; } div[class*=directoryModal-] [role=button][class*=activeButton] { color: #11111b; } section[class^=guildListSection-] div[class^=guildList]:first-child div[class^=iconContainer-] { background-color: #a6e3a1; } section[class^=guildListSection-] div[class^=guildList]:first-child div[class^=iconContainer-] > div[class^=icon-] { background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2311111b'%3E%3Cpath clip-rule='evenodd' d='m13.25 18v-12h-1.5v12z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m7 12.75c-.69036 0-1.25.5596-1.25 1.25v4h-1.5v-4c0-1.5188 1.23122-2.75 2.75-2.75h11c1.5188 0 2.75 1.2312 2.75 2.75v4h-1.5v-4c0-.6904-.5596-1.25-1.25-1.25z' fill-rule='evenodd'/%3E%3Cpath d='m12.5 7c-1.3807 0-2.5-1.11929-2.5-2.5s1.1193-2.5 2.5-2.5 2.5 1.11929 2.5 2.5-1.1193 2.5-2.5 2.5z'/%3E%3Cpath d='m20 22c-1.3807 0-2.5-1.1193-2.5-2.5s1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5-1.1193 2.5-2.5 2.5z'/%3E%3Cpath d='m12.5 22c-1.3807 0-2.5-1.1193-2.5-2.5s1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5-1.1193 2.5-2.5 2.5z'/%3E%3Cpath d='m5 22c-1.38071 0-2.5-1.1193-2.5-2.5s1.11929-2.5 2.5-2.5 2.5 1.1193 2.5 2.5-1.11929 2.5-2.5 2.5z'/%3E%3C/g%3E%3C/svg%3E"); } path[d="M22 12.4065C21.8956 14.9141 20.8533 17.2908 19.0798 19.0654C17.3062 20.8401 14.931 21.883 12.425 21.9875L13.7625 15.646L17.2375 17.9224C17.3214 17.9702 17.416 17.996 17.5125 17.9975C17.6481 17.9962 17.7781 17.9424 17.875 17.8474C17.9439 17.7577 17.9813 17.6478 17.9813 17.5347C17.9813 17.4216 17.9439 17.3117 17.875 17.222L15.6 13.7323L22 12.4065ZM13.7625 8.34148L17.2375 6.06504C17.3352 6.00866 17.4487 5.98608 17.5605 6.00084C17.6723 6.0156 17.7762 6.06686 17.8559 6.14665C17.9357 6.22645 17.9869 6.33037 18.0017 6.44225C18.0164 6.55413 17.9938 6.66772 17.9375 6.76548L15.6625 10.2551L22 11.581C21.8956 9.07342 20.8533 6.69669 19.0798 4.92206C17.3062 3.14742 14.931 2.10449 12.425 2L13.7625 8.34148ZM10.275 8.34148L11.6 2C9.09402 2.10449 6.71878 3.14742 4.94525 4.92206C3.17172 6.69669 2.12945 9.07342 2.02502 11.581L8.37497 10.2551L6.08752 6.76548C6.02873 6.66774 6.00413 6.55315 6.01772 6.43988C6.0313 6.32661 6.08228 6.22113 6.16252 6.14009C6.24233 6.05781 6.34797 6.00542 6.46175 5.99176C6.57552 5.97809 6.69052 6.00399 6.78752 6.06504L10.275 8.34148ZM6.16252 17.8474C6.08228 17.7663 6.0313 17.6609 6.01772 17.5476C6.00413 17.4343 6.02873 17.3197 6.08752 17.222L8.37497 13.7323L2 12.4065C2.10442 14.9141 3.1467 17.2908 4.92023 19.0654C6.69376 20.8401 9.06899 21.883 11.575 21.9875L10.25 15.646L6.7625 17.9224C6.67925 17.9718 6.58428 17.9977 6.48753 17.9975C6.35971 17.9937 6.23848 17.9398 6.15001 17.8474H6.16252Z"] { fill: #94e2d5; } path[d="M17.225 6.06504C17.3227 6.00866 17.4362 5.98608 17.548 6.00084C17.6598 6.0156 17.7637 6.06686 17.8434 6.14665C17.9232 6.22645 17.9744 6.33037 17.9892 6.44225C18.0039 6.55413 17.9813 6.66772 17.925 6.76548L15.65 10.2551L21.9875 11.581C21.9875 11.7185 21.9875 11.8562 21.9875 11.9937C21.9875 12.1313 21.9875 12.2689 21.9875 12.4065L15.65 13.7323L17.925 17.222C17.9939 17.3117 18.0313 17.4216 18.0313 17.5347C18.0313 17.6478 17.9939 17.7577 17.925 17.8474C17.8281 17.9424 17.6982 17.9962 17.5625 17.9975C17.466 17.996 17.3714 17.9702 17.2875 17.9224L13.8125 15.646L12.4125 22H11.5875L10.2625 15.6585L6.77501 17.935C6.69176 17.9843 6.59672 18.0102 6.49997 18.01C6.43455 18.0098 6.3699 17.9963 6.30977 17.9705C6.24964 17.9447 6.1953 17.9072 6.15001 17.8599C6.06977 17.7789 6.01879 17.6734 6.0052 17.5601C5.99162 17.4468 6.01621 17.3323 6.07501 17.2345L8.36253 13.7449L2 12.4065C2 12.2689 2 12.1313 2 11.9937C2 11.8562 2 11.7185 2 11.581L8.35002 10.2551L6.0625 6.76548C6.0037 6.66774 5.97918 6.55315 5.99277 6.43988C6.00635 6.32661 6.05726 6.22113 6.1375 6.14009C6.21731 6.05781 6.32295 6.00542 6.43672 5.99176C6.5505 5.97809 6.6655 6.00399 6.7625 6.06504L10.25 8.34148L11.575 2H12.4L13.7375 8.34148L17.225 6.06504Z"] { fill: #11111b; } div[class^=tierPreviews-] button[class^=button-] { background: linear-gradient(90deg, #94e2d5, #89b4fa); } div[class^=notice-] div[class*=noticeText-] { color: #11111b; } div[class^=notice-] div[class*=header-] { color: #11111b; } div[class^=notice-] div[class^=closeButton-] > svg > path { fill: #11111b; } div[class^=notice-] button[class^=button-] { border-color: #11111b; color: #11111b; } div[class^=notice-] button[class^=button-]:hover { background: #5895f8; } nav[class*=guilds-] foreignObject > div[data-list-item-id^=guildsnav_] { background-color: #222234; } nav[class*=guilds-] foreignObject > div[data-list-item-id^=guildsnav_]:hover > div[class^=childWrapper-], nav[class*=guilds-] foreignObject > div[data-list-item-id^=guildsnav_][class*=selected] > div[class^=childWrapper-] { color: #11111b; font-weight: 600; } nav[class*=guilds-] div[data-list-item-id=guildsnav___home] { --background-primary: #242437; } nav[class*=guilds-] span[class^=expandedFolderBackground-] { background-color: #242437; } nav[class*=guilds-] div[class^=folder-][class*=hover-] { background-color: #2e2e47; } nav[class*=guilds-] div[data-list-item-id=guildsnav___create-join-button] svg > path, nav[class*=guilds-] div[data-list-item-id=guildsnav___guild-discover-button] svg > path, nav[class*=guilds-] div[data-list-item-id=guildsnav___app-download-button] svg > path { fill: #a6e3a1; } div[class^=upperBadge] > div[class^=iconBadge] path { color: #11111b; } div[class^=upperBadge] div[class*=participating-] { background: #a6e3a1; } div[class^=lowerBadge] div[class^=iconBadge] path { color: #11111b; } svg[class^=spine-] { color: #585b70; } div[class^=spineBorder-] { background: #585b70; } ul[aria-label$=" threads"] > li:nth-child(1n) { --channels-default: #d8c0dd; --interactive-hover: #f38ba8; --interactive-active: #f38ba8; } ul[aria-label$=" threads"] > li:nth-child(2n) { --channels-default: #dbccd3; --interactive-hover: #fab387; --interactive-active: #fab387; } ul[aria-label$=" threads"] > li:nth-child(3n) { --channels-default: #dadadf; --interactive-hover: #f9e2af; --interactive-active: #f9e2af; } ul[aria-label$=" threads"] > li:nth-child(4n) { --channels-default: #c1dadb; --interactive-hover: #a6e3a1; --interactive-active: #a6e3a1; } ul[aria-label$=" threads"] > li:nth-child(5n) { --channels-default: #b9ccf6; --interactive-hover: #74c7ec; --interactive-active: #74c7ec; } ul[aria-label$=" threads"] > li:nth-child(6n) { --channels-default: #ccc8f5; --interactive-hover: #cba6f7; --interactive-active: #cba6f7; } [class^=botText] { color: #11111b; font-weight: 600; } svg[class^=botTagVerified] { color: #11111b; } div[class*=activePostCount-] { background-color: #313244; color: #cdd6f4 !important; } div[class*=newPostCount-] { background-color: #cdd6f4; color: #11111b; } div[class*=liveSmall-] { background-color: #f38ba8 !important; color: #11111b; } [class^=chatContent] div[class*=wrapperAudio-] div[class*=audioControls], [class^=chatContent] div[class*=wrapperAudio-] div[class*=videoControls-], [class^=chatContent] div[class*=imageWrapper-] div[class*=audioControls], [class^=chatContent] div[class*=imageWrapper-] div[class*=videoControls-] { background-color: rgba(24, 24, 37, 0.8); } [class^=chatContent] div[class*=wrapperAudio-] div[class*=audioControls] svg[class*=controlIcon-], [class^=chatContent] div[class*=wrapperAudio-] div[class*=videoControls-] svg[class*=controlIcon-], [class^=chatContent] div[class*=imageWrapper-] div[class*=audioControls] svg[class*=controlIcon-], [class^=chatContent] div[class*=imageWrapper-] div[class*=videoControls-] svg[class*=controlIcon-] { opacity: 1; color: #bac2de; } [class^=chatContent] #---new-messages-bar span[class^=unreadPill-] { color: #11111b; } [class^=chatContent] div[class^=newMessagesBar-] button { color: #11111b; } [class^=chatContent] div[class^=channelTextArea-] div[class^=buttons-] * { color: var(--interactive-normal) !important; } [class^=chatContent] [id^=message-reactions-] div[class^=reaction-] { background-color: #313244; } [class^=chatContent] [id^=message-reactions-] div[class^=reaction-]:hover { background-color: var(--brand-experiment-20a); border-color: var(--brand-experiment-30a); } [class^=chatContent] div[class*=isBurstReactionPicker-] { box-shadow: 0 0 0 2px #cba6f7, 0 0 16px #b4befe; } [class^=chatContent] div[class^=navButtonSuperReactActive-], [class^=chatContent] div[class^=navButtonSuperReactActive-]:hover { background: linear-gradient(270deg, #f5c2e7, #b4befe 33.63%, #cba6f7); color: #11111b; } [class^=chatContent] div[class*=betaTag-] { background: var(--brand-experiment) !important; color: #11111b; } [class^=chatContent] button[class*=navButtonActive-], [class^=chatContent] button[class*=navButtonActive-]:hover { color: #11111b; } [class^=chatContent] div[class*=colorPremiumGradient-][class*=focused-] { background: linear-gradient(270deg, #f5c2e7, #b4befe 33.63%, #cba6f7); color: #11111b !important; } [class^=chatContent] div[class*=isBurstReactionPicker] { border: none; box-shadow: 0 0 0 2px #cba6f7, 0 0 16px #b4befe; } [class^=chatContent] div[class*=playButtonContainer-] { background: var(--brand-experiment) !important; } [class^=chatContent] svg[class*=playIcon-] path { fill: #11111b; } [class^=chatContent] div[class^=container-][class*=header-] div[class*=addReactButton-], [class^=chatContent] div[class^=container-][class*=header-] div[class^=buttons-]:not([class*=lookBlank-]) div[class^=contents] { background: #313244; } [class^=chatContent] div[class^=container-][class*=header-] div[class*=addReactButton-]:hover, [class^=chatContent] div[class^=container-][class*=header-] div[class^=buttons-]:not([class*=lookBlank-]) div[class^=contents]:hover { background-color: var(--brand-experiment-20a); border-color: var(--brand-experiment-30a); } [class^=chatContent] div[class^=messagesErrorBar-] div[class*=barButtonBase-] { color: #11111b; } [class^=chatContent] [class*=inlineCode-] { background: #313244; } [class^=chatContent] code.inline { background: #313244; } [class^=chatContent] div[class^=container-] div[class^=cardWrapper-] div[class*=completed-] svg[class^=checkmark-] { background-color: #a6e3a1; color: #11111b; } div[style*="d1382af8d9e755bc44811b1fd92990a8.svg"] { background-image: url("data:image/svg+xml,%3Csvg height='18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m18 0h-18v18h18z'/%3E%3Cpath d='m0 8h14.2l-3.6-3.6 1.4-1.4 6 6-6 6-1.4-1.4 3.6-3.6h-14.2' fill='%23a6e3a1'/%3E%3C/g%3E%3C/svg%3E") !important; filter: none !important; } main[class^=chatContent] div[id^=message-content-] svg[class^=icon-] > path[d="M4 0L0 4V8L4 12L8 8V4L4 0ZM7 7.59L4 10.59L1 7.59V4.41L4 1.41L7 4.41V7.59Z"], main[class^=chatContent] div[id^=message-content-] svg[class^=icon-] > path[d="M2 4.83V7.17L4 9.17L6 7.17V4.83L4 2.83L2 4.83Z"] { color: #f5c2e7; } .theme-dark span[class|=spoilerContent], .theme-dark div[class|=spoilerContent], .theme-light span[class|=spoilerContent], .theme-light div[class|=spoilerContent] { background-color: #313244; } .theme-dark span[class|=spoilerContent][class*=hidden], .theme-dark div[class|=spoilerContent][class*=hidden], .theme-light span[class|=spoilerContent][class*=hidden], .theme-light div[class|=spoilerContent][class*=hidden] { background-color: #585b70; } .theme-dark span[class|=spoilerContent][class*=hidden]:hover, .theme-dark div[class|=spoilerContent][class*=hidden]:hover, .theme-light span[class|=spoilerContent][class*=hidden]:hover, .theme-light div[class|=spoilerContent][class*=hidden]:hover { background-color: #63677e; } .theme-dark div[class|=spoilerContainer] div[class|=spoilerWarning], .theme-light div[class|=spoilerContainer] div[class|=spoilerWarning] { color: #cdd6f4; background-color: rgba(17, 17, 27, 0.7); } .theme-dark div[class|=spoilerContainer]:hover div[class|=spoilerWarning], .theme-light div[class|=spoilerContainer]:hover div[class|=spoilerWarning] { color: #cdd6f4; background-color: #11111b; } .theme-dark div[class|=spoilerContainer] article[class*=embedFull-], .theme-light div[class|=spoilerContainer] article[class*=embedFull-] { border-color: #585b70; } div[class^=cooldownWrapper-] { color: var(--text-muted) !important; } div[class*=autocomplete-] { background-color: #181825 !important; } div[class*=autocomplete-] div[class*=categoryHeader] { background-color: #181825 !important; } div[class*=autocomplete-] div[class*=autocompleteRowSubheading] { background-color: transparent; } div[class*=autocomplete-] div[class*=autocompleteRowContentSecondary] { background-color: transparent; } div[class*=autocomplete-] div[class^=usageWrapper-] > div[class*=title-] { color: #89b4fa !important; } div[class*=autocomplete-] strong { color: #89b4fa !important; } div[class^=channelTextArea-] button[class*=emojiButton-] { background: transparent !important; } [class|=uploadDropModal][class*=error] { background-color: #f38ba8; } [class|=uploadDropModal] div[class^=inner] { border-color: #11111b; } [class|=uploadDropModal] div[class^=inner] * { color: #11111b !important; } div[class^=chat] > div[class^=content-] > div[class^=container-] { background-color: #1e1e2e; } div[class^=chat] > div[class^=content-] > div[class^=container-] div[class^=pinIcon-] > svg > path, div[class^=chat] > div[class^=content-] > div[class^=container-] div[class^=stepStatus-] > svg > path { fill: #a6adc8; } div[class^=chat] > div[class^=content-] > div[class^=container-] div[class^=pinIcon-][style*="background-color: var(--status-positive-background);"] > svg > path, div[class^=chat] > div[class^=content-] > div[class^=container-] div[class^=stepStatus-][style*="background-color: var(--status-positive-background);"] > svg > path { fill: #11111b; } div[class^=chat] > div[class^=content-] > div[class^=container-] div[class*=countText] { color: #11111b; } div[class^=chat] > div[class^=content-] > div[class^=container-] svg[class^=discordIcon-] { background-color: #89b4fa; color: #11111b; } div[class^=chat] > div[class^=content-] > div[class^=container-] div[class^=newBadge-] { background-color: #b4befe !important; color: #11111b; } div[class^=chat] > div[class^=content-] > div[class^=container-] div[class*=mainCard-] { background-color: #313244; } div[class^=sidebar-] > section[class^=panels-] svg[class*=buttonIcon-], div[class^=sidebar-] > section[class^=panels-] div[class*=buttonContents] { fill: #cdd6f4; color: #cdd6f4; } [data-list-id^=forum-channel-list-] div[class^=body-] > div[class^=tags] div[class*=pill] { background-color: #181825; } [data-list-id^=forum-channel-list-] button[class^=submitButton-][class*=colorBrand] { background-color: #89b4fa; color: #11111b; } div[class|=applicationCommand] span[class*=selectedPill-] { border-color: #89b4fa !important; } div[class|=applicationCommand] span[class*=erroredPill-] { border-color: #f38ba8 !important; } div[class^=chat] > div[class^=content-] main[class^=chatContent-] + div[class^=container-] { background-color: var(--background-secondary); } [class*=channelTextAreaInnerError-] { border: 1px solid #f38ba8 !important; } [class*=barButtonBase-] { color: #11111b !important; } div[class^=callContainer-] [class*=controlIcon-] { color: #bac2de; } div[class^=callContainer-] [class*=controlIcon-]:hover { color: #cdd6f4; } div[class^=callContainer-] div[class*=tile-], div[class^=callContainer-] div[class*=background-] { background-color: #1e1e2e !important; } div[class^=callContainer-] div[class*=overlayTitle], div[class^=callContainer-] svg[class*=status-] { background-color: #313244; color: #cdd6f4; } div[class^=callContainer-] div[class*=header], div[class^=callContainer-] svg[class*=selectedIcon-] { color: #cdd6f4; } div[class^=callContainer-] div[class*=button-][class*=contents-], div[class^=callContainer-] button[class*=cta-], div[class^=callContainer-] button[class*=participantsButton-] { background-color: #313244; color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] div[class^=children-] div[class*=playingText-] { color: #bac2de; } div[class^=callContainer-] div[class^=videoControls-] div[class^=toolbar-] svg[class^=controlIcon-] { color: var(--interactive-normal); } div[class^=callContainer-] div[class^=videoControls-] div[class^=toolbar-] div[class^=streamQualityIndicator-] div[class^=liveQualityIndicator-] { background-color: #45475a !important; } div[class^=callContainer-] div[class^=videoControls-] div[class^=toolbar-] div[class^=streamQualityIndicator-] div[class^=liveQualityIndicator-] div[class^=qualityIndicator-] { color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] div[class^=toolbar-] div[class^=streamQualityIndicator-] div[class^=liveQualityIndicator-] svg[class^=premiumStreamIcon] { color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] div[class^=toolbar-] div[class^=liveIndicator-] div[class^=live-] { background-color: #f38ba8 !important; color: #11111b !important; } div[class^=callContainer-] div[class^=videoControls-] button[class*=leftTrayIcon-][class*=buttonColor-] { background-color: #313244; color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=red-] { background: #f38ba8; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=red-] [class*=centerIcon-] { color: #11111b; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=primaryDark-] { background: #45475a; color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=primaryDark-] [class*=centerIcon-] { color: #cdd6f4; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=white-] { color: #11111b; background-color: #bac2de; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=white-] [class*=centerIcon-] { color: #11111b; } div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=white-]:hover, div[class^=callContainer-] div[class^=videoControls-] [class*=colorable-][class*=white-][class*=active-] { background: #cdd6f4; } div[class*=giftCodeContainer] [class*=tile] { background-color: #181825; } div[class*=giftCodeContainer] [class*=tile] > [class*=description] { color: #cdd6f4; } div[class*=chat-] section[class*=header-] { background-color: #181825; } div[class*=chat-] div[class*=content-][class*=container-] { background-color: #181825; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=container] { background-color: #181825; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=search-] { background-color: #1e1e2e !important; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=search-] input::placeholder { color: #6c7086; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=browser] div[class*=content] div[class^=container-] { background-color: #1e1e2e; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=scrollerContainer-] { background-color: #181825; } div[class*=chat-] div[class*=content-][class*=container-] div[class*=scrollerContainer-] div[class*=checkIcon-][style*="opacity: 1;"] > svg > path { fill: #11111b; } div[class*=chat-] div[class*=content-][class*=container-] div[role=tablist] { background-color: #181825; border-bottom: 2px solid #313244; } div[class*=chat-] div[class*=content-][class*=container-] div[role=tablist] [class*=textBadge-] { color: #11111b; } div[class*=chat-] section[class*=title] div[class*=searchBar] span[class*=search] { background-color: #313244; color: #cdd6f4; } div[class*=chat-] nav[class*=pageControl] div[class*=roundButton][class*=activeButton] span { color: #11111b; } div[class*=chat-] li[class*=mainCard-][class*=container] { background-color: #313244; } div[class*=chat-] li[class*=mainCard-][class*=container]:hover { background-color: #45475a; } div[class*=chat-] li[class*=mainCard-][class*=container] div[class*=contentPreview-] { background-color: #1e1e2e; border: none; } div[class*=chat-] li[class*=mainCard-][class*=container] div[class*=contentPreview-] div[class*=textContentFooter-] { background: none; } div[class*=chat-] li[class*=mainCard-][class*=container] div[class*=tags-] div[class*=tagPill-] { background-color: rgba(69, 71, 90, 0.8); } div[class*=chat-] div[class*=emptyPage] { background-color: #1e1e2e; } div[class*=chat-] div[class*=innerHeader]:after { background: none; } [id*=message-accessories-] > [class*=invite-] { background-color: #1e1e2e; } [id*=message-accessories-] > [class*=invite-] [class*=inFront-][class*=header-] { color: #a6adc8; } [id*=message-accessories-] > [class*=invite-] [class*=partyStatus-] { color: #cdd6f4; } [class^=avatar-] [class^=dots-] { color: #1e1e2e; } .messagelogger-deleted div { color: #f38ba8 !important; } .messagelogger-deleted div a { color: #f17497 !important; } div[class^=layerContainer] [role=menu] { --brand-experiment-560: var(--brand-experiment-25a); --brand-experiment-600: var(--brand-experiment); } div[class^=layerContainer] [role=menu] [class*=colorDefault][class*=colorBrand] { color: #89b4fa; } div[class^=layerContainer] [role=menu] [class*=colorDefault][class*=focused]:not([class*=colorDanger]), div[class^=layerContainer] [role=menu] [class*=colorDefault][class*=focused] [class*=checkbox-] { color: var(--interactive-normal); } div[class^=layerContainer] [role=menu] [class*=colorDefault][role=menuitem]:not([class*=colorDanger]):not([id*=user-context-user-volume]):hover { background: var(--background-accent); color: #11111b; } div[class^=layerContainer] [role=menu] [class*=colorDefault][role=menuitem]:not([class*=colorDanger]):not([id*=user-context-user-volume]):hover [class*=subtext], div[class^=layerContainer] [role=menu] [class*=colorDefault][role=menuitem]:not([class*=colorDanger]):not([id*=user-context-user-volume]):hover [class*=caret-] { color: #11111b; } div[class^=layerContainer] [role=menu] [class*=colorDefault] [class*=caret] { color: #cdd6f4; } div[class^=layerContainer] [role=menu] [class*=colorDefault]:active:not([class*=hideInteraction-]) { color: var(--background-floating); } div[class^=layerContainer] [role=menu] [class*=colorDefault]:active:not([class*=hideInteraction-]) [class*=check-] { color: var(--interactive-normal); } div[class^=layerContainer] [role=menu] [class*=colorDefault]:active:not([class*=hideInteraction-]) [class*=checkbox-] { color: var(--background-floating); } div[class^=layerContainer] [role=menu] [class*=focused] [class*=userMenuUsername] * { color: #11111b; } div[class^=layerContainer] [role=menu] [class*=colorDanger][class*=focused], div[class^=layerContainer] [role=menu] [class*=colorDefault] [class*=check-] { color: var(--background-floating); background-color: #f38ba8; } div[class^=layerContainer] [role=menu] #guild-header-popout-premium-subscribe div[class^=iconContainer-] > svg { color: #f5c2e7; } div[class^=layerContainer] [role=menu] #user-context-user-volume div[class*=slider-] div[class*=bar-] { background-color: #313244; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-]:not([class^=animatorBottom-]) > div div[class*=flowerStarContainer-] svg[class*=flowerStar-] *, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-]:not([class^=animatorBottom-]) > div div[class*=flowerStarContainer-] svg[class*=flowerStar-] * { fill: #89b4fa; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=countText], .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=countText] { color: #11111b; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] svg[class*=activeIcon] circle, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] svg[class*=activeIcon] circle { fill: #11111b; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] svg[class*=activeIcon] g path, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] svg[class*=activeIcon] g path { fill: #89b4fa; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] div[class*=autocompleteArrow-], .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] header, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] div[class*=autocompleteArrow-], .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] header { background-color: #181825; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] header > input::placeholder, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] header > input::placeholder { color: #7f849c; } .theme-dark div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] section, .theme-light div[class^=layerContainer] div[id^=popout_] > div[class*=didRender-] div[class*=container] section { background-color: #1e1e2e; color: #cdd6f4; } div[class*=recentMentionsPopout] div[class|=header] div[class|=tabBar] div[class|=badge], div[class*=recentMentionsPopout] div[class|=header] div[class|=tabBar] div[class|=tab][class*=active-] { color: #1e1e2e; } div[class*=recentMentionsPopout] div[class|=header] div[class|=controls-] { --background-secondary: #313244; --background-primary: rgba(49, 50, 68, 0.9); } div[class*=recentMentionsPopout] div[class^=scroller-] [role=button] { --background-tertiary: rgba(166, 173, 200, 0.15); --background-floating: rgba(166, 173, 200, 0.12); } div[class*=recentMentionsPopout] div[class^=scroller-] [role=button] div[class*=jumpButton-] { background-color: #313244; } div[class*=rolesList] div[class^=role-], div[class*=rolesList] button[class^=addButton-] { background-color: #202031; } div[class*=rolesList] div[class^=role-] span[class^=roleCircle-][style*="background-color: rgb(185, 187, 190)"] { background-color: #a6adc8 !important; } div[class*=rolesList] div[class^=role-] span[class^=roleCircle-][style*="background-color: rgb(54, 57, 62)"], div[class*=rolesList] div[class^=role-] span[class^=roleCircle-][style*="background-color: rgb(53, 57, 64)"] { background-color: #1e1e2e !important; } div[class*=layerContainer] > div[class*=layer] div[class^=reactors] { background-color: var(--background-primary); } div[class*=layerContainer] > div[class*=layer] div[class*=reactorDefault] { -webkit-box-shadow: inset 0 -1px 0 var(--background-modifier-accent); box-shadow: inset 0 -1px 0 var(--background-modifier-accent); } div[class*=layerContainer] > div[class*=layer] div[class*=reactionSelected] { background-color: var(--background-modifier-selected); } div[class*=layerContainer] > div[class*=layer] div[class*=friendSelected] { background: #313244 !important; } section[class^=positionContainer-] button[class*=navButtonActive] { background-color: #89b4fa; color: #11111b; } .theme-light section[class^=positionContainer-] div[class^=categoryText-] { color: #1e1e2e; } #emoji-picker-tab-panel [class*=stickerInspected-] [class*=inspectedIndicator], #emoji-picker-tab-panel [class^=emojiItem-][class*=emojiItemSelected-] { background-color: var(--brand-experiment-25a); } #emoji-picker-tab-panel [class*=newlyAddedHighlight-] { border: 1px solid #a6e3a1; } #emoji-picker-tab-panel [class*=newlyAddedHighlight-] ~ [class*=newlyAddedBadge-] { background: #a6e3a1 !important; color: #11111b; } [class*=stickerInspected-] [class^=inspectedIndicator] { background-color: var(--brand-experiment-25a); } .theme-light > div[class^=focusLock] > div[class^=root] > div[class^=container] div[class*=footer][class*=footerSeparator-] { box-shadow: inset 0 1px 0 #313244; -webkit-box-shadow: inset 0 1px 0 #313244; } .theme-light > div[class^=focusLock] > div[class^=root] { box-shadow: 0 0 0 1px #313244, 0 2px 10px 0 hsla(0, calc(var(--saturation-factor, 1) * 0%), 0%, 0.1); -webkit-box-shadow: 0 0 0 1px #313244, 0 2px 10px 0 hsla(0, calc(var(--saturation-factor, 1) * 0%), 0%, 0.1); } .theme-light div[class|=focusLock] div[class|=downloadApps] { background-color: #1e1e2e !important; } .theme-light div[class|=focusLock] div[class|=downloadApps] button[class|=modalCloseButton], .theme-light div[class|=focusLock] div[class|=downloadApps] h2, .theme-light div[class|=focusLock] div[class|=downloadApps] h3 { color: #cdd6f4; } .theme-light div[class|=focusLock] div[class|=downloadApps] div[class*=footer-] { color: #cdd6f4 !important; background-color: unset !important; } .theme-light div[class|=focusLock] div[class|=downloadApps] div[class*=footer-] a { color: #89b4fa; } .theme-light div[class|=focusLock] div[class|=downloadApps] li[class*=active-] a[class*=downloadButton-] { transition: all 0.3s ease-in-out; color: #1e1e2e; } .theme-light[class*=profileColors-] [class*=userTagUsernameBase-], .theme-light[class*=profileColors-] [class*=discrimBase-], .theme-light[class*=profileColors-] [class*=title-], .theme-light[class*=profileColors-] [class*=roles-], .theme-light[class*=profileColors-] [class*=defaultColor-], .theme-light[class*=profileColors-] [class*=markup-], .theme-light[class*=profileColors-] [class*=activityUserPopoutV2-] *, .theme-light[class*=profileColors-] [class*=customStatus-], .theme-light[class*=profileColors-] [class*=section-], .theme-light[class*=profileColors-] [class*=additionalActionsIcon-], .theme-light[class*=profileColors-] [class*=overlayBackground-] * { --interactive-normal: #11111b; --text-normal: #11111b; --interactive-active: #11111b; --interactive-hover: #11111b; } .theme-light[class*=profileColors-] [class*=userTagUsernameBase-]:not(a), .theme-light[class*=profileColors-] [class*=discrimBase-]:not(a), .theme-light[class*=profileColors-] [class*=title-]:not(a), .theme-light[class*=profileColors-] [class*=roles-]:not(a), .theme-light[class*=profileColors-] [class*=defaultColor-]:not(a), .theme-light[class*=profileColors-] [class*=markup-]:not(a), .theme-light[class*=profileColors-] [class*=activityUserPopoutV2-] *:not(a), .theme-light[class*=profileColors-] [class*=customStatus-]:not(a), .theme-light[class*=profileColors-] [class*=section-]:not(a), .theme-light[class*=profileColors-] [class*=additionalActionsIcon-]:not(a), .theme-light[class*=profileColors-] [class*=overlayBackground-] *:not(a) { color: unset !important; } div[class^=layerContainer] #guild-header-popout, div[class^=layerContainer] #guild-context, div[class^=layerContainer] div[id^=channel-context], div[class^=layerContainer] div[id^=user-context] { background: #11111b; } div[class^=layerContainer] > div[class*=layer] div[role=listbox] { background-color: #181825; } div[class^=layerContainer] > div[class*=layer] div[role=listbox] div[role=option][aria-selected=true] { background: #313244; } div[class^=layerContainer] > div[class*=layer] div[role=listbox] div[role=option] svg[class*=selectedIcon] circle { fill: #11111b; } div[class^=layerContainer] > div[class*=layer] div[role=listbox] div[class*=queryText-] { color: #7f849c; } div[class^=layerContainer] > div[class*=layer] div[role=listbox] div[class*=queryText-] strong { color: #cdd6f4; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modal-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modalSize-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=uploadModal-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class|=contentWrapper] { background-color: #181825; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modal-] li, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modal-] p, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modal-] span, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modalSize-] li, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modalSize-] p, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=modalSize-] span, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=uploadModal-] li, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=uploadModal-] p, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class^=uploadModal-] span, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class|=contentWrapper] li, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class|=contentWrapper] p, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class|=contentWrapper] span { color: #cdd6f4; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class*=footer] { background-color: #11111b; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class*=footer] button[type=submit] span { color: #11111b; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class*=footer] [class*=footerText-] { color: #bac2de; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h1[class^=fixed-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h2[class^=fixed-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h3[class^=fixed-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h4[class^=fixed-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h5[class^=fixed-], div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h6[class^=fixed-] { color: #f38ba8; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h1[class^=fixed-]:after, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h2[class^=fixed-]:after, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h3[class^=fixed-]:after, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h4[class^=fixed-]:after, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h5[class^=fixed-]:after, div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] h6[class^=fixed-]:after { background-color: #f38ba8; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock] div[class*=message-] { background-color: #313244; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock][aria-label=Activities] div[class*=activityItem-] { background-color: #11111b; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock][aria-label=Activities] div[class*=activityItem-] div[class*=previewBadge-] { color: #11111b; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock][aria-label=Activities] div[class*=activityTag-] { background-color: #313244; } div[class^=layerContainer] > div[class*=layer] div[class^=focusLock][aria-label="Manage Accounts"] div[class*=navRow-] { background-color: #181825; } div[class^=layerContainer] div[class^=addGamePopout-] { background-color: #181825; } div[class^=layerContainer] div[class*=searchOption-]::after, div[class^=layerContainer] div[class*=option-]::after, div[class^=layerContainer] li[class*=option-]::after { display: none; } div[class^=layerContainer] div[class^=queryContainer] { background-color: #11111b; } div[class^=layerContainer] div[class^=queryContainer] span[class^=key] { color: #cdd6f4; background-color: #1e1e2e; } div[class^=layerContainer] [class*=tooltipBrand-], div[class^=layerContainer] [class*=tooltipRed-], div[class^=layerContainer] [class*=tooltipGreen-], div[class^=layerContainer] [class*=tooltipYellow] { color: #11111b; } div[class^=layerContainer] div[class^=popout-] div[class^=row][role=button]:hover { color: #11111b; } div[class^=layerContainer] div[class^=popout-] div[class^=row][role=button]:hover [class*=timestamp] { color: #11111b; } form[class*=card-] { background-color: #1e1e2e; } div[class*=userInfoSection-] div[class^=connectedAccountContainer-] { background-color: rgba(49, 50, 68, 0.45) !important; } div[class*=cardWarning-] div[class*=warning-] { color: #11111b; } #emoji-picker-tab-panel, #sticker-picker-tab-panel { /* --background-floating: #313244; + div[class^="slotsContainer-"] { background-color: $surface0; } */ } #emoji-picker-tab-panel div[class^=tooltipContainer-] label[class^=label-][class*=labelChecked-], #sticker-picker-tab-panel div[class^=tooltipContainer-] label[class^=label-][class*=labelChecked-] { background: -webkit-gradient(linear, right top, left top, from(#f5c2e7), color-stop(33.33%, #cba6f7), to(#89b4fa)); background: linear-gradient(270deg, #f5c2e7, #cba6f7 33.33%, #89b4fa); } div[class*=keyboardShortcutsModal-] { background-color: #181825 !important; } div[class*=keyboardShortcutsModal-] div[class^=keybindShortcut-] span[class^=key-] { color: #11111b; } div[class*=keyboardShortcutsModal-] div[class^=keybindShortcut-] span[class^=key-] svg g { fill: #11111b !important; } .react-datepicker, .react-datepicker__header { background-color: #181825 !important; } .react-datepicker__day { background-color: #11111b !important; } .react-datepicker__day:active { background: #89b4fa !important; } .react-datepicker__day--selected:after { background-color: #89b4fa !important; } [class^=datePickerHint-] [class^=hintValue-] { color: #11111b !important; } div[class*=layerContainer-] div[class^=control-] div[class*=checked-] { background-color: #a6e3a1 !important; } div[class*=layerContainer-] div[class^=control-] div[style*="background-color: rgb(114, 118, 125);"] { background-color: #585b70 !important; } div[class*=layerContainer-] div[class*=guildPopout-][role=dialog] { background-color: #1e1e2e; } div[class*=layerContainer-] div[class*=guildPopout-][role=dialog] div[class*=guildName-] { color: #cdd6f4; } div[class*=layerContainer-] [role*=dialog] a[class*=downloadLink-] { color: #7f849c !important; opacity: 1; } div[class*=layerContainer-] [role*=dialog] a[class*=downloadLink-]:hover { color: #cdd6f4 !important; } div[class*=userPopoutOuter-] div[aria-label="HypeSquad Bravery"] img, div[class*=userProfileOuter-] div[aria-label="HypeSquad Bravery"] img { content: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m5.01502 4h13.97008c.1187 0 .215.09992.215.22305v9.97865c0 .0697-.0312.1343-.0837.1767l-6.985 5.5752c-.0389.0313-.0847.0464-.1314.0464-.0466 0-.0924-.0151-.1313-.0464l-6.985-5.5752c-.05252-.0424-.08365-.107-.08365-.1767v-9.97865c0-.12313.0963-.22305.21497-.22305zm7.82148 7.0972 4.1275-2.71296c.1039-.06863.2299.04542.1725.15644l-1.7114 3.36192c-.0403.0807.0182.1756.1079.1756h1.0246c.118 0 .1664.1504.0706.219l-4.6267 3.3175c-.0414.0303-.0978.0303-.1402 0l-4.6267-3.3175c-.0948-.0686-.04639-.219.07059-.219h1.02356c.09076 0 .14925-.0949.10791-.1756l-1.71132-3.36293c-.05648-.11001.06958-.22305.17345-.15543l4.12851 2.71296c.0716.0474.1291.112.1674.1887l.6293 1.2636c.0444.0888.1714.0888.2158 0l.6293-1.2636c.0383-.0767.0958-.1423.1674-.1887z' fill='%23cba6f7' fill-rule='evenodd'/%3E%3C/svg%3E"); } div[class*=userPopoutOuter-] div[aria-label="HypeSquad Balance"], div[class*=userProfileOuter-] div[aria-label="HypeSquad Balance"] { content: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m11.8622 4.05696c.076-.07595.1996-.07595.2756 0l7.8048 7.80474c.0371.0362.0574.0865.0574.1377 0 .0513-.0212.1016-.0574.1378l-7.8048 7.8047c-.038.038-.0883.0574-.1378.0574s-.0998-.0194-.1378-.0574l-7.8048-7.8047c-.03709-.0362-.0574-.0857-.0574-.1378s.02031-.1015.0574-.1377zm.9299 8.29474 3.6146-2.37377c.0909-.05917.2013.03977.151.13597l-1.4986 2.9416c-.0354.0707.0158.1537.0944.1537h.8973c.1033 0 .1457.1316.0618.1916l-4.0517 2.9028c-.0362.0265-.0856.0265-.1227 0l-4.05168-2.9028c-.08301-.06-.04062-.1916.06182-.1916h.89634c.07948 0 .1307-.083.09449-.1537l-1.49862-2.9416c-.04945-.0962.06094-.19514.1519-.13597l3.61545 2.37377c.0627.0415.113.098.1465.1651l.5511 1.1057c.0389.0777.1501.0777.189 0l.551-1.1057c.0336-.0671.0839-.1245.1466-.1651z' fill='%2394e2d5' fill-rule='evenodd'/%3E%3C/svg%3E"); } div[class*=userPopoutOuter-] div[aria-label="HypeSquad Brilliance"], div[class*=userProfileOuter-] div[aria-label="HypeSquad Brilliance"] { content: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m12 20c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8-4.41828 0-8 3.58172-8 8 0 4.4183 3.58172 8 8 8zm.7921-8.275 3.6146-2.3738c.0909-.05916.2013.03974.151.136l-1.4986 2.9416c-.0354.0707.0158.1537.0944.1537h.8973c.1033 0 .1457.1315.0618.1916l-4.0517 2.9027c-.0362.0265-.0856.0265-.1227 0l-4.05168-2.9027c-.08301-.0601-.04062-.1916.06182-.1916h.89634c.07948 0 .1307-.083.09449-.1537l-1.49862-2.9416c-.04945-.09626.06094-.19516.1519-.136l3.61545 2.3738c.0627.0415.113.098.1465.1651l.5511 1.1057c.0389.0777.1501.0777.189 0l.551-1.1057c.0336-.0671.0839-.1245.1466-.1651z' fill='%23f38ba8' fill-rule='evenodd'/%3E%3C/svg%3E"); } div[class*=userPopoutOuter-] div[aria-label="Active Developer"], div[class*=userProfileOuter-] div[aria-label="Active Developer"] { content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.47213 4L4 6.47213V17.5279L6.47217 20H17.5278L20 17.5279V6.47213L17.5279 4H6.47213ZM10.8582 16.4255H8.64551C8.64551 14.5952 7.1567 13.1064 5.32642 13.1064V10.8936C7.1567 10.8936 8.64551 9.40483 8.64551 7.57454H10.8582C10.8582 9.39042 9.96684 10.9908 8.61129 12C9.96684 13.0093 10.8582 14.6096 10.8582 16.4255ZM18.6667 13.1064C16.8364 13.1064 15.3476 14.5952 15.3476 16.4255H13.1348C13.1348 14.6096 14.0263 13.0093 15.3818 12C14.0263 10.9908 13.1348 9.39042 13.1348 7.57454H15.3476C15.3476 9.40483 16.8364 10.8936 18.6667 10.8936V13.1064V13.1064Z' fill='%23a6e3a1'/%3E%3C/svg%3E"); } div[class*=userPopoutOuter-] div[aria-label="Early Verified Bot Developer"], div[class*=userProfileOuter-] div[aria-label="Early Verified Bot Developer"] { content: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.58 11.4-4.28-7.39-.35-.6h-9.91l-.35.6-4.27 7.39-.35.6.35.6 4.27 7.39.35.6h9.92l.35-.6 4.28-7.39.35-.6zm-13.07-1.03-1.63 1.63 1.63 1.63v2.73l-4.36-4.36 4.37-4.37v2.74zm3.12 6.93-2.04-.63 3.1-9.98 2.04.64zm3.86-.93v-2.73l1.63-1.64-1.63-1.63v-2.74l4.36 4.37z' fill='%2389b4fa'/%3E%3C/svg%3E"); } div[class*=userPopoutOuter-] div[class^=userPopoutOverlayBackground] > div[class^=scroller] > div[class^=section]:first-child > div[class^=buttonsContainer] > button:nth-child(2), div[class*=userProfileOuter-] div[class^=userPopoutOverlayBackground] > div[class^=scroller] > div[class^=section]:first-child > div[class^=buttonsContainer] > button:nth-child(2) { background: #89b4fa; } [class*=layerContainer-] [class*=toolbar-] { background-color: var(--background-floating); } [class*=layerContainer-] [class*=toolbar-] [class*=buttons-] [class*=icon-] { color: #cdd6f4; } [class*=layerContainer-] div[id=sort-and-view] div[id=sort-and-view-reset-all] [style="color: var(--text-normal);"]:hover { color: #11111b !important; } [class|=layerContainer] [class|=quickswitcher] [class*=badge-] { color: #11111b; } rect[fill="#23a55a"], foreignObject[mask="url(#svg-mask-status-online)"] > div, div[class^=dotOnline], i[class^=statusOnline-] { fill: #a6e3a1 !important; background-color: #a6e3a1 !important; } rect[fill="rgba(35, 165, 90, 1)"] { fill: #a6e3a1 !important; } rect[fill="#f0b232"], foreignObject[mask="url(#svg-mask-status-idle)"] > div { fill: #f9e2af !important; background-color: #f9e2af !important; } rect[fill="rgba(240, 178, 50, 1)"] { fill: #f9e2af !important; } rect[fill="#f23f43"], foreignObject[mask="url(#svg-mask-status-dnd)"] > div { fill: #f38ba8 !important; background-color: #f38ba8 !important; } rect[fill="rgba(242, 63, 67, 1)"] { fill: #f38ba8 !important; } rect[fill="#82858f"], foreignObject[mask="url(#svg-mask-status-offline)"] > div, foreignObject[mask="url(#svg-mask-status-offline)"] > rect, div[class^=dotOffline], i[class^=statusOffline-] { fill: #a6adc8 !important; background-color: #a6adc8 !important; } rect[fill="rgba(130, 133, 143, 1)"] { fill: #a6adc8 !important; } rect[fill="#593695"] { fill: #cba6f7 !important; } .vc-platform-indicator svg[fill*="--green-"] { fill: #a6e3a1; } .vc-platform-indicator svg[fill*="--yellow-"] { fill: #f9e2af; } .vc-platform-indicator svg[fill*="--red-"] { fill: #f38ba8; } .vc-platform-indicator svg[fill*="--primary-400"] { fill: #a6adc8; } [src="/assets/eaeac24163b35f7526704a3d9b3c7722.svg"] { width: 0 !important; padding: 12px; height: 0 !important; -webkit-mask-image: url("https://discord.com/assets/eaeac24163b35f7526704a3d9b3c7722.svg"); -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; background: #a6e3a1; } .vc-user-connection [src="/assets/eaeac24163b35f7526704a3d9b3c7722.svg"] { padding: 16px; } #vencordthemes-tab [class*=input-]:focus { border-color: #89b4fa !important; } svg[class^=cursorDefault-] svg[class^=dots-] circle { fill: #1e1e2e !important; } [style*="background-color: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%)"] { background-color: #89b4fa !important; color: #11111b; } span[class*=username-][style*="color: rgb(54, 57, 62)"], span[class*=username-][style*="color: rgb(53, 57, 64)"] { color: var(--background-primary) !important; } div[class*=flowerStarContainer-][class*=boostedGuildTierIconBackgroundWithVisibleBanner] svg[class*=flowerStar-] * { fill: #fff; } div[class*=flowerStarContainer-][class*=boostedGuildTierIconBackgroundWithVisibleBanner] div[class^=childContainer-] svg * { fill: #11111b; } div[class*=flowerStarContainer-][class*=iconBackgroundTierOne-] svg[class*=flowerStar-] *, div[class*=flowerStarContainer-][class*=iconBackgroundTierTwo-]:not([class*=boostedGuildTierIconBackgroundWithVisibleBanner]) svg[class*=flowerStar-] * { fill: #585b70; } div[class*=flowerStarContainer-][class*=iconBackgroundTierOne-] div[class^=childContainer-] svg *, div[class*=flowerStarContainer-][class*=iconBackgroundTierTwo-]:not([class*=boostedGuildTierIconBackgroundWithVisibleBanner]) div[class^=childContainer-] svg * { fill: #cdd6f4; } div[class*=flowerStarContainer-][class*=iconBackgroundTierThree-] svg[class*=flowerStar-] * { fill: #f5c2e7; } div[class*=flowerStarContainer-][class*=iconBackgroundTierThree-] div[class^=childContainer-] svg * { fill: #11111b; } div[class*=flowerStarContainer-][class*=verified-] svg[class*=flowerStar-] * { fill: #a6e3a1; } div[class*=flowerStarContainer-][class*=verified-] div[class^=childContainer-] svg * { fill: #11111b; } div[class*=flowerStarContainer-][class*=partnered-] svg[class*=flowerStar-] * { fill: #89b4fa; } div[class*=flowerStarContainer-][class*=partnered-] div[class^=childContainer-] svg * { fill: #11111b; } div[class^=communityInfoPill] { --background-accent: rgba(30, 30, 46, 0.7); color: #cdd6f4; } div[class^=communityInfoPill] div[class^=text] { font-weight: 500; } a[class*=socialLink-][href*=discord] { color: #a6adc8; } svg[class^=uploadIcon] { color: #11111b; } .theme-dark h2[class^=emptyStateHeader-], .theme-light h2[class^=emptyStateHeader-] { color: #cdd6f4; } .theme-dark p[class^=emptyStateSubtext-], .theme-light p[class^=emptyStateSubtext-] { color: #a6adc8; } div[class*=unreadMentionsBar-], div[class*=unreadBar-] { color: #11111b; } div[class|=numberBadge] { font-weight: 700; color: #11111b; } div[class|=newChannel] { color: #11111b; background-color: #89b4fa; } div[class|=botTag] { background-color: #89b4fa; } div[class|=addFriendInputWrapper]:focus-within { border-color: #89b4fa; } button[class^=attachButton-] svg path[class^=attachButtonPlay-] { color: #a6e3a1; fill: #a6e3a1; } div[class*=avatarSpeaking-] { -webkit-box-shadow: inset 0 0 0 2px #a6e3a1, inset 0 0 0 3px var(--background-secondary); box-shadow: inset 0 0 0 2px #a6e3a1, inset 0 0 0 3px var(--background-secondary); } div[class*=videoLayer-] > div[class^=tileChild] > div[class^=border][class*=speaking-] { -webkit-box-shadow: inset 0 0 0 2px #a6e3a1, inset 0 0 0 3px #a6e3a1; box-shadow: inset 0 0 0 2px #a6e3a1, inset 0 0 0 3px #a6e3a1; } div[class*=videoLayer-] > div[class^=tileChild] > div[class^=border][class*=voiceChannelEffect-] { -webkit-box-shadow: inset 0 0 0 2px #89b4fa, inset 0 0 0 3px #89b4fa; box-shadow: inset 0 0 0 2px #89b4fa, inset 0 0 0 3px #89b4fa; } div[class*=featureIcon-] path { fill: #89b4fa; } div[class*=backgroundAccent-] { color: #11111b; } div[class*=profileBadges-] div[aria-label="Supports Commands"] img { content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a6e3a1'%3E%3Cpath d='m8.1176653 16.0847263 4.8330812-8.1694527h2.9315882l-4.8330812 8.1694527z'/%3E%3Cpath d='m20.4189453 9.4038086v-2.4311524c0-1.9775391-1.0825195-3.1118164-2.9697266-3.1118164h-1.5581055v1.7802734l.9594727-.0014648c.8540039 0 1.34375.5683594 1.34375 1.5585938v2.3969727c0 .8300781.1806641 1.8422852 1.5893555 2.3100586l.2856445.0947265-.2856445.0947266c-1.4086914.4677734-1.5893555 1.4799804-1.5893555 2.3100586v2.3964844c0 .9907227-.4897461 1.559082-1.34375 1.559082l-.9594727-.0014648v1.7802734h1.5581055c1.887207 0 2.9697266-1.1342773 2.9697266-3.1118164v-2.4316406c0-1.2583008.3432617-1.6264648 1.5810547-1.6445312v-1.9023438c-1.237793-.0180665-1.5810547-.3862305-1.5810547-1.6450196z'/%3E%3Cpath d='m5.8061523 7.1982422c0-.9760742.5024414-1.5585938 1.3432617-1.5585938l.9594727.0014648v-1.7802734h-1.5576172c-1.887207 0-2.9697266 1.1342773-2.9697266 3.1118164v2.4311523c0 1.2587891-.3432617 1.6269531-1.581543 1.6450195v1.9023438c1.2382812.0180664 1.581543.3862305 1.581543 1.6445312v2.4316406c0 1.9775391 1.0825195 3.1118164 2.9697266 3.1118164h1.5576172v-1.7802734l-.9594727.0014648c-.8408203 0-1.3432617-.5830078-1.3432617-1.559082v-2.3964844c0-.8300781-.1806641-1.8422852-1.5898438-2.3100586l-.2856444-.0947264.2856445-.0947266c1.4091797-.4677734 1.5898437-1.4799804 1.5898437-2.3100586z'/%3E%3C/g%3E%3C/svg%3E"); } div[class*=newBadge-], div[class*=tryItOutBadge-] { color: #11111b; } span[class*=channelMention]:hover, [class*=mention]:not([class*=mentionButton-], [class*=mentionIcon-]):hover { color: #11111b; } .theme-dark code.hljs { color: #cdd6f4; background: #1e1e2e; } .theme-dark code .hljs-keyword { color: #cba6f7; } .theme-dark code .hljs-built_in { color: #f38ba8; } .theme-dark code .hljs-type { color: #f9e2af; } .theme-dark code .hljs-literal { color: #fab387; } .theme-dark code .hljs-number { color: #fab387; } .theme-dark code .hljs-operator { color: #94e2d5; } .theme-dark code .hljs-punctuation { color: #bac2de; } .theme-dark code .hljs-property { color: #94e2d5; } .theme-dark code .hljs-regexp { color: #f5c2e7; } .theme-dark code .hljs-string { color: #a6e3a1; } .theme-dark code .hljs-char.escape_ { color: #a6e3a1; } .theme-dark code .hljs-subst { color: #a6adc8; } .theme-dark code .hljs-symbol { color: #f2cdcd; } .theme-dark code .hljs-variable { color: #cba6f7; } .theme-dark code .hljs-variable.language_ { color: #cba6f7; } .theme-dark code .hljs-variable.constant_ { color: #fab387; } .theme-dark code .hljs-title { color: #89b4fa; } .theme-dark code .hljs-title.class_ { color: #f9e2af; } .theme-dark code .hljs-title.function_ { color: #89b4fa; } .theme-dark code .hljs-params { color: #cdd6f4; } .theme-dark code .hljs-comment { color: #585b70; } .theme-dark code .hljs-doctag { color: #f38ba8; } .theme-dark code .hljs-meta { color: #fab387; } .theme-dark code .hljs-section { color: #89b4fa; } .theme-dark code .hljs-tag { color: #a6adc8; } .theme-dark code .hljs-name { color: #cba6f7; } .theme-dark code .hljs-attr { color: #89b4fa; } .theme-dark code .hljs-attribute { color: #a6e3a1; } .theme-dark code .hljs-bullet { color: #94e2d5; } .theme-dark code .hljs-code { color: #a6e3a1; } .theme-dark code .hljs-emphasis { color: #f38ba8; font-style: italic; } .theme-dark code .hljs-strong { color: #f38ba8; font-weight: bold; } .theme-dark code .hljs-formula { color: #94e2d5; } .theme-dark code .hljs-link { color: #74c7ec; font-style: italic; } .theme-dark code .hljs-quote { color: #a6e3a1; font-style: italic; } .theme-dark code .hljs-selector-tag { color: #f9e2af; } .theme-dark code .hljs-selector-id { color: #89b4fa; } .theme-dark code .hljs-selector-class { color: #94e2d5; } .theme-dark code .hljs-selector-attr { color: #cba6f7; } .theme-dark code .hljs-selector-pseudo { color: #94e2d5; } .theme-dark code .hljs-template-tag { color: #f2cdcd; } .theme-dark code .hljs-template-variable { color: #f2cdcd; } .theme-dark code .hljs-diff-addition { color: #a6e3a1; background: rgba(var(--ctp-green), 15%); } .theme-dark code .hljs-diff-deletion { color: #f38ba8; background: rgba(var(--ctp-red), 15%); }