/** * @name Discord Windows 11 * @description WinUI 3 app design in Discord * @author Josh65 * @version 2026.04.22.0 * @source https://github.com/Josh65-2201/Discord-Windows-11-theme * @authorId 457604408587321387 * @authorLink https://github.com/Josh65-2201 */ /* Imports/credits ----------------------------------------------------------------------------------------------------------- */ /* Transparent context menu CSS by kokussz */ /* Fluent icons from https://fluenticons.co/ */ /* Discolored by Nyria */ @import url("https://nyri4.github.io/Discolored/main.css"); /* Channel icons by Xyhlo */ @import url("https://xhylo.github.io/ChannelIcons/Channelicons.css"); /* Windows 11 fluent emoji by DevilBro */ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/spritesheets.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/people.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/nature.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/food.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/activity.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/travel.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/objects.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/symbols.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/src/Microsoft-3D/flags.css"); :root{ /* Settings |Default = +| -------------------------------------------------------------------------------------------- */ --toasts: flex; /* + on = flex off = none */ --waveToUser: none; /* on = flex + off = none */ /* DO NOT EDIT ------------------------------------------------------------------------------------------------------- */ --rightPaneWidth: 400px; --contentDialogBackdrop: 0, 0, 0, 0.4; --font-primary: "Segoe UI Variable Text" } /* Windows 11 style elements: Dark ----------------------------------------------------------------------------------- */ .theme-dark{ --backgroundLayer0: 32, 32, 32; --backgroundLayer1: 44, 44, 44; --backgroundLayer2: 55, 55, 55; --backgroundLayer2Alt: 50, 50, 50; --backgroundCardBase: 67, 67, 67; --backgroundCardHover: 75, 75, 75; --badgeUnread: 0, 200, 29; --contentDialogContent: 38, 38, 38; --contentDialogFooter: 30, 30, 30; --cardBackground: 43, 43, 43; --contextBackground: 32, 32, 32; --scrollbarThumb: 159, 159, 159; --scrollbarTrack: 48, 48, 48; --textNormal: 255, 255, 255; --textAccent: 26, 26, 26; --border: 28, 28, 28; --sidebarButtonHover: 45, 45, 45; --sidebarButtonSelectedHover: 55, 55, 55; --buttonStandard: 45, 45, 45; --buttonHover: 50, 50, 50; --buttonSelected: 39, 39, 39; --buttonDisabled: 42, 42, 42; --buttonBorder: 53, 53, 53; --textboxStandard: 47, 47, 47; --textboxHover: 53, 53, 53; --textboxSelected: 31, 31, 31; --controlToggleOffIcon: 204, 204, 204; --infobarBackgroundMessage: 46, 46, 46; --infobarBackgroundSuccess: 57, 61, 27; --infobarBackgroundCaution: 67, 53, 25; --infobarBackgroundCritical: 68, 39, 38; --infobarBadgeSuccess: 108, 203, 95; --infobarBadgeCaution: 252, 225, 0; --infobarBadgeCritical: 255, 153, 164; } /* Windows 11 style elements: Light ---------------------------------------------------------------------------------- */ .theme-light{ --backgroundLayer0: 232, 232, 232; --backgroundLayer1: 248, 248, 248; --backgroundLayer2: 251, 251, 251; --backgroundLayer2Alt: 247, 247, 247; --backgroundCardBase: 254, 254, 254; --backgroundCardHover: 250, 250, 250; --badgeUnread: 0, 200, 29; --contentDialogContent: 255, 255, 255; --contentDialogFooter: 243, 243, 243; --contextBackground: 170, 170, 170; --scrollbarThumb: 134, 134, 134; --scrollbarTrack: 250, 250, 250; --textNormal: 26, 26, 26; --textAccent: 255, 255, 255; --border: 229, 229, 229; --sidebarButtonHover: 234, 234, 234; --sidebarButtonSelectedHover: 237, 237, 237; --buttonStandard: 251, 251, 251; --buttonHover: 246, 246, 246; --buttonSelected: 245, 245, 245; --buttonDisabled: 191, 191, 191; --buttonBorder: 53, 53, 53; --textboxStandard: 191, 191, 191; --textboxHover: 144, 144, 144; --textboxSelected: 255, 255, 255; --controlToggleOffIcon: 134, 134, 134; --infobarBackgroundMessage: 237, 237, 237; --infobarBackgroundSuccess: 223, 246, 221; --infobarBackgroundCaution: 255, 244, 206; --infobarBackgroundCritical: 253, 231, 233; --infobarBadgeSuccess: 15, 123, 15; --infobarBadgeCaution: 157, 93, 0; --infobarBadgeCritical: 196, 43, 28; } /* 1. Shared controls ------------------------------------------------------------------------------------------------ */ /* Top bar notice */ .notice__6e2b9{ margin-top: 16px; } /* Toasts/Notifications */ /* Style */ .bd-toast, /* Loading: bottom */ .toast-1DEQGy, .toast-q3Y4wI, .toast-g4bfgI{ /* Install: top right */ width: 384px; left: 192px; background: rgb(var(--infobarBackgroundSuccess)) !important; padding: 16px 16px 16px 48px !important; border-radius: 5px; box-shadow: none; opacity: 1; margin-top: 4px; z-index: 1000 !important; } /* Display */ .bd-toast, /* Loading: bottom */ .toast-1DEQGy, .toast-q3Y4wI, .toast-g4bfgI, .loadingIconWrapper-PsVJ9m{ /* BD Plugin: BD Plugin & theme repo by DevilBro */ display: var(--toasts) !important; } /* Text selection */ ::selection{ background: var(--os-accent-color, #4cc2ff); } /* Scrollbars */ /* Position */ *:not(.scroller_ef3116)::-webkit-scrollbar{ padding: 0px; margin: 0px; width: 12px !important; } /* Track */ *:not(.scroller_ef3116)::-webkit-scrollbar-track{ visibility: visible !important; background-color: rgb(var(--scrollbarTrack)) !important; border: 0px !important; border-radius: 0px !important; } /* Arrows */ *:not(.scroller_ef3116)::-webkit-scrollbar-button{ visibility: visible; background-color: rgb(var(--scrollbarTrack)); } /* Top */ *:not(.scroller_ef3116)::-webkit-scrollbar-button:single-button:vertical:decrement{ background-image: url("https://github.com/Josh65-2201/Discord-Windows-11-theme/blob/main/assets/scrollbarArrowUp.webp?raw=true"); background-repeat: no-repeat; } /* Bottom */ *:not(.scroller_ef3116)::-webkit-scrollbar-button:single-button:vertical:increment{ background-image: url("https://github.com/Josh65-2201/Discord-Windows-11-theme/blob/main/assets/scrollbarArrowDown.webp?raw=true"); background-repeat: no-repeat; } /* Thumb */ *:not(.scroller_ef3116)::-webkit-scrollbar-thumb{ visibility: visible !important; background-color: rgb(var(--scrollbarThumb)) !important; border: 4px solid transparent !important; border-radius: 8px !important; } /* Check box */ /* Unselected */ .checkboxInner-1aRh1d{ /* Video call preview */ background: rgb(var(--buttonStandard)); border-radius: 5px !important; } /* Hovered */ /* Selected + Hovered */ /* Selected */ .checkbox-1ycfTw .checkboxInner-1aRh1d .checkboxElement-uwAa9F:checked+span, /* Video call preview */ .checkbox-f1HnKB .flexCenter_abf706 .flex_abf706 .justifyCenter_abf706 .alignCenter_abf706 .box-BHImcZ .checked-1pZh2h[style]{ background: var(--os-accent-color, #4cc2ff) !important; border: 1px solid var(--border); filter: saturate(var(--saturation-factor,1)); } /* Radio buttons */ /* Background */ .item-2idW98, .item-2idW98 .radioBar-3w9XY-:hover, .item-2idW98 .radioBar-3w9XY-{ /* Settings */ background: transparent !important; border: none; } /* Icon */ /* Inner dot */ .item-2idW98[aria-checked=true] .radioBar-3w9XY-{ border-radius: 3px 4px 4px 3px; transition: 200ms; } /* Outer Ring */ /* Toggle Switches */ /* Position */ .container__3f21e, /* Discord */ .bd-switch-body{ /* Better discord */ height: 22px; width: 44px; } .container__3f21e .slider__3f21e, /* Discord */ .bd-switch-body .bd-switch-slider{ /* Better discord */ top: -3px; } .layer-1Ixpg3 .container__3f21e .slider__3f21e{ /* Discord */ top: -2px; } /* Toggle on */ /* Background */ .container__3f21e.checked__3f21e, /* Discord */ .bd-switch input:checked + .bd-switch-body{ /* Better discord */ background: var(--os-accent-color, #4cc2ff) !important; } /* Icon */ /* Position */ .control__0d850 rect, /* Discord */ .bd-switch .bd-switch-body rect{ /* Better discord */ width: 16px; height: 16px; transform: translate(8px, 4px) !important; } /* Check mark */ .control__0d850 path[fill], /* Discord */ .slider__3f21e.vc-switch-slider>svg>path, /* Vencord */ .bd-switch>.bd-switch-body>path{ /* Better discord */ fill: transparent !important; } /* Toggle off */ /* Position */ .control__0d850 .slider__3f21e[style*="left: -3px"] rect, /* Discord */ .bd-switch .bd-switch-body rect:not(.bd-switch input:checked + .bd-switch-body rect){ /* Better discord */ transform: translate(0px, 3px) !important; } /* Background */ .container__3f21e:not(.checked__3f21e), /* Discord */ .bd-switch .bd-switch-body:not(.bd-switch input:checked + .bd-switch-body){ /* Better discord */ background: rgb(var(--contentDialogFooter)) !important; border: 1px solid #a0a0a0; } /* Icon */ .control__0d850 .slider__3f21e[style*="left: -3px"] rect, /* Discord */ .bd-switch .bd-switch-body rect:not(.bd-switch input:checked + .bd-switch-body rect){ /* Better discord */ fill: rgb(var(--controlToggleOffIcon)) !important; } /* Toggle hover */ /* Toggle selected */ /* Accent buttons */ /* Standard */ .lookFilled__201d5, /* Discord */ .bd-button.bd-button-title, .bd-button.bd-view-button.selected, /* Better discord */ .button-coQXfM[style="background: var(--bdfdb-blurple);"]{ /* BD Plugin + Themes repo by DevilBro */ background: var(--os-accent-color, #4cc2ff) !important; border: 2px solid var(--border) !important; border-radius: 4px !important; grid: 2/3; } /* Hovered */ .lookFilled__201d5:hover, /* Discord */ .bd-button.bd-button-title:hover, .bd-button.bd-view-button.selected:hover, /* Better discord */ .button-coQXfM[style="background: var(--bdfdb-blurple);"]:hover{ /* BD Plugin + Themes repo by DevilBro */ filter: brightness(90%); } /* Other action buttons */ /* Standard */ .barButtonAlt__0f481.barButtonBase__0f481, /* Info bar: Mark as read */ .lookOutlined-3yKVGo{ padding: 16px 12px 16px 12px; background: rgb(var(--buttonStandard)); border: 1px solid rgb(var(--buttonBorder)); border-radius: 4px; } .barButtonIcon__0f481{ /* Mark as read icon */ display: none; } /* Hovered */ .lookOutlined-3yKVGo:hover{ background: rgb(var(--buttonHover)); } /* Hyper links */ /* Standard */ .anchorUnderlineOnHover_edefb8[href^="http"], /* Settings: Accessibility */ .anchorUnderlineOnHover-2qPutX:not(.imageWrapper__178ee), .lookLink-15mFoz{ padding: 2px; border-radius: 4px; color: var(--os-accent-color, #4cc2ff) !important; opacity: 1 !important; line-height: normal !important; } /* Hovered */ .anchorUnderlineOnHover_edefb8:hover, /* Settings: Accessibility */ .anchorUnderlineOnHover-2qPutX:not(.imageWrapper__178ee):hover, .lookLink-15mFoz:hover{ background: rgb(var(--buttonHover)) !important; text-decoration: none !important; } /* Sliders */ /* Position */ .slider-1NC-Gf{ width: 97%; margin: 0px 12px; } /* Grabber */ /* Standard */ .grabber-2GQyvM{ height: 18px; width: 18px; border-radius: 100%; margin-top: 0px; top: 48.5%; margin-left: -9px !important; background: var(--os-accent-color, #4cc2ff); border: 5px solid #494949 !important; } /* Hovered */ .grabber-2GQyvM:hover{ border: 3px solid #494949 !important; transition: border .3s ease-out,color .3s ease-out; } /* Track */ .bar-1Bhnl9{ top: 18px; height: 4px; } /* Front fill */ .barFill-2Bh7CX{ background: var(--os-accent-color, #4cc2ff); } /* Back fill */ .theme-dark .bar-1Bhnl9{ background: #9F9F9F !important; } .theme-light .bar-1Bhnl9{ /* Review: light */ background: #3d3d3d !important; } /* Drop down box */ /* Text inputs */ /* Position */ .notranslate .public-DraftEditor-content, .search__49676{ position: fixed; margin: 0px !important; top: 78px; font: inherit; font-weight: 400 !important; font-size: 14px !important; font-style: inherit !important; z-index: 11 !important; } /* Text */ .fontSize16Padding__74017{ /* Message input */ padding-top: 2px !important; } .inputDefault__0f084.input-2g-os5, /* Server settings: Roles */ .input__48d49{ /* BD Plugin + Themes repo by DevilBro */ padding: 0px !important; } /* Forms: Title/Search */ .searchBox_f69601{ padding: 0px !important; } .title-1v5ZfI{ margin: 0px !important; } /* Forms: Message */ .sansAttachButtonCreatePost__74017{ margin-top: 12px; } .channelTextArea-3xG1BQ, .channelTextAreaInner-2_mflx{ min-height: 0px !important; } /* Forms: File upload */ .container-3Om6RL{ margin-top: 4px; margin-left: 12px; } /* Settings: Gift inventory */ .inputDefault__0f084{ padding: 4px !important; height: 32px; } /* Size */ textarea.input__0ed4f, /* Vencord: Themes, Online theme link */ input.input__0ed4f, /* Vencord: Plugins search */ .search__41ed7, /* Channels & roles - browse */ .searchBar_cdb2b0, /* Server settings: Bans */ .searchBar__1ac1c.search__1ac1c, /* Discovery home page */ .searchBox_f69601, /* Server Settings: Server name - Forums: Search/new */ .note_fcb628, /* Full user profile: Notes */ .note_c90ad7, /* Mini user profile: Notes */ .inputDefault__0f084.input-2g-os5.input-3AAlUz, /* Custom status */ .inputDefault__0f084.input-2g-os5.input_df4dd0, /* Mini user profile: Message user */ .addFriendInput__72ba7, /* Home: Add friend */ .input__72d38, /* Settings: Key binds */ .inputWrapper__0ed4f.input__991a0, /* Add server content dialog Invite link */ .textArea__74017.textAreaSlate__74017.slateContainer_ec4baf, /* Messages: message input */ .container_fea832, /* Sticker page */ .notranslate .public-DraftEditor-content{ width: 244px !important; height: max-content; min-height: 32px !important; padding: 4px; border-radius: 4px !important; border: 1px solid var(--border); } /* Width fix */ textarea.input__0ed4f, /* Vencord: Themes, Online theme link */ input.input__0ed4f, /* Vencord: Plugins search */ .inputWrapper__0ed4f.input__991a0, /* Add server content dialog Invite link */ .note_fcb628, /* Full user profile: Note */ .textArea__74017.textAreaSlate__74017.slateContainer_ec4baf, /* Messages: message input */ .container_fea832{ /* Sticker page */ width: 100% !important; } /* Messages: message input */ .textArea__74017.textAreaSlate__74017.slateContainer_ec4baf{ height: fit-content !important; padding: 0px !important; } .textArea__74017>div>div>div, .placeholder__1b31f{ padding-top: 4px !important; } /* Custom status */ .input-3AAlUz{ padding: 0px !important; } .searchBox_f69601{ width: 95% !important; } /* Send message */ .slateTextArea_ec4baf{ max-height: 256px !important; min-height: 32px !important; overflow-y: auto; } /* Mini profile - Message */ .channelTextArea__74017{ border: none !important; } /* Unselected */ textarea.input__0ed4f, /* Vencord: Themes, Online theme link */ input.input__0ed4f, /* Vencord: Plugins search */ .search__41ed7, /* Channels & roles - browse */ .searchBar_cdb2b0, /* Server settings: Bans */ .note_fcb628, /* Full user profile: Notes */ .note_c90ad7, /* Mini user profile: Notes */ .searchBox_f69601, /* Server Settings: Server name - Forums: Search/new */ .inputDefault__0f084.input-2g-os5.input-3AAlUz, /* Custom status */ .inputDefault__0f084.input-2g-os5.input_df4dd0, /* Mini user profile: Message user */ .searchBar_c322aa, /* Conversation search bar */ .addFriendInput__72ba7, /* Home: Add friend */ .input__72d38, /* Settings: Key binds */ .textArea__74017, /* Messages: message input */ .inputWrapper__0ed4f.input__991a0, /* Add server viewModal */ .container_fea832, /* Sticker page */ .searchBar__1ac1c.search__1ac1c, /* Discovery home page */ .bd-search-wrapper, /* BD Plugin + Themes picker */ .inner__999f6, /* BD Plugin + Themes repo */ .searchBar_e6b769 .searchBarComponent__35e86, .search-1FM8Qc .searchBar_c322aa, .libraryFilter__3fb48, .browseSearch-e9jF-f .searchBar-s2JxlI{ background: rgb(var(--textboxStandard)) !important; border: 1px solid var(--border) !important; border-bottom: 1px solid #9C9C9C !important; } /* Text + icon color */ .searchBar_e6b769 .searchBarComponent__35e86{ color: #AEAEAE !important; font-weight: 400 !important; font-style: normal !important; fill: #AEAEAE !important; } /* Hovered */ textarea.input__0ed4f:hover, /* Vencord: Themes, Online theme link */ input.input__0ed4f:hover, /* Vencord: Plugins search */ .search__41ed7:hover, /* Channels & roles - browse */ .searchBar_cdb2b0:hover, /* Server settings: Bans */ .note_fcb628:hover, /* Full user profile: Notes */ .note_c90ad7:hover, /* Mini user profile: Notes */ .searchBox_f69601:hover, /* Server Settings: Server name - Forums: Search/new */ .inputDefault__0f084.input-2g-os5.input-3AAlUz:hover, /* Custom status */ .searchBar_c322aa:hover, /* Sidebar search */ .addFriendInput__72ba7:hover, /* Home: Add friend */ .input__72d38:hover, /* Settings: Key binds */ .inputDefault__0f084.input-2g-os5.input_df4dd0:hover, /* Mini profile: Message user */ .textArea__74017:hover, /* Messages: message input */ .inputWrapper__0ed4f.input__991a0:hover, /* Add server viewModal */ .container_fea832:hover, /* Sticker page */ .searchBar__1ac1c.search__1ac1c:hover, /* Discovery home page */ .bd-search-wrapper:hover, /* BD Plugin + Themes picker */ .inner__999f6:hover, /* BD Plugin + Themes repo */ .privateChannels_e6b769 .searchBar_e6b769 .searchBarComponent__35e86:hover, .libraryFilter__3fb48 .searchBar__3fb48:hover, .browseSearch-e9jF-f .searchBar-s2JxlI:hover{ background: rgb(var(--textboxHover)) !important; } /* Selected */ textarea.input__0ed4f:focus-within, /* Vencord: Themes, Online theme link */ input.input__0ed4f:focus-within, /* Vencord: Plugins search */ .search__41ed7:focus-within, /* Channels & roles - browse */ .searchBar_cdb2b0:focus-within, /* Server settings: Bans */ .note_fcb628:focus-within, /* Full user profile: Notes */ .note_c90ad7:focus-within, /* Mini user profile: Notes */ .searchBox_f69601:focus-within, /* Server Settings: Server name - Forums: Search/new */ .inputDefault__0f084.input-2g-os5.input-3AAlUz:focus-within, /* Custom status */ .searchBar_c322aa:focus-within, /* Sidebar search */ .addFriendInput__72ba7:focus-within, /* Home: Add friend */ .input__72d38:focus-within, /* Settings: Key binds */ .inputDefault__0f084.input-2g-os5.input_df4dd0:focus-within, /* Mini profile: Message user */ .textArea__74017:focus-within, /* Messages: message input */ .inputWrapper__0ed4f.input__991a0:focus-within, /* Add server viewModal */ .container_fea832:focus-within, /* Sticker page */ .searchBar__1ac1c.search__1ac1c:focus-within, /* Discovery home page */ .bd-search-wrapper:focus-within, /* BD Plugin + Themes picker */ .inner__999f6:focus-within, /* BD Plugin + Themes repo */ .container__9293f .searchBar_c322aa .searchFilter_bd8186, .container__9293f .searchBar_c322aa .searchAnswer_bd8186, .focused-8aNhVB .searchBar_c322aa, .open-3y3yI_ .searchBar_c322aa, .focused__3fb48, .focused-20l6Zp{ background: rgb(var(--textboxSelected)) !important; border-bottom: 2px solid var(--os-accent-color, #4cc2ff) !important; } /* Text + icon color */ .input__72d38:focus-within, /* Settings: Key binds */ .focused-8aNhVB .iconContainer_fea832>svg>path, .focused-8aNhVB .searchBar_c322aa, .open-3y3yI_ .searchBar_c322aa .DraftEditor-root .public-DraftEditorPlaceholder-root{ color: #8B8B8B !important; font-weight: 400 !important; font-style: normal !important; fill: #8B8B8B !important; } /* Context menu */ /* Background */ .menu_c1e9c4:not(.menu_ad5fac), .subc1e9c47c23f12ca3-menu{ width: 256px !important; } .input_ac6cb0, .scroller_ac6cb0, .menu_c1e9c4:not(.userPopoutOverlayBackground_c69a7b .menu_c1e9c4), #popout_4842{ background: rgb(var(--contextBackground),0.75) !important; max-width: none !important; } /* Blur*/ [role="menu"][id]:not(#account)::after, /* Main */ .submenuPaddingContainer_c1e9c4::before{ /* Sub */ content: ""; backdrop-filter: blur(32px); top: 0; left: 0; position: absolute; width: 100%; height: 100%; background: transparent; z-index: -1; border-radius: inherit; } /* Your profile*/ /* Scrollbar */ .scroller_c1e9c4{ overflow: hidden !important; } /* Text + icon alignment */ .iconContainer_c1e9c4{ margin-right: 4px; } .menu_c1e9c4 .labelContainer_c1e9c4{ padding: 0px !important; font-weight: 400; font-size: 14px !important; } .menu_c1e9c4 .labelContainer_c1e9c4:not(.iconContainer_c1e9c4:has(.caret_c1e9c4)){ flex-direction: row-reverse; } .imageContainer_d90b3d{ margin-left: 0px !important; margin-right: 8px; } .menu_c1e9c4 .colorDefault_c1e9c4.focused_c1e9c4, .menu_c1e9c4 .colorDefault_c1e9c4:active:not(.hideInteraction-2jPGL_){ background: rgb(var(--sidebarButtonHover)); border-radius: 4px; } .separator-1So4YB{ margin: 3px; margin-left: 12px; margin-right: 12px; border: 1px solid var(--border); } /* Sub menu */ /* Position */ .submenuPaddingContainer_c1e9c4{ margin-left: -4px; padding: 0px; } /* Content dialog */ /* Backdrop */ .backdrop__78332{ height: 100%; background: rgb(var(--contentDialogBackdrop)) !important; transition: opacity 500ms linear; opacity: 1 !important; z-index: 0 !important; } /* Add server */ .root__49fc1{ border-radius: 8px !important; } .header__49fc1{ border-radius: 8px 8px 0px 0px !important; } /* Header */ .flex__7c0ba.header__78f69{ padding: 16px !important; background: rgb(var(--contentDialogContent)) !important; } /* Content */ .optionsList__78f69, .templatesList_c04f35{ margin-top: 0px; } .content__49fc1{ border-radius: 0px !important; } /* Background */ /* Content */ .sequencerAnimatedNode_a8c622, /* Server boosts */ .header__49fc1, .content__49fc1, /* Custom status */ .keyboardShortcutsModal_f061f6, /* Keyboard help page */ .bd-error-modal-header, .bd-error-modal-content, /* Better discord */ .scroller_cba592.thin__99f8c.scrollerBase-_bVAAt.fade-1R6FHN, /* DMs: Add friends to group */ .fullSizeInnerThemed_c69a7b, /* Full user profile */ .reactors_b7f4b4, /* User reaction */ .modalSize-3WSXDU{ /* Share screen */ background: rgb(var(--contentDialogContent)) !important; } /* Header & Footer */ .footer__49fc1, /* Custom status */ .bd-error-modal-footer, /* Better discord */ .scroller_b7f4b4, /* User reaction */ .header-1zd7se, .footer-31IekZ{ background: rgb(var(--contentDialogFooter)) !important; } /* Custom status */ .header-VCOMen{ padding-top: 0px; } /* Separator */ .separator__49fc1{ display: none; } /* Animation */ /* Zoom in */ .layer-1Ixpg3{ animation: contentDialogZoomIn 0.2s linear !important; } /* Zoom out */ .layer-1Ixpg3{ animation: contentDialogZoomOut 0.2s linear !important; } /* Better discord compile error */ /* Card */ .bd-addon-error{ background: rgb(var(--contentDialogContent)); border: var(--border); } /* Icon */ .bd-addon-error-icon, .bd-tab-item.selected{ background: var(--os-accent-color, #4cc2ff); } .bd-addon-error-icon svg{ fill: #FFFFFF; } /* Error stack trace */ /* Background */ .bd-addon-error-standardck code{ background: rgb(var(--backgroundCardBase)); border: none; } /* User reaction */ /* Sidebar */ .scroller_b7f4b4{ padding: 4px !important; } /* Users */ /* Name */ .tagFaded_b7f4b4{ opacity: 1 !important; padding-left: 18px; } /* Loading Spinner */ .spinner__46696:after{ background-image: url("https://github.com/Josh65-2201/Discord-Windows-11-theme/blob/main/assets/loadingSpinner.gif?raw=true"); background-size: cover; width: 32px !important; height: 32px !important; content: ""; } /* Search fixes */ .spinner__46696.spinningCircle__46696.spinner_ae7890{ width: 200%; margin-left: 24px; } /* Sidebar buttons */ /* Position */ .wrappedLayout__91a9d, /* Discover page */ .privateChannelsHeaderContainer__99e7c, /* DMs categories */ .channel__972a0, /* DMs users */ .wrapper__29444, /* Server categories */ .wrapper__2ea32{ /* Server channel */ margin: 4px !important; } .linkTop__2ea32, .content__65844{ gap: 0px !important; } /* In group */ .privateChannelsHeaderContainer__99e7c .headerText__99e7c, /* DMs categories */ .linkTop__2ea32 .iconContainer__2ea32{ /* Server channels */ margin-left: 4px; margin-right: 18px; } /* No group */ .iconContainer__2ea32{ margin-right: 18px; } /* Size */ /* DMs category */ .privateChannelsHeaderContainer__99e7c{ height: 36px; padding: 0px; padding-top: 10px; } /* DMs users */ ul[class="c8ffbb79449f399c-membersWrap"]{ height: min-content !important; padding-bottom: 4px; } /* Server channel */ .wrappedLayout__91a9d, /* Discover page */ .wrapper__2ea32{ /* Server channels */ padding: 0px; } /* Server members */ .layout__91a9d{ height: 36px !important; } /* Arrow animation */ .pinnedChannelsHeaderArrow-44rrTz{ /* DMs categories */ transition: 75ms linear; } /* Border */ .privateChannelsHeaderContainer__99e7c, /* DMs categories */ .container-32HW5s, /* DMs user */ .wrapper__29444, /* Server categories */ .link__2ea32{ /* Server channel */ border-radius: 4px !important; } /* Hovered */ .reactionDefault_b7f4b4:hover, /* User reaction */ .container-q97qHp:hover, /* DMs categories */ .interactive__972a0:hover, /* Home - Sidebar */ .wrapper__29444:hover, /* Server categories */ .link__2ea32:hover{ /* Server channel */ background: rgb(var(--sidebarButtonHover)); } /* Selected + Hovered */ .reactionSelected_b7f4b4:hover, /* User reaction */ .interactive__972a0.selected_bf202d:hover:focus-within, /* DMs user */ .container-q97qHp:hover:focus-within, /* DMs categories */ .wrapper__29444:hover:focus-within, .modeSelected__2ea32:hover .link__2ea32, /* Server categories */ .link__2ea32:hover:focus-within .link__2ea32{ /* Server channel */ background: rgb(var(--sidebarButtonSelectedHover)) !important; } /* Selected */ .themed_aa8da2.selected_aa8da2.item_aa8da2, /* Settings */ .reactionSelected_b7f4b4, /* User reaction */ .interactive__972a0.selected_bf202d, /* DMs user */ .container-q97qHp:focus-within, /* DMs categories */ .wrapper__29444:focus-within, /* Server categories */ .modeSelected__2ea32 .link__2ea32{ /* Server channel */ background: rgb(var(--sidebarButtonSelectedHover)) !important; } /* Side highlight */ /* Position */ /* DMs */ .selected-3veCBZ:after{ position: absolute; height: 16px; border-radius: 25%; border-left: 3px solid color-mix(in srgb, var(--os-accent-color) 65%, white) !important; content: ""; } /* Server channel list */ .categoryItem_c72b37:after, .wrapper__2ea32:after{ content: ""; border-left: transparent } .channel__972a0:after, .containerDefault_c69b6d .wrapper__2ea32:after{ position: absolute; } .modeSelected__2ea32::after, /* Server channel */ .selectedCategoryItem_f75d68::after, .selectedCategoryItem_c72b37::after{ /* Discover */ position: fixed; background: color-mix(in srgb, var(--os-accent-color) 65%, white) !important; height: 16px; width: 3px; border-radius: 4px; margin-top: -26px; } /* Discover */ .selectedCategoryItem_f75d68::after, .selectedCategoryItem_c72b37::after{ margin-left: 4px !important; } /* Threads/forums */ .typeThread__2ea32.modeSelected__2ea32::after{ margin-left: 4px !important; } /* Discovery */ .navItem__551b0.selected__551b0::before{ position: absolute; height: 16px; border-radius: 4px; border-left: 3px solid color-mix(in srgb, var(--os-accent-color) 65%, white) !important; content: ""; } /* Server settings: Template */ .dot_ae2d95{ position: fixed; width: 4px; height: 18px; left: 122px; background: rgb(var(--badgeUnread)) !important; } /* Server settings: Save changes */ .saveNoticeContainer__51673{ position: sticky; } /* Hovered */ .item__58105[style*="height: 20px"] /* Servers bar */{ background: rgb(var(--buttonHover)) !important; } /* Selected */ .channel__972a0.selected__91a9d:before, .modeSelected__2ea32::before, .selectedCategoryItem_f75d68::before, .selectedCategoryItem_c72b37::before{ /* Channel item */ border-color: var(--os-accent-color, #4cc2ff) !important; } /* Tab selection highlight */ .ui-tab-bar-item.selected{ border: 3px solid #FFFFFF !important; } /* 2. Main window ---------------------------------------------------------------------------------------------------- */ /* Force discord to load when offline */ /* Background */ .container_a2f514{ height: 60px; margin-top: 88px; background: transparent !important; } /* Discord centre message */ .container_a2f514>div{ display: none; } /* Custom offline message */ .container_a2f514::before{ position: absolute; width: 512px; left: calc(50vw - 256px); padding: 12px; padding-left: 48px; background: rgb(var(--infobarBackgroundCritical)); border-radius: 4px; color: #fff; content: "Unable to connect to discord, check your internet connection."; } /* Titlebar */ .content__5e434{ margin-top: 16px; } .bar_c38106{ height: 8px; min-height: 8px !important; } /* Devtool */ .trailing_c38106 > div:nth-of-type(2){ display: none; } /* Update ready to install */ .trailing_c38106 > div:nth-of-type(3){ top: 20px; left: calc(100% - 648px) } /* Navigation arrows */ .leading_c38106{ margin-top: 40px; margin-left: 8px; } .button__63abb{ padding: 4px 8px !important; border-radius: 4px !important; } /* Watermark */ /* Icon */ .wordmark__421ed:before{ position: absolute; width: 24px !important; height: 24px !important; margin: 16px 0px 0px 18px; left: 0px; top: 0px; background: url("https://discord.com/assets/9f6f9cd156ce35e2d94c0e62e3eff462.png") center/18px no-repeat; content: ""; } /* Light mode */ .theme-light .wordmark__421ed:before{ background: url("https://discord.com/assets/ca03beabe94d8f97ba6fbf75cbb695c4.png") center/18px no-repeat !important; } /* Text */ .wordmark__421ed:after{ position: absolute; top: 21px; left: 61px; content: "Discord"; font-size: 13px; font-weight: 400; } /* Center text */ .title_c38106{ display: none; } /* Search bar */ /* Position */ .searchBar_c322aa, /* User/channel */ .searchBar__1ac1c.search__1ac1c{ /* Discovery */ position: fixed !important; height: 32px !important; width: 31.25% !important; left: calc(50% - 15.625%) !important; top: 8px; border-radius: 4px !important; z-index: 100 !important; } /* BD Plugin: Public servers by BDteam */ .bd-search-wrapper{ top: 8px; } /* Home: Friends */ .wrapper__72c38{ border: none !important; } /* Text */ .DraftEditor-editorContainer{ height: 95% !important; width: 100% !important; } /* Placeholder text */ .search_c322aa .DraftEditor-root .public-DraftEditor-content, .search_c322aa .DraftEditor-root .public-DraftEditorPlaceholder-root{ padding-top: 1px; padding-left: 8px; font-weight: 200; color: rgb(var(--textNormal)) !important; opacity: 0.7 !important; } /* Icon */ .icon_c322aa{ margin-top: 2px; margin-right: 4px; transform: scale(0.75); } .icon__0f084{ /* Home: Friends */ display: none; } .icon_fea832{ color: rgb(var(--textNormal)) !important; } /* Sub menu: Search options */ /* Position */ .layer__59d0d[style^="position: absolute; top: 86px; left"]{ width: 100%; top: 40px !important; left: 0px !important; } .container__55c99{ width: 31.25% !important; margin: 0 auto; border-radius: 0px 0px 12px 12px; background: rgb(var(--contextBackground), 0.75) !important; backdrop-filter: blur(24px); } .queryContainer__55c99{ display: none !important; } /* User account */ /* Position */ .container__37e49{ position: fixed; top: 24px; right: 328px; background: transparent !important; } /* Icon */ /* Position */ .avatar__37e49{ margin: 0px; margin-top: -56px; padding: 0px; left: 111px; transform: scale(0.85); } /* Hovered */ .avatar__37e49:hover{ transform: scale(0.8); transition: 100ms ease-in-out; opacity: 1 !important; } /* Your profile */ /* Position */ #status-picker{ max-height: 200px; margin-top: -10px; padding-top: 32px !important; } .avatarWrapper__37e49:hover{ background: transparent !important; } /* Name */ .headerTop-3GPUSF.copiableNameTag-3f6roa{ margin-top: 48px; padding: 8px 21px; } /* Currently playing */ .bodyInnerWrapper-2bQs1k{ background: transparent !important; padding: 0px 8px; } /* Activity state icons */ /* Size */ .icon_e0f739{ margin-left: 2px; transform: scale(1.6); } /* Text */ /* Color */ .styleFixed-2_NfVL .status_e0f739{ color: #ffffff; font-size: 14px; } /* Description */ .description_e0f739{ display: none; } /* Status button */ #account-set-custom-status>.label_c1e9c4{ color: transparent; } #account-set-custom-status>.label_c1e9c4::before{ content:"Set status"; } /* Custom status */ /* Content padding */ .sectionTitle-3j2YI1{ margin-top: 8px; } /* Emote button */ .emojiButtonContainer-gCE6AT{ margin-left: 348px !important; } /* Window control buttons */ /* Position */ .winButton_c38106{ margin-top: 40px; height: 48px; width: 48px; } .show_c38106{ /* Discord bug: Window controls duplicated on settings page */ display: contents !important; } .winButtons_c38106{ color: rgb(var(--textNormal)) !important; gap: 0px !important; } /* Colors */ .winButtonClose_c38106:hover{ /* X/close */ background: #D71526 !important; } .winButton_c38106:hover{ background: #70707050; } /* left border */ .winButtons_c38106::before{ display: none; } /* Servers bar */ /* Position */ .scroller_ef3116{ width: 72px; margin-bottom: 208px !important; } .listItem__650eb{ display: block; background: transparent; } .wrapperSimple_cc5dd2{ border-radius: 4px !important; } /* BD Plugin: Display Server as channels by DevilBro */ .styledGuildsAsChannels-DNHtg_ .wrapper_ef3116 .listItem__650eb{ margin-left: 0px; } /* Selection pill */ .styledGuildsAsChannels-DNHtg_ .wrapper_ef3116 .wrapper__58105{ left: 0px; } /* Unread top */ .unreadMentionsIndicatorTop_ef3116{ top: 48px !important; } /* Unread bottom */ .unreadMentionsIndicatorBottom_ef3116{ bottom: 188px !important; } /* Background */ .wrapper_ef3116, /* Servers bar */ .appAsidePanelWrapper_a3002d{ /* Titlebar */ background: rgb(var(--backgroundLayer0)) !important; } .layer__960e4.baseLayer__960e4{ opacity: 1 !important; transform: none !important; background: rgb(var(--backgroundLayer0)) !important; } /* Home button */ /* Position */ .tutorialContainer__1f388 div div .wrapper_cc5dd2{ left: 4px; } .guilds__5e434 .tree_ef3116:focus{ outline-color: transparent; } /* Force home button to top */ .guilds__5e434 .scroller_ef3116{ display: inline !important; contain: unset; margin-top: 60px; } .guilds__5e434 .scroller_ef3116 .tutorialContainer__1f388{ position: fixed; top: 48px; } .tutorialContainer__1f388 .wrapper__6e9f8{ background: transparent !important; } /* Size */ .childWrapper_a6ce15 svg, .styledGuildsAsChannels-DNHtg_ .wrapper_ef3116 .childWrapper_a6ce15 svg{ height: 24px !important; width: 24px !important; } /* Icon */ .childWrapper__6e9f8 svg{ height: 32px !important; width: 32px !important; } .childWrapper__6e9f8 svg path{ fill: rgb(var(--textNormal)) !important; d: path("M10.55 2.532a2.25 2.25 0 0 1 2.9 0l6.75 5.692c.507.428.8 1.057.8 1.72v9.803a1.75 1.75 0 0 1-1.75 1.75h-3.5a1.75 1.75 0 0 1-1.75-1.75v-5.5a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v5.5a1.75 1.75 0 0 1-1.75 1.75h-3.5A1.75 1.75 0 0 1 3 19.747V9.944c0-.663.293-1.292.8-1.72l6.75-5.692Zm1.933 1.147a.75.75 0 0 0-.966 0L4.767 9.37a.75.75 0 0 0-.267.573v9.803c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-5.5c0-.967.784-1.75 1.75-1.75h3.5c.966 0 1.75.783 1.75 1.75v5.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25V9.944a.75.75 0 0 0-.267-.573l-6.75-5.692Z") !important; } /* Folders */ /* Collapsed icon */ /* Folder */ .folderPreviewWrapper__48112{ padding: 0px !important; border-radius: 4px; } .folderButton__48112{ height: 56px !important; width: 64px !important; } .folderButtonInner__48112{ border-radius: 4px; } .folderHeader__48112:hover{ background: transparent !important; } /* Inner server icons */ .folderPreview__48112{ height: var(--guildbar-folder-size) !important; width: var(--guildbar-folder-size) !important; gap: 0px !important; } /* Selected inner server pill */ .folderGroup__48112>.listItem__650eb>.pill_e5445c{ top: -4px !important; } /* Expanded icon */ .folderGroup__48112{ min-height: 56px; margin-top: 4px !important; } /* Expanded track */ .folderGuildsList__48112{ height: fit-content !important; } .folderGroupBackground__48112{ width: 64px; left: 0px; border-radius: 4px !important; background: rgb(var(--backgroundLayer2)); } /* Servers */ /* Icon */ /* Position */ .wrapper_cc5dd2{ height: 56px !important; width: 64px !important; } .wrapper_cc5dd2 > svg > mask{ display: none !important; } .stack_dbd263{ gap: 0px !important; } /* Background */ .wrapper__6e9f8{ background: rgb(var(--backgroundLayer2)); } .listItemWrapper__91816 .wrapper_cc5dd2:has( svg foreignObject div img), /* DMs */ div[aria-label="Servers"]>*{ left: 4px; } .wrapper_cc5dd2>svg>foreignObject{ mask: none !important; border-radius: 4px !important; } /* Position */ .blobContainer_e5445c{ margin-top: 4px; } .childWrapper__6e9f8, /* Discord blank */ .icon__6e9f8{ /* Image */ height: 40px; width: 40px; border-radius: 4px; } /* Background */ .childWrapperNoHoverBg__6e9f8{ background: transparent !important; } /* Side highlight */ .item__58105[style*="height: 8px"]{ display: block !important; } .item__58105[style*="height: 40px"]{ display: block !important; height: 24px !important; width: 4px; top: 20px; left: 4px; border-radius: 4px !important; background: color-mix(in srgb, var(--os-accent-color) 65%, white) !important; } /* Home button */ .tutorialContainer__1f388 .item__58105[style*="height: 40px"]{ top: 16px !important; } /* Remove pill on anything other the selected */ .item__58105{ display: none; } /* Remove activity badge */ .iconBadge__0c126{ display: none; } /* Unread badge */ /* Position */ .item__58105[style*="opacity: 1; height: 8px"] /* Servers bar */{ background: rgb(var(--badgeUnread)) !important; border-radius: 50%; top: 10px; left: 52px; } .pill__1f388{ left: 4px; } .pill__1f388, .pill_e5445c{ pointer-events: none !important; overflow: visible; z-index: 100; } /* Mention */ .lowerBadge-3WTshO>div{ position: relative; top: -30px; right: -6px; transform: scale(0.55); color: transparent; overflow: hidden; z-index: 100 !important; } /* Add server button */ .tutorialContainer__650eb{ position: fixed; left: 4px; bottom: 128px; z-index: 11; } .tutorialContainer__650eb>.listItem__650eb{ margin-bottom: 8px; } /* Icon */ .circleIconButton__5bc7e[aria-label="Add a Server"] .circleIcon__5bc7e{ height: 32px; width: 32px; } .circleIconButton__5bc7e[aria-label="Add a Server"] .circleIcon__5bc7e path{ fill: rgb(var(--textNormal)); d: path("M3.143 5.75A2.75 2.75 0 0 1 5.893 3h12.5a2.75 2.75 0 0 1 2.75 2.75v6.365a6.477 6.477 0 0 0-1.5-.754V5.75c0-.69-.56-1.25-1.25-1.25h-12.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h5.421c.173.534.412 1.037.709 1.5h-6.13a2.75 2.75 0 0 1-2.75-2.75V5.75Z M23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0Zm-4.999.5v2.503a.5.5 0 1 1-1 0V18h-2.504a.5.5 0 1 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.503a.5.5 0 1 1 0 1H18Z") !important; } /* Discover button */ .listItem__650eb:has(.discoveryIcon_ef3116){ position: fixed; left: 4px; bottom: 68px; contain: none; z-index: 11; } /* Icon */ .discoveryIcon_ef3116 .circleIcon__5bc7e{ height: 32px; width: 32px; } .discoveryIcon_ef3116 .circleIcon__5bc7e path{ fill: rgb(var(--textNormal)); d: path("M14.819 11.795a3.724 3.724 0 1 0-1.024 1.024l2.476 2.475.067.058.008.006a.724.724 0 0 0 .942-1.093l-2.47-2.47Zm-3.095-4.348a2.276 2.276 0 1 1 0 4.553 2.276 2.276 0 0 1 0-4.553ZM6.5 2A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25a.75.75 0 0 0 .75-.75V4.5A2.5 2.5 0 0 0 18 2H6.5ZM19 18H5.5V4.5a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1V18Z") !important; } /* Settings button */ /* Position */ .button__67645:not(button[aria-label="Disconnect"]):not(button[aria-label="Noise Suppression powered by Krisp"]):not(button[aria-label="Mute"]):not(button[aria-label="Deafen"]){ position: fixed; height: 58px !important; width: 64px !important; bottom: 8px !important; left: 4px !important; margin: 0px !important; border-radius: 4px; z-index: 11 !important; } /* Icon */ .button__67645:not(button[aria-label="Disconnect"]):not(button[aria-label="Noise Suppression powered by Krisp"]):not(button[aria-label="Mute"]):not(button[aria-label="Deafen"]) .contents__201d5 div{ height: 36px !important; width: 36px !important; } .button__67645 .contents__201d5 div svg{ color: rgb(var(--textNormal)) !important; } .button__67645:not(button[aria-label="Disconnect"]):not(button[aria-label="Noise Suppression powered by Krisp"]):not(button[aria-label="Mute"]):not(button[aria-label="Deafen"]) .contents__201d5 div svg g g g g path{ fill: rgb(var(--textNormal)) !important; transform: translate(-12px, -12px); d: path("M12.012 2.25c.734.008 1.465.093 2.182.253a.75.75 0 0 1 .582.649l.17 1.527a1.384 1.384 0 0 0 1.927 1.116l1.401-.615a.75.75 0 0 1 .85.174 9.792 9.792 0 0 1 2.204 3.792.75.75 0 0 1-.271.825l-1.242.916a1.381 1.381 0 0 0 0 2.226l1.243.915a.75.75 0 0 1 .272.826 9.797 9.797 0 0 1-2.204 3.792.75.75 0 0 1-.848.175l-1.407-.617a1.38 1.38 0 0 0-1.926 1.114l-.169 1.526a.75.75 0 0 1-.572.647 9.518 9.518 0 0 1-4.406 0 .75.75 0 0 1-.572-.647l-.168-1.524a1.382 1.382 0 0 0-1.926-1.11l-1.406.616a.75.75 0 0 1-.849-.175 9.798 9.798 0 0 1-2.204-3.796.75.75 0 0 1 .272-.826l1.243-.916a1.38 1.38 0 0 0 0-2.226l-1.243-.914a.75.75 0 0 1-.271-.826 9.793 9.793 0 0 1 2.204-3.792.75.75 0 0 1 .85-.174l1.4.615a1.387 1.387 0 0 0 1.93-1.118l.17-1.526a.75.75 0 0 1 .583-.65c.717-.159 1.45-.243 2.201-.252Zm0 1.5a9.135 9.135 0 0 0-1.354.117l-.109.977A2.886 2.886 0 0 1 6.525 7.17l-.898-.394a8.293 8.293 0 0 0-1.348 2.317l.798.587a2.881 2.881 0 0 1 0 4.643l-.799.588c.32.842.776 1.626 1.348 2.322l.905-.397a2.882 2.882 0 0 1 4.017 2.318l.11.984c.889.15 1.798.15 2.687 0l.11-.984a2.881 2.881 0 0 1 4.018-2.322l.905.396a8.296 8.296 0 0 0 1.347-2.318l-.798-.588a2.881 2.881 0 0 1 0-4.643l.796-.587a8.293 8.293 0 0 0-1.348-2.317l-.896.393a2.884 2.884 0 0 1-4.023-2.324l-.11-.976a8.988 8.988 0 0 0-1.333-.117ZM12 8.25a3.75 3.75 0 1 1 0 7.5 3.75 3.75 0 0 1 0-7.5Zm0 1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z") !important; } /* Shared */ /* Hovered */ .wrapper_cc5dd2:hover, /* Home */ .button__201d5 button[aria-label="User Settings"]:hover{ /* Settings */ background: rgb(var(--buttonHover)); border-radius: 4px; } /* Pill */ .styledGuildsAsChannels-DNHtg_ .wrapper_ef3116 .childWrapper_a6ce15{ padding: 0px; padding-left: 16px; } /* Background */ .footer__214dc{ padding: 0px; } /* 3. Content -------------------------------------------------------------------------------------------------------- */ /* DM */ /* Active Now */ /* Background */ .nowPlayingColumn__133bf{ background: rgb(var(--backgroundLayer1)); } .scroller__7d20c{ border: none; } .wrapper__00943:focus-within, .wrapper__00943{ background: var(--buttonAccentStandard) !important; border: 1px solid var(--border); } .wrapper__00943:hover{ background: var(--buttonAccentHover) !important; } .wrapper__00943:focus-within:hover{ background: var(--buttonAccentSelected) !important; } .inset_bf1984{ background: transparent !important; } .section__00943{ background: transparent; padding: 0px; padding-left: 44px; } /* Add Friend To Group contentDialog */ /* Header */ .popout_cba592 .header-1zd7se, .popout_cba592 .header-1zd7se .separator-2lLxgC{ background: rgb(var(--contentDialogFooter)) !important; } /* Friends list */ .popout_cba592 .content-2a4AW9 .friendWrapper_bbd192{ margin: 0px; } /* Name */ .nickname_bbd192{ display: none; } .discordTag_bbd192.nameTag__05e81{ opacity: 1 !important; } /* Footer */ .popout_cba592 .footer_cba592{ background: rgb(var(--contentDialogFooter)); padding: 10px 8px 10px 8px; } /* Shop */ /* Background */ .shopScroll__6db1d{ background: rgb(var(--backgroundLayer1)); } /* Family centre */ /* Background */ .contentPanel_dc2e0e{ background: rgb(var(--backgroundLayer1)); } /* BD Plugin: PinDMs by DevilBros */ .unpinButton-z3-UVO{ margin-right: 14px; } /* Sidebar - Opened server */ /* Position */ .container__2637a{ margin-right: 0px; } .sidebarListRounded__5e434{ border-top-left-radius: 8px !important; } /* Server header */ /* Background */ .header_f37cb1{ background-color: rgb(var(--backgroundLayer1)) !important; } /* Text */ .name_f37cb1, .dropdownButton__2637a{ color: white !important; } /* Server image */ /* Position */ .container__2637a:has(div .animatedContainer_f37cb1) .scroller__629e4{ margin-top: 130px; margin-bottom: 0px !important; } .scroller__629e4 .content__99f8c>div:nth-child(-n + 2){ display: none; } .bannerImage_f37cb1, .animatedContainer_f37cb1{ opacity: 1 !important; transform: translateY(0px) !important; } .animatedContainer_f37cb1{ margin-top: 48px; } /* Drop shadow */ .bannerImage_f37cb1:before{ display: none !important; } /* Server guide progress */ .progressBarContainer_baf530{ margin: 0px !important; } /* Discord bug: Gap below server image */ #channels .content_d125d2>div:nth-child(1){ height: 0px !important; } #channels .content_d125d2>div:nth-child(2){ height: 8px !important; } /* Server boost bar */ /* Icon */ .flowerStar-38IYO7{ margin-top: 8px; } /* Progress bar background */ .progressBarContainer-2E4oR-{ background: rgb(var(--sidebarButtonHover)) !important; } /* Channels & roles button */ .optionButtonWrapper__270d7{ background: rgb(var(--buttonStandard)); border: 1px solid var(--buttonBorder) !important; border-radius: 4px; } .optionButtonWrapper__270d7:hover{ background: rgb(var(--buttonHover)); } .optionButtonWrapper__270d7.selected__270d7{ background: rgb(var(--buttonSelected)); } .buttonText__270d7{ padding-right: 18px !important; } .checkIcon__270d7{ top: calc(50% - 10px) !important; right: 10px !important; } /* Members button */ /* Users */ /* Position */ .container_c791b2{ padding: 0px !important; } .table_b4ec0b{ overflow: hidden; padding: 0px; } .table_b4ec0b>tbody{ overflow: scroll; } /* Background */ .mainTableContainer__09a38{ border-radius: 0px !important; background-color: rgb(var(--backgroundLayer1)) !important; } .memberRowContainer__71c22 td:after{ display: none; } /* Button */ .memberRowContainer__71c22{ background: rgb(var(--buttonStandard)) !important; } .memberRowContainer__71c22:hover{ background: rgb(var(--buttonHover)) !important; } /* Mod view */ /* Position */ .content__5e434 div:has(> .sidebarContainer__656be){ width: var(--rightPaneWidth) !important; } .userProfileOuterThemed_c69a7b.userProfileOuter_c69a7b{ padding: 0px; } .innerContainer__656be{ padding: 0px; gap: 1px; } .container__3a5a1, .container__34940{ border-radius: 0px; } .sidebarContainer__656be{ width: 100%; margin-right: 0px; } /* Channel categories */ /* Position */ .wrapperCommon__29444 .mainContent__29444 .name__29444{ width: 100%; } .sidebar__5e434 .wrapper__29444{ padding: 16px 8px; } .sidebar__5e434 .containerDefault__29444{ padding-top: 0px; } .content__99f8c{ height: fit-content !important; } /* Discord bug: Missing text */ .wrapperCommon__29444 .mainContent__29444{ height: fit-content !important; } /* Create channel icon */ .addButton__29444{ margin-right: 24px; } /* Channels */ /* Position */ .link__2ea32{ padding: 6px 8px !important } /* Unread */ .sidebar__5e434 .wrapper__2ea32 .unread__2ea32{ width: 3px; height: 16px; top: 10px; left: 0px; margin-top: 0px !important; background: rgb(var(--badgeUnread)); border-radius: 4px; z-index: 1 !important; } /* Threads */ .typeThread__2ea32 .unread__2ea32{ left: 4px !important; } /* Text */ /* First letter to uppercase */ .standardSidebarView__23e6b .contentColumn__23e6b .title__387dc::first-letter, .sidebar__5e434 .mainContent-20q_Hp .name__2ea32::first-letter, .root__49fc1 .override-1sK4r0 .channelName-IPB6B3::first-letter, .root__49fc1 .wrapper_d16569 .title__387dc::first-letter{ text-transform: uppercase; } /* Color */ .name__2ea32, .name__2ea32:hover{ /* Standard */ color: rgb(var(--textNormal)); } .wrapper__29444.muted__29444, /* Muted */ .wrapper__29444.muted__29444 .name__29444, /* Category */ .modeMuted__2ea32 .icon__2ea32, .modeMuted__2ea32 .name__2ea32{ /* Channel */ color: var(--text-muted) !important; } /* Icons */ /* Colors */ /* Standard */ .icon__2ea32, /* Channels view */ .sidebar__5e434 .wrapper__2ea32.modeUnreadImportant__2ea32 .icon__2ea32, .sidebar__5e434 .wrapper__2ea32.modeSelected__2ea32 .icon__2ea32, .sidebar__5e434 .wrapper__2ea32 .icon__2ea32{ color: rgb(var(--textNormal)); } /* Limited */ div[aria-label="Voice (Limited) icon"] .icon__2ea32 path, div[aria-label="Text (Limited) icon"] .icon__2ea32 path{ color: rgb(var(--infobarBadgeCaution)); } /* No read access */ div .icon__2ea32[height="18"] path{ color: rgb(var(--infobarBadgeCritical)); } /* Muted Channel */ .sidebar__5e434 .wrapper__2ea32.modeMuted__2ea32 .icon__2ea32{ color: rgb(var(--buttonDisabled)); } /* Joined Voice Channel */ .sidebar__5e434 .wrapper__2ea32.modeConnected__2ea32 .icon__2ea32{ color: var(--os-accent-color, #4cc2ff); } /* Rules */ div[aria-label="Rules icon"] .icon__2ea32 path{ d: path("M13.25 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11.5 9.75v5a.75.75 0 0 0 1.5 0v-5a.75.75 0 0 0-1.5 0Z M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15ZM19 18V4.5a1 1 0 0 0-1-1H6.5a1 1 0 0 0-1 1V18H19Z") !important; } /* Announcement */ div[aria-label="Announcements icon"] .icon__2ea32 path{ d: path("M21.907 5.622c.062.208.093.424.093.641V17.74a2.25 2.25 0 0 1-2.891 2.156l-5.514-1.64a4.002 4.002 0 0 1-7.59-1.556L6 16.5l-.001-.5-2.39-.711A2.25 2.25 0 0 1 2 13.131V10.87a2.25 2.25 0 0 1 1.61-2.156l15.5-4.606a2.25 2.25 0 0 1 2.797 1.515ZM7.499 16.445l.001.054a2.5 2.5 0 0 0 4.624 1.321l-4.625-1.375Zm12.037-10.9-15.5 4.605a.75.75 0 0 0-.536.72v2.261a.75.75 0 0 0 .536.72l15.5 4.607a.75.75 0 0 0 .964-.72V6.264a.75.75 0 0 0-.964-.719Z") !important; } /* Chat */ div[aria-label="Open Chat"] path, /* Voice chat hover */ .emptyChannelIcon__00de6 path, div[aria-label="Text (Active Threads) icon"] .icon__2ea32 path, div[aria-label="Text (Limited) icon"] .icon__2ea32 path, div[aria-label="Text icon"] .icon__2ea32 path{ d: path("M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.587-1.112l-3.826 1.067a1.25 1.25 0 0 1-1.54-1.54l1.068-3.823A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2Zm0 1.5A8.5 8.5 0 0 0 3.5 12c0 1.47.373 2.883 1.073 4.137l.15.27-1.112 3.984 3.987-1.112.27.15A8.5 8.5 0 1 0 12 3.5ZM8.75 13h4.498a.75.75 0 0 1 .102 1.493l-.102.007H8.75a.75.75 0 0 1-.102-1.493L8.75 13h4.498H8.75Zm0-3.5h6.505a.75.75 0 0 1 .101 1.493l-.101.007H8.75a.75.75 0 0 1-.102-1.493L8.75 9.5h6.505H8.75Z") !important; } /* Forms */ div[aria-label="Forum icon"] .icon__2ea32 path{ d: path("M9.562 3a7.5 7.5 0 0 0-6.798 10.673l-.724 2.842a1.25 1.25 0 0 0 1.504 1.524c.75-.18 1.903-.457 2.93-.702A7.5 7.5 0 1 0 9.561 3Zm-6 7.5a6 6 0 1 1 3.33 5.375l-.244-.121-.264.063c-.923.22-1.99.475-2.788.667l.69-2.708.07-.276-.13-.253a5.971 5.971 0 0 1-.664-2.747Zm11 10.5c-1.97 0-3.762-.759-5.1-2h.1c.718 0 1.415-.089 2.08-.257.865.482 1.86.757 2.92.757.96 0 1.866-.225 2.67-.625l.243-.121.264.063c.922.22 1.966.445 2.74.61-.175-.751-.414-1.756-.642-2.651l-.07-.276.13-.253a5.971 5.971 0 0 0 .665-2.747 5.995 5.995 0 0 0-2.747-5.042 8.44 8.44 0 0 0-.8-2.047 7.503 7.503 0 0 1 4.344 10.263c.253 1.008.509 2.1.671 2.803a1.244 1.244 0 0 1-1.467 1.5 132.62 132.62 0 0 1-2.913-.64 7.476 7.476 0 0 1-3.088.663Z") !important; } /* Media */ div[aria-label="Media Channel icon"] .icon__2ea32 path{ d: path("M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5Zm.58 16.401-5.805-5.686a.75.75 0 0 0-.966-.071l-.084.07-5.807 5.687c.182.064.378.099.582.099h11.5c.203 0 .399-.035.58-.099l-5.805-5.686L18.33 19.4ZM17.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v11.5c0 .208.036.408.103.594l5.823-5.701a2.25 2.25 0 0 1 3.02-.116l.128.116 5.822 5.702c.067-.186.104-.386.104-.595V6.25a1.75 1.75 0 0 0-1.75-1.75Zm-2.498 2a2.252 2.252 0 1 1 0 4.504 2.252 2.252 0 0 1 0-4.504Zm0 1.5a.752.752 0 1 0 0 1.504.752.752 0 0 0 0-1.504Z") !important; } /* Voice */ div[aria-label="Voice (Limited) icon"] .icon__2ea32 path, div[aria-label="Voice icon"] .icon__2ea32 path{ d: path("M12 8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h3Zm3 5.162v-2.324l1.734-1.642A.75.75 0 0 1 18 9.741v4.518a.75.75 0 0 1-1.266.545L15 13.162ZM22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.96 9.96 0 0 0 1.115 4.592l-1.068 3.823a1.25 1.25 0 0 0 1.54 1.54l3.826-1.067A9.96 9.96 0 0 0 12 22c5.523 0 10-4.477 10-10ZM3.5 12a8.5 8.5 0 1 1 4.367 7.43l-.27-.15-3.986 1.111 1.113-3.984-.151-.27A8.458 8.458 0 0 1 3.5 12Z") !important; } /* Threads */ .typeThread__2ea32.wrapper__2ea32{ margin-left: 36px !important; } /* Voice chat users */ .list_c3cd7d{ padding-left: 48px !important; } /* Active now info bar */ [class^=bar_]:has([class^=voiceChannelsIcon_]){ display: none; } /* Voice channels button */ .refreshVoiceChannelsButton__29444{ display: none; } /* Users bar */ .sidebar__5e434::after{ display:none; } /* Server - Center content */ /* Channels & Roles */ /* Header */ .header__0b563{ display: none; } /* Customize */ /* Background */ .prompt__5d7c9{ background: rgb(var(--contextBackground)) } /* Browse Channels */ /* Background */ .channelRow_e4503a{ background: rgb(var(--buttonStandard)) !important; } /* Messages */ /* Channel information bar */ /* Position */ .communityInfoVisible_f37cb1 .communityInfoContainer_f37cb1{ margin-top: -22px; margin-left: 200px; } /* Background */ .container__9293f.themed__9293f{ height: 48px; width: 100%; box-shadow: none; background: rgb(var(--backgroundLayer1)); } /* Divider */ /* Name | Description */ .container__9293f .divider__9293f{ background: #FFFFFF; } /* Buttons */ /* Position */ .iconWrapper__9293f{ margin: 0px 17px; } /* Conversations */ /* Position */ .scroller__36d07{ margin-bottom: 40px; } .scrollerSpacer__36d07{ height: 16px !important; } .messageListItem__5126c:has(> .groupStart__5126c ){ border-radius: 8px 8px 0px 0px; } .messageListItem__5126c[data-is-self="false"]{ margin-right: 20%; } /* Own messages */ .messageListItem__5126c[data-is-self="true"]{ margin-left: 20%; } .messageListItem__5126c[data-is-self="true"]>.message__5126c>.contents_c19a55>.avatar_c19a55{ left: auto !important; right: var(--custom-message-margin-horizontal); } .messageListItem__5126c[data-is-self="true"]>.message__5126c>.contents_c19a55>.avatarDecoration_c19a55{ left: auto !important; right: calc(var(--custom-message-margin-horizontal) - var(--custom-message-avatar-decoration-size)/2 + var(--custom-message-avatar-size)/2) !important; } .messageListItem__5126c[data-is-self="true"]>.message__5126c>.contents_c19a55>.header_c19a55{ display: flex; flex-direction: row-reverse; } .messageListItem__5126c[data-is-self="true"] .message__5126c>div>.messageContent_c19a55{ text-align: right; } .messageListItem__5126c[data-is-self="true"] .message__5126c{ padding-left: var(--space-xl) !important; padding-right: var(--custom-message-margin-left-content-cozy) !important; } .messageListItem__5126c[data-is-self="true"] div .contents_c19a55 .header_c19a55>.headerText_c19a55{ margin: 0px !important; } .messageListItem__5126c[data-is-self="true"] div .contents_c19a55 .header_c19a55 .timestampInline_c19a55{ margin-right: 8px !important; } /* Message attachments, reactions */ .messageListItem__5126c[data-is-self="true"] div .container_b7e1cb:not(:has(.embedCard__44c9a)){ direction: rtl; } .vc-shiki-code .vc-shiki-lang, .vc-shiki-code .vc-shiki-table{ direction: ltr !important; } .nonVisualMediaItem_f4758a{ width: 100% !important; } /* Images */ .visualMediaItemContainer_f4758a{ width: fit-content !important; } /* Links */ /* Image */ .messageListItem__5126c[data-is-self="true"] .embedThumbnail__623de{ margin-left: 0px !important; margin-right: 16px !important; } /* Vencord: MessageLinkEmbeds plugin */ .embedCard__44c9a{ width: 100%; } /* Code block */ .markup__75297 pre{ text-align: left !important; max-width: none !important; } /* Background */ .wrapper__4106a{ background: transparent !important; } /* Quick actions */ /* Position */ .container__040f0{ top: -32px !important; padding: 0px; } .popoverReactionHoverBar_f84418{ background: rgb(var(--sidebarButtonHover)); border: none !important; border-radius: 8px 8px 0px 0px; box-shadow: none !important; } /* Background */ .wrapper_f7ecac{ background: rgb(var(--backgroundCardHover)) !important; } .visual-refresh .popoverReactionHoverBar_f84418:hover, .visual-refresh .popoverReactionHoverBar_f84418{ box-shadow: none !important; } /* Date divider */ .divider__5126c:not(.isUnread__908e2){ height: 32px; width: 100%; margin: 32px 0px 8px 0px !important; background: rgb(var(--backgroundLayer2Alt)) !important; border-top: none; border-radius: 4px; } /* Text */ .divider__908e2 .content__908e2{ background: transparent !important; color: rgb(var(--textNormal)); } /* Normal */ /* Background */ .messageListItem__5126c:not(.messagelogger-deleted):not(:has(.mentioned__5126c)){ background: rgb(var(--backgroundCardBase)); } /* Started threads */ .visual-refresh .cozy__235ca .iconContainer__235ca{ width: 24px !important; } /* Mentioned */ .messagelogger-deleted .mentioned__5126c{ background-color: transparent; } /* Deleted */ .messagelogger-deleted{ background-color: rgb(var(--infobarBackgroundCritical)) !important; } /* Images */ .messagelogger-deleted :is(.messagelogger-deleted-attachment,.emoji,[data-type=sticker],[class*=embedIframe],[class*=embedSpotify],[class*=imageContainer]){ filter: none !important; } /* Jump to present */ .jumpToPresentBar__0f481{ width: 75%; max-width: 576px; height: 52px !important; margin: 0 auto; margin-bottom: 6px; padding: 0px; padding-left: 42px; background: rgb(var(--infobarBackgroundMessage)) !important; opacity: 1 !important; border-radius: 4px; } /* Message bar */ /* Is typing/slow mode */ .chatGradient__36d07, .chatTypingGradientAtBottom__36d07, .chatTypingGradientNotAtBottom__36d07{ height: 40px !important; width: 100%; background: rgb(var(--backgroundLayer1)) !important; } /* Vencord plugin: Character counter */ .vc-charCounter-counter{ margin-bottom: 36px; } /* Send message */ /* Position */ .inner__74017, .slateTextArea_ec4baf:not(.placeholder__1b31f){ padding: 0px !important; } .textArea__74017.textAreaSlate__74017.slateContainer_ec4baf{ margin-right: 8px; } /* Background */ .channelTextArea_f75fb0{ background: transparent !important; border: none !important; } .form_f75fb0{ padding-top: 8px !important; background: rgb(var(--backgroundLayer1)) !important; } /* Buttons */ /* Position */ .sansAttachButton__74017 .buttons__74017{ /* Shift left for attach button */ height: 32px; margin-right: 38px !important; gap: 4px !important } /* Vencord: plugin Send timestamp */ .buttonWrapper__24af7 svg{ scale: 1 !important; } /* Emote button */ .sprite__04eed.spriteGreyscale__04eed { background-image: none !important; } .spriteContainer__04eed{ transform: scale(1) !important; } /* Send button */ .separator_aa63ab{ display: none; } /* Removed blue color */ .activeButtonChild_aa63ab{ color: var(--textNormal) !important; } /* Attach button */ .attachButton__0923f{ height: 32px !important; width: 32px !important; } .align-chat-input .attachWrapper__0923f{ padding: 0px !important; } .attachWrapper__0923f{ right: 0px; bottom: -10px; position: absolute; } .attachButton__74017{ margin-right: -8px !important; } .scrollableContainer__74017{ border-radius: 4px !important; } /* Members list */ /* Auto collapse */ @media only screen and (max-width: 1200px){ .container_c8ffbb{ display: none !important; } } /* Background */ .members_c8ffbb, /* Forums */ .container_c8ffbb{ background: rgb(var(--backgroundLayer1)) !important; } /* Recent activity header */ .membersGroup_c8ffbb:has(.headerContainer__095fe){ display: none !important; } /* Role header */ .membersGroup_c8ffbb{ height: 30px; margin: 8px 0px 4px 8px; padding: 10px 0px 0px 0px; text-align: center; border-bottom: 1px solid currentcolor; } /* Users */ /* Avatar */ .wrapper__44b0c foreignObject[width="32"]{ border-radius: 50%; } /* Threads */ .mask-1FEkla.svg-2azL_l>foreignObject{ mask: none !important; } /* Status */ .pointerEvents-9SZWKj{ z-index: 10 !important; } .wrapper__44b0c[style*="32px"]>svg>rect{ height: 10px !important; stroke: rgb(var(--backgroundLayer0)) !important; stroke-width: 2px !important; transform: translate(0px, 0px) !important; } /* Mobile icon */ .wrapper__44b0c foreignObject[mask*=mobile]:after{ display: none; } /* Forms */ /* Post guidelines */ .container-3arpDl{ background: rgb(var(--infobarBackgroundMessage)) !important; margin-bottom: 0px !important; border-radius: 4px !important; } .descriptionContainer-2ylKGk{ background: transparent !important; padding: 0px 28px 0px 28px !important; } /* Controls header */ /* Background */ .container__34c2c{ margin-top: 4px; background: rgb(var(--contextBackground)); box-shadow: none; border: none; border-radius: 8px; } .divider_ee23ac{ display: none; } /* Discord bug: Fix not sticking to top on scroll */ .scrollerInner__36d07{ overflow: unset; } /* Sidebar - Home */ /* Position */ .scroller__99e7c{ margin-bottom: 0px !important; } /* Find or start conversation */ .visual-refresh .searchBar_e6b769{ border-bottom: none; height: min-content; } .visual-refresh .privateChannels_e6b769{ background: rgb(var(--backgroundLayer1)) !important; } /* Shop */ /* Header */ .headerBar__80679{ display: none; } /* Footer */ .jumbleWrapper__014df{ display: none; } /* Users */ /* Position */ .interactive_bf202d { height: 36px; } .pinned-0lM4wD .interactive_bf202d{ padding-left: 38px; } /* Avatar icon */ .avatar__20a53 .wrapper__44b0c svg{ height: 36px !important; width: 36px !important; margin-top: 2px; } /* Sidebar - Discovery */ .container__551b0{ background: rgb(var(--backgroundLayer1)) !important; } .nav__551b0{ padding: 4px !important; gap: 4px !important; } .nav__551b0 .navItem__551b0{ height: 36px !important; padding: 0px !important; border-radius: 4px !important; color: rgb(var(--textNormal)) !important; } /* Icon */ .nav__551b0 .navItem__551b0 .navItemIcon__551b0{ margin-left: 10px; margin-right: 12px; color: rgb(var(--textNormal)) !important; } /* Center content - Discovery */ .scroller__23746{ background: rgb(var(--backgroundLayer2)) !important; } .header__551b0{ display: none; } /* Header */ .backdrop__8a7fc{ background: rgb(var(--backgroundLayer2)) !important; } /* Search bar */ .searchBar__1ac1c.search__1ac1c{ top: 8px; } .searchBar__1ac1c{ max-width: none !important; min-width: none !important; } .inner_a45028{ padding: 0px !important; } /* Quests page */ .container__955a3 .headerBar__8a7fc{ display: none; } /* Server cards */ .card__84e3e{ background: rgb(var(--backgroundCardBase)) !important; } .card__84e3e:hover{ background: rgb(var(--backgroundCardHover)) !important; } /* Shared */ /* Search results */ /* Background */ .searchResultsWrap_a98f3b{ width: 512px !important; background: rgb(var(--contentDialogBackdrop)); } .scroller_a98f3b{ padding: 0px; background: rgb(var(--backgroundCardBase)); } /* Header */ .searchHeader_ae7890, .searchResultsWrap_a98f3b .channelName-3w2Y3c{ background: rgb(var(--backgroundCardBase)); padding: 8px 16px; } /* Messages */ .searchResultsWrap_a98f3b .searchResult__80bf8{ background: transparent; border-radius: 12px; } .searchResultsWrap_a98f3b .searchResult__80bf8:hover{ background: rgb(var(--buttonHover)); } /* Sidebar */ /* Position */ .wrapper_ef3116{ margin-bottom: 0px !important; } /* Background */ .scroller__99e7c.thin_d125d2, .userProfileInner-3F03PX:before, /* DMs */ .container__2637a{ /* Server */ background: rgb(var(--backgroundLayer1)) !important; } .panels__5e434{ background: rgb(var(--backgroundCardBase)) !important; } .panels__5e434[aria-label="User area"]{ border: none !important; } /* Currently playing */ /* Position */ .activityPanel__5e434{ margin: 0px; padding: 4px; border-bottom: none !important; border-top: 1px solid rgb(var(--textNormal)); border-radius: 0px !important; background: transparent !important; } /* Voice connected panel */ /* Position */ .container_e131a9, .panels__5e434{ left: 72px !important; bottom: 0px !important; border-radius: 0px !important; border: none !important; } .panels__5e434{ width: calc(100% - 72px) !important; } /* Buttons */ .connection_e131a9{ margin-bottom: 32px; } /* Text */ .container_e131a9 .size12-oc4dx4{ font-size: 11px; line-height: 11px; white-space: pre-line; } /* Size */ .voiceUsers_e131a9{ height: 42px; margin-top: 12px; padding-bottom: 0px; } .container_e131a9{ margin: 0px !important; border-top: 1px solid rgb(var(--textNormal)) !important; border-bottom: none; background: rgb(var(--backgroundCardBase)); } /* Buttons */ /* Noise suppression & Disconnect */ /* Position */ .alignCenter_abf706 .justifyStart_abf706.alignStretch_abf706.noWrap_abf706{ position: fixed; left: 76px; bottom: 0px; } .horizontal__7c0ba>.flex__7c0ba{ margin:0px !important; } /* Icons */ .connection_e131a9 .button__201d5 button{ color: rgb(var(--textNormal)) !important; } /* Mute and deafen */ /* Position */ .container__37e49 .button__201d5{ position: fixed; left: 148px; bottom: 0px; } .container__37e49 .button__201d5[aria-label="Deafen"]{ left: 178px !important; } /* Background */ button.button__67645.redGlow__67645{ background: transparent !important; } /* Disable if panel not shown */ button[aria-label="Deafen"], button[aria-label="Mute"]:not(.centerButton_f1ceac){ display: none; } .panels__5e434:has(.wrapper_e131a9 .container_e131a9) .container__37e49 .buttons__37e49 button[aria-label="Deafen"], .panels__5e434:has(.wrapper_e131a9 .container_e131a9) .container__37e49 .buttons__37e49 .micButtonParent__37e49 button[aria-label="Mute"]{ display: flex !important; } /* Camera, share screen, activity, soundboard buttons */ .actionButtons_e131a9 .lookFilled__201d5{ padding: 0px !important; border: none !important; background: transparent !important; } .actionButtons_e131a9{ position: absolute; left: 152px; bottom: 4px; display: flex; grid-gap: 16px !important; } /* Noise Suppression Menu pop out */ /* Background */ .noiseCancellationPopout_e131a9{ background: rgb(var(--contentDialogBackdrop)); width: 230px; padding: 12px; margin-bottom: -4px; margin-left: -30px; backdrop-filter: blur(16px); } /* Voice statistics pop out */ /* Background */ .container__13b2a{ background: transparent; } .section__38f83{ border-radius: 10px !important; background: rgb(var(--contentDialogBackdrop)) !important; backdrop-filter: blur(16px) !important; } /* Channel bar */ /* Position */ .upperContainer__9293f{ padding-right: 76px; } .inviteToolbar__133bf{ padding-right: 0px; } /* Pinned message */ /* Header */ .layer-2aCOJ3 .header_e8b59c{ background: rgb(var(--contentDialogFooter)); box-shadow: none; padding: 18px 10px; } /* Content */ .messagesPopout_e8b59c{ margin: 0px; padding: 0px; background: rgb(var(--contentDialogContent)); } /* Messages */ /* Standard */ .messageGroupWrapper_e8b59c{ margin: 0px; margin-bottom: 4px; border-radius: 8px !important; border: none; background: transparent; } /* Hovered */ .layer-2aCOJ3 .messageGroupWrapper_e8b59c:hover{ background: rgb(var(--sidebarButtonHover)); } /* Threads */ /* Header */ .controls-SB-N9h, .header_d9c882{ background: rgb(var(--contentDialogFooter)); padding: 4px 8px; } /* Close button */ .closeIcon_d9c882{ display: none; } /* Background */ .list_c441f0{ background: rgb(var(--contentDialogContent)); } /* Items */ /* Standard */ .container__6764b{ background: rgb(var(--buttonStandard)); border: none !important; } /* Hovered */ .container__6764b:hover{ background: rgb(var(--buttonHover)); } /* Help */ .trailing_c38106 > a{ position: fixed; top: 60px; right: 8px; } /* Inbox */ /* Button */ .trailing_c38106{ z-index: 101 !important; } .trailing_c38106 > div:nth-of-type(1){ position: fixed; top: 60px; right: 48px; } /* Background */ .container_d404a3{ background: rgb(var(--contentDialogContent)); } /* Header */ .header_ab6641{ padding: 12px 10px !important; } /* Buttons */ .tab_ab6641{ margin: 0px !important; margin-top: 4px !important; margin-right: 24px !important; padding: 0px !important; } .headerTabs_ab6641{ margin: 0px; } /* Message server location */ .channelHeader__35a7e{ background-color: rgb(var(--contentDialogFooter)); } /* Messages */ .messageContainer__95796{ margin: 0px; padding: 0px; padding-top: 6px; background-color: transparent; } /* Shared */ /* Position */ .layer-2aCOJ3[style^="position: absolute; top: 93px; right"], /* Inbox */ .layer-2aCOJ3[style^="position: absolute; top: 93px; right"]{ /* Pinned messages */ right: 0px !important; } .browser_d98031, /* Threads */ .messagesPopoutWrap_e8b59c, /* Inbox */ .layer-2aCOJ3 .container__2692d{ /* Pinned messages */ max-height: 900px !important; width: 512px !important; border-radius: 8px; } /* Messages */ /* Position */ .scrollerInner__36d07{ padding: 0px 36px; } /* Background */ .visual-refresh .pageBody__41ed7, /* Channels and roles - Browse */ .visual-refresh .container__0b563, /* Channels and roles - Customise */ .messagesWrapper__36d07{ /* Threads sidebar */ background: rgb(var(--backgroundLayer2)) !important; } /* Loading icon */ .wrapper__4106a{ background-image: url("https://github.com/Josh65-2201/Discord-Windows-11-theme/blob/main/assets/loadingSpinner.gif?raw=true"); background: no-repeat, center; } .wrapper_fc8177.cozy_fc8177{ display: none; } /* New message */ .divider__908e2.isUnread__908e2, #---new-messages-bar, .unreadPill__908e2{ --divider-color: rgb(var(--badgeUnread)) !important; } /* Text */ .divider__5126c .unreadPill__908e2{ /* New text */ color: #FFFFFF !important; } /* Hovered */ .messageListItem__5126c .mentioned__5126c.message__5126c:hover, .messageListItem__5126c .message__5126c:hover{ background: rgb(var(--backgroundCardHover)) !important; border-radius: 8px; } .message__5126c:hover{ border-top-right-radius: 0px !important; } /* Selected */ .chat_f75fb0 .message__5126c.selected__5126c{ background: color-mix(in srgb, var(--os-accent-color) 70%, transparent) !important; border-radius: 8px; } /* Go to reply flash */ .chat_f75fb0 .backgroundFlash__5126c{ /* Review */ border-radius: 8px; } /* Mentions */ /* Left side highlight */ .mentioned__5126c:before{ background-color: transparent !important; } /* Background */ li:not(.messagelogger-deleted) .mentioned__5126c{ border-radius: 8px; background: color-mix(in srgb, var(--os-accent-color) 25%, transparent); } /* Message failed to send */ .isFailed_c19a55{ background-color: rgb(var(--infobarBackgroundCritical)); } /* User role icon */ .newMemberBadge_f80704, [class*="roleIcon"]{ float: left; margin-left: 0px; margin-right: 4px; } /* Embed content */ /* Image & video */ .cameraPreview-2_ITfQ, .embedVideo__623de .embedMedia__623de, .imageWrapper__178ee:not(.embedMedia__623de.embedImage__623de){ border-radius: 8px !important; border: 1px solid var(--border); } /* No border on full preview */ .image_aee8c6, .modal_b0827a{ border-radius: 0px !important; } /* Discord bug: fixes video being cropped */ .video_f316dd{ object-fit: contain !important; } /* Text box */ .container__4d95d{ margin: 0px !important; margin-left: 5px !important; margin-right: 5px !important; } /* Content */ .textContainer__4d95d{ background: rgb(var(--contentDialogContent)) !important; border-radius: 10px 10px 0px 0px !important; } /* Footer */ .footer__4d95d{ background: rgb(var(--contentDialogFooter)) !important; border-radius: 0px 0px 10px 10px !important; } /* Code blocks */ .hljs{ background: transparent !important; } /* Forums */ /* Background */ .mainCard_f369db.header_f369db, /* Search/create post bar */ .list_f369db, .grid_f369db{ background: rgb(var(--backgroundCardBase)) !important; } .container-JhuCwn{ padding: 0px; } /* Forums items */ .card_f369db.mainCard_f369db, /* Gallary */ .container_faa96b.mainCard_f369db{ /* List */ background-color: rgb(var(--buttonStandard)) !important; border-radius: 4px; border: none !important; } .card_f369db.mainCard_f369db:hover, /* Gallary */ .container_faa96b.mainCard_f369db:hover{ /* List */ background-color: rgb(var(--buttonHover)) !important; } .card_f369db.mainCard_f369db:hover, /* Gallary */ .container_faa96b.mainCard_f369db:focus-within{ /* List */ background-color: rgb(var(--buttonSelected)) !important; } /* Video chat */ /* Background */ .callContainer_cb9592{ background: rgb(var(--backgroundCardBase)); } .wrapper_cb9592{ background: transparent; } /* Controls */ /* Background */ .gradientContainer_bfe55a{ display: none; } .controlSection_bfe55a{ opacity: 1 !important; transform: translate3d(0px, 0px, 0px) !important; } /* 4. Discovery ------------------------------------------------------------------------------------------------------ */ /* Sidebar */ /* Background */ .sidebar__5e434{ background: rgb(var(--backgroundLayer1)); } .sidebarContainer_a3a4ce{ background: transparent !important; } /* Server list */ .pageWrapper_a3a4ce{ background: rgb(var(--backgroundCardBase)); } /* BD Plugin: Public servers by BDteam */ .bd-server-splash{ filter: blur(0px) !important; } /* 5. User profile --------------------------------------------------------------------------------------------------- */ /* Logged in user */ /* Switch account text */ .label_c1e9c4{ color: rgb(var(--textNormal)); } .sidebar__5e434:after{ display: none; } /* DMs */ /* Position */ .userPanelOuter_c69a7b{ width: var(--rightPaneWidth); } /* Mini profile */ /* Position */ .userPopout-2j1gM4 .mask-1FEkla, .userPopout-2j1gM4 .avatarHint_f89da9, .userPopout-2j1gM4 .profileBadges_f89da9, .userPopout-2j1gM4 .date-YN6TCS{ z-index: 4; } .layer__59d0d:has(> .loadingPopout__58f1c), .layer__59d0d:not(#popout_5348):has(> .animatorLeft_faf9c0), .layer__59d0d:has(> .animatorRight_faf9c0>div[role="dialog"]){ height: calc(100% - 49px); width: var(--rightPaneWidth); left: revert !important; right: 0px !important; top: 49px !important; } /* Height fix when loading */ .loadingPopout__58f1c{ height: calc(100% - 16px) !important; } .animatorLeft_faf9c0{ height: 100%; } .animatorRight_faf9c0, .animatorRight_faf9c0>div, .animatorRight_faf9c0>div>div:not(.popout__76f04), .animatorLeft_faf9c0 div:has(>.user-profile-popout), .animatorLeft_faf9c0 div .user-profile-popout, .animatorLeft_faf9c0>div:not(#emoji-picker-tab-panel)>div:not(.popout__76f04), .userPopoutOuter_c69a7b{ height: 100%; width: var(--rightPaneWidth); background-color: rgb(var(--backgroundLayer1)); } .container_ab8609.user-profile-popout{ top: 144px; left: 4px; } /* Background */ .inner_c0bea0.user-profile-popout{ background: transparent !important; } /* Profile actions */ .user-profile-popout .wrapper__0d1ef{ /* Server profiles */ top: 104px; right: 4px; } .user-profile-sidebar .wrapper__0d1ef{ /* DMs */ top: 82px; right: 4px; } /* Profile picture */ .user-profile-popout :where(.avatar__75742){ /* Server profiles */ top: 52px; left: 8px; background: black; border-radius: 0px; } .user-profile-sidebar :where(.avatar__75742){ /* DMs */ top: 34px; left: 4px; background: black; border-radius: 0px; } /* Status message */ /* Position */ .invisibleContainer_a82ccc{ display: none !important; } /* Status bubbles */ .outer_ab8609::before, .outer_ab8609::after{ display: none; } /* Text box */ .outer_ab8609.user-profile-popout{ min-width: calc(var(--rightPaneWidth) - 16px); max-width: none; margin: 0px 8px 0px 4px; border-radius: 8px; } .inner_ab8609{ padding: 8px; } /* Set own status */ .addCustomStatusButtonBubble_a82ccc.biteSize_a82ccc{ top: -138px; left: 4px; } /* Profile information height fix */ .header__5be3e>div:last-child{ height: 0px; } .visibleContainer_a82ccc.biteSize_a82ccc{ /* Status text */ top: 4px; left: 4px; } .statusBubbleSingleLineWithTextShape_a82ccc{ border-radius: 4px; } .statusBubbleOuter_a82ccc{ min-width: calc(var(--rightPaneWidth) - 12px); } /* Information position */ .body__5be3e{ margin: 8px 12px 12px 12px; padding: 0px !important; overflow: hidden !important; } /* Emoji only */ .singleLineAlign_a82ccc{ text-align: left; } .statusBubbleEmojiOnlyPadding_a82ccc{ padding: 0px; } .statusEmojiOnly_a82ccc{ min-height: 19px !important; max-height: 19px !important; } /* Background */ .popoutNoBannerPremium_c3e427, :not(aside):not(.customizationSection_ace4f5)>.userProfileOuterThemed_c69a7b, :not(aside):not(.customizationSection_ace4f5)>.userProfileOuterUnthemed_c69a7b, :not(aside):not(.customizationSection_ace4f5)>div>.userProfileInnerThemedWithBanner_c69a7b, :not(aside):not(.customizationSection_ace4f5)>div>.userProfileInnerThemedPremiumWithoutBanner_c69a7b, :not(aside):not(.customizationSection_ace4f5)>div>.userProfileInnerThemedNonPremium_c69a7b{ background: rgb(var(--backgroundLayer1)) !important; } /* Discord info */ .biteSizeInnerThemed_c69a7b{ background: transparent !important; } /* Server info */ :not(aside):not(.customizationSection_ace4f5)>div>div>.overlayBackground_c69a7b{ background: transparent; } /* Nitro border */ .userProfileInnerThemedNonPremium_c69a7b .popoutBanner_c3e427{ /* Non-nitro color */ opacity: 0; } /* Badges */ /* Position */ .container__8061a{ height: 24px; } .anchorUnderlineOnHover_edefb8[href^="http"]{ padding: 0px; } /* Background */ [class^="profileBadges"][class^="profileBadges"]{ flex: none; } .container__8061a{ background: transparent; border: transparent; } /* Online status */ /* Position */ .userPopout-2j1gM4 .avatarPositionNormal_f89da9 .wrapper__44b0c::before, .userPopout-2j1gM4 .avatarPositionPremium-1zPBq9 .wrapper__44b0c::before{ content: ""; background: var(--user-standardtus-background) center no-repeat; background-size: cover; position: fixed; height: 76px; width: 100%; left: 0px; top: 60px; pointer-events: none; z-index: 2; } .wrapper__44b0c[style*="80px"] rect{ width: 80px; height: 80px; transform:translate(-60px, -60px); stroke-width: 2px; } /* Animated/Custom background position fix*/ .userPopout-2j1gM4 .avatarPositionPremium-1zPBq9 .wrapper__44b0c::before, .userPopout-2j1gM4 .avatarPositionPremium-1zPBq9 .wrapper__44b0c::after{ top: 120px; } /* Border */ .avatar-2Vndt_, /* Your profile */ .userPopout-2j1gM4{ border: 0px; } /* Avatar */ /* Mask */ .mask__68edb>foreignObject, /* Banner cut out */ foreignObject[mask="url(#svg-mask-avatar-status-mobile-80)"], foreignObject[mask="url(#svg-mask-avatar-status-mobile-120)"], foreignObject[mask="url(#svg-mask-avatar-status-round-80)"], foreignObject[mask="url(#svg-mask-avatar-status-round-120)"]{ mask: none; } /* View profile hover */ /* Position */ .avatarDecorationHint_f89da9{ border-radius: 4px !important; transform: scale(0.85); } .avatarDecorationHint_f89da9 foreignObject{ mask: none; mask: none; } /* Full profile */ /* TODO: Restyle for Discord update */ /* Shared */ /* Disable nitro animations */ [class^="profileEffects"]{ display: none; } /* Avatar */ /* Position */ .wrapper__44b0c:not([style*="32px"])>svg>rect{ fill: transparent !important; stroke-width: 2px; } /* Background */ .wrapper__44b0c svg:not(:root){ overflow: visible; } /* Image */ foreignObject[mask="url(#svg-mask-avatar-standardtus-round-80)"], foreignObject[mask="url(#svg-mask-avatar-standardtus-round-120)"]{ mask: none !important; } /*Status*/ .wrapper__44b0c>svg>rect{ mask: none; display: block; rx: 4px; } /* Text */ .wrapper__44b0c>svg>circle{ cy: 30 !important; cx: 61 !important; opacity: 0 !important; } /* Colors */ .wrapper__44b0c>svg>rect[fill="#43b581"], .wrapper__44b0c>svg>rect[fill="#3ba55c"], .wrapper__44b0c>svg>rect[fill="rgb(67, 181, 129, 1)"], .wrapper__44b0c>svg>rect[mask*=online], .wrapper__44b0c>svg>rect[fill*="hsl(139"]{ stroke: #43b581; fill: #43b581; } .wrapper__44b0c>svg>rect[fill="#faa61a"], .wrapper__44b0c>svg>rect[fill="rgb(250, 166, 26, 1)"], .wrapper__44b0c>svg>rect[mask*=idle], .wrapper__44b0c>svg>rect[fill*="hsl(38"]{ stroke: #faa61a; fill: #faa61a; } .wrapper__44b0c>svg>rect[fill="#f04747"], .wrapper__44b0c>svg>rect[fill="rgb(240, 71, 71, 1)"], .wrapper__44b0c>svg>rect[fill="#ed4245"], .wrapper__44b0c>svg>rect[mask*=dnd], .wrapper__44b0c>svg>rect[fill*="hsl(359"]{ stroke: #f04747; fill: #f04747; } .wrapper__44b0c>svg>rect[fill="#593695"], .wrapper__44b0c>svg>rect[mask*=streaming]{ stroke: #6423d3; fill: #6423d3; } .wrapper__44b0c>svg>rect[fill="#747f8d"], .wrapper__44b0c>svg>rect[mask*=offline], .wrapper__44b0c>svg>rect[fill=NaN]{ stroke: #40454b; fill: #40454b; } .wrapper__44b0c>svg>rect[fill="#747f8d"], .wrapper__44b0c>svg>rect[mask*=invisible], .wrapper__44b0c>svg>rect[fill="rgb(116, 127, 141, 1)"], .wrapper__44b0c>svg>rect[fill*="hsl(214"]{ stroke: #747f8d; fill: #747f8d; } /* Information */ .overlayBackground-1KgwVi{ /* DMs */ background: rgb(var(--backgroundLayer1)); } /* Notes text */ .textarea_dde0a8{ /* DMs sidebar */ font-size: 14px !important; line-height: 20px !important; } /* 6. Settings ------------------------------------------------------------------------------------------------------- */ /* Discord background */ .standardSidebarView__23e6b{ top: 72px !important; background: transparent !important; } /* Close button */ .toolsContainer__23e6b{ position: fixed !important; height: 100%; width: 72px; margin: 0px; padding: 0px; left: 0px; top: 0px; } .tools__23e6b, .container_c2b141{ display: block; height: 100%; } .closeButton_c2b141{ height: 100%; width: 72px; margin-top: 48px; border-radius: 0px; border: none; } .closeButton_c2b141:hover{ background-color: transparent; } .closeButton_c2b141>svg{ display: none; } /* Sidebar - Settings */ /* Position & background */ .sidebar__23e6b{ height: 100%; width: calc(var(--custom-guild-sidebar-width) - 84px) !important; padding: 4px !important; } .sidebarRegion__23e6b{ margin-left: 73px; background: rgb(var(--backgroundLayer1)); border-top-left-radius: 8px; flex: none; } /* */ /* Hovered */ .item-3XjbnG:hover, .wrappedLayout__91a9d:hover{ background: rgb(var(--sidebarButtonHover)) !important; } /* Selected */ .item-3XjbnG.selected-g-kMVV, .categoryItem_f75d68.selectedCategoryItem_f75d68 .itemInner_f75d68, .categoryItem_c72b37.selectedCategoryItem_c72b37 .itemInner_c72b37{ background: rgb(var(--sidebarButtonSelectedHover)) !important; } .channel__972a0.selected__91a9d:before, .modeSelected__2ea32::before, .selectedCategoryItem_f75d68::before, .selectedCategoryItem_c72b37::before{ height: 28px; width: 4px; margin-top: 4px; margin-left: 4px; border-radius: 4px; } /* Pill */ .iconContainer__2ea32::after{ height: 16px; width: 4px; background: color-mix(in srgb, var(--os-accent-color, #4cc2ff) 20%, white); border-radius: 4px; } /* Selected + Hovered */ .item-3XjbnG.selected-g-kMVV.themed-2-lozF, .premiumTabItem-1QTfBr[aria-selected=true]{ background: rgb(var(--buttonHover)); } /* Icons */ .sidebar__23e6b .side_aa8da2 .item_aa8da2{ display: flex; align-items: center; margin-bottom: 4px; } .sidebar__23e6b .side_aa8da2 .item_aa8da2::before { content: ""; flex: 0 0 auto; width: 24px; height: 24px; margin-right: 18px; background: rgb(var(--textNormal)); z-index: 2; mask: url(blank.svg) center/contain no-repeat; } /* My Account */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="My Account"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsMyAccount.svg") center/contain no-repeat; } /* Profiles */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Profile Customization"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsProfiles.svg") center/contain no-repeat; } /* Content & social */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Content & Social"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsContentAndSocial.svg") center/contain no-repeat; } /* Data & privacy */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Data & Privacy"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsDataAndPrivacy.svg") center/contain no-repeat; } /* Family centre */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Family Center"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsFamilyCentre.svg") center/contain no-repeat; } /* Authorised Apps */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Authorized Apps"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsAuthorisedApps.svg") center/contain no-repeat; } /* Devices */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Sessions"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsDevices.svg") center/contain no-repeat; } /* Connections */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Connections"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsConnections.svg") center/contain no-repeat; } /* Clips */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Settings Clips"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsClips.svg") center/contain no-repeat; } /* Nitro */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Discord Nitro"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsNitro.svg") center/contain no-repeat; } .premiumLabel_e681d1 svg{ display: none; } /* Server boost */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Nitro Server Boost"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsServerBoost.svg") center/contain no-repeat; } /* Subscriptions */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Subscriptions"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsSubscriptions.svg") center/contain no-repeat; } /* Gift inventory */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Library Inventory"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsGiftInventory.svg") center/contain no-repeat; } /* Billing */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Billing"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsBilling.svg") center/contain no-repeat; } /* Appearance */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Appearance"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsAppearance.svg") center/contain no-repeat; } /* Accessibility */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Accessibility"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsAccessibility.svg") center/contain no-repeat; } /* Voice & Video */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Voice & Video"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVoiceAndVideo.svg") center/contain no-repeat; } /* Chat */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Text & Images"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsChat.svg") center/contain no-repeat; } /* Notifications */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Notifications"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsNotifications.svg") center/contain no-repeat; } /* Keybinds */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Keybinds"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsKeybinds.svg") center/contain no-repeat; } /* Language */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Language"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsLanguage.svg") center/contain no-repeat; } /* Windows settings */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Windows"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsWindowsSettings.svg") center/contain no-repeat; } /* Streamer mode */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Streamer Mode"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsStreamerMode.svg") center/contain no-repeat; } /* Advanced */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Advanced"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsAdvanced.svg") center/contain no-repeat; } /* OpenAsar */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="OpenAsar"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsOpenAsar.svg") center/contain no-repeat; } /* Activity privacy */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Activity Privacy"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsActivityPrivacy.svg") center/contain no-repeat; } /* Registered games */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Game Activity"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsRegisteredGames.svg") center/contain no-repeat; } /* Game overlay */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Overlay"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsGameOverlay.svg") center/contain no-repeat; } /* What"s new */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="changelog"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsWhatsNew.svg") center/contain no-repeat; } /* Merch */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="merchandise"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsMerch.svg") center/contain no-repeat; } /* HypeSquad */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Hypesquad Online"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsHypeSquad.svg") center/contain no-repeat; } /* Experiments */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Experiments"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsExperiments.svg") center/contain no-repeat; } /* Developer options */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="Developer Options"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsDeveloperOptions.svg") center/contain no-repeat; } /* Vencord */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="settings/tabs"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencord.svg") center/contain no-repeat; } /* Vencord: Plugins */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="VencordPlugins"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencordPlugins.svg") center/contain no-repeat; } /* Vencord: Themes */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="VencordThemes"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencordThemes.svg") center/contain no-repeat; } /* Vencord: Updater */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="VencordUpdater"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencordUpdater.svg") center/contain no-repeat; } /* Vencord: Cloud */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="VencordCloud"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencordCloud.svg") center/contain no-repeat; } /* Vencord: Backup & restore */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="settings/tabsSync"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsVencordBackupAndRestore.svg") center/contain no-repeat; } /* Logout */ .sidebar__23e6b .side_aa8da2 .item_aa8da2[data-tab-id="logout"]::before{ mask: url("https://raw.githubusercontent.com/Josh65-2201/Discord-Windows-11-theme/refs/heads/main/assets/settingsLogout.svg") center/contain no-repeat; } /* Opened settings content */ /* Position & Background */ .contentRegionScroller__23e6b{ margin-top: 0px !important; background-color: rgb(var(--backgroundLayer2)) !important; } .contentRegion__23e6b{ background: rgb(var(--backgroundCardBase)) !important; } /* Center UI & apply padding */ .content_dbba93, /* Server settings */ .contentColumnWide__23e6b, /* Profiles */ .standardSidebarView__23e6b .customContainer__23e6b, .standardSidebarView__23e6b .contentColumnDefault__23e6b{ width: 100% !important; padding: 40px 36px !important; margin: 0 auto; } .content_dbba93, /* Server settings */ .contentColumn__23e6b{ max-width: 1000px; min-width: 384px; } /* server settings members */ .linkIcon_a4b5f8{ display: none; } /* server settings: bans */ .description__4b8d8{ height: min-content !important; } .description__4b8d8, .bansSearchContainer__4b8d8{ margin-bottom: 8px; } .container__4b8d8{ padding: 0px !important; width: auto !important; gap: 0px !important; } .pageControlContainer_c15210 { display: none; } /* My Account */ /* Profiles */ /* User profile */ /* Nitro banner */ .upsellContainer__0b69f{ display: none; } /* Content & social */ /* Data & privacy */ /* Data request notice */ .card-2U-33X .cardPrimary-3qRT__ .card-16VQ8C>.colorStandard-21JIj7 .size16-rrJ6ag{ background: #00b118; } /* Family center */ /* Authorised apps */ /* InfoBar */ .card__73069:not(.outline__73069){ background-color: var(--infobarBackgroundMessage); border: 1px solid var(--border); } /* Added apps */ .cardPrimary__73069{ background: rgb(var(--cardBackground)); border: var(--border); } /* De-authorize button */ .deleteApp_b3a490{ opacity: 1 !important; background-color: rgb(var(--buttonWarnStandard)); } /* Devices */ /* Connections */ /* Add accounts */ .connectContainer_c7f964{ background: rgb(var(--contextBackground)); } /* Button */ .accountButtonInner_c7f964{ background-color: rgb(var(--buttonStandard)); border-radius: 4px; } .accountButtonInner_c7f964:hover{ background-color: rgb(var(--buttonHover)); } .accountButtonInner_c7f964:focus-within{ background-color: rgb(var(--buttonSelected)); } /* Header */ .connectionHeader_c7f964{ background: rgb(var(--contentDialogFooter)); } /* Settings */ .connectionOptionsWrapper_c7f964{ background: rgb(var(--contentDialogContent)); } /* Clips */ /* Nitro */ .hero-1aNo0v, /* Image */ .featuresHeader-2bjq5B{ /* Header */ margin: 0 auto !important; } /* Server boost */ /* Subscriptions */ /* Gift inventory */ /* Billing */ /* Appearance */ /* Accessibility */ /* Preview */ .previewMessage__5d148{ background: rgb(var(--backgroundLayer1)); } .message__5126c:hover{ background: rgb(var(--sidebarButtonHover)) !important; border-radius: 4px; } /* Text to speech preview button */ .lookFilled-1Gx00P.colorBrandNew-g5lmBU:hover, .lookFilled-1Gx00P.colorBrandNew-g5lmBU{ background: var(--os-accent-color, #4cc2ff); } /* Voice & video */ /* Mic test */ /* Bar height */ .wrapper_e5cdf3{ height: 6px; width: 88%; margin-top: -18px; border-radius: 4px; } /* Input bar */ .container_e5cdf3{ height: 6px; background: var(--os-accent-color, #4cc2ff) !important; } /* Background */ .progress_e5cdf3{ background: rgb(var(--sidebarButtonHover)) !important; } /* Overlay image */ .notches_e5cdf3.gray_e5cdf3{ display: none; } /* Video backgrounds */ /* Background */ .backgroundOptionInner-TuavSG{ background: rgb(var(--sidebarButtonHover)); } /* Hovered */ .backgroundOptionRing-2wxJ7j:hover{ border-color: var(--os-accent-color, #4cc2ff) !important; } /* Selected */ .backgroundOptionRing-2wxJ7j{ border: 6px solid var(--os-accent-color, #4cc2ff); border-radius: 8px; } /* Advanced */ .formNotice-2nS8ey, /* Krisp notice */ .marginBottom20_fd297e:has(.colorStandard-21JIj7.size14-3fJ-ot.h5-2RwDNl.title-3hptVQ.defaultMarginh5-3Jxf6f) /* Audio Codec */{ display: none; } /* Chat */ /* Notifications */ /* Keybinds */ /* Language */ /* Windows settings */ /* Streamer mode */ /* Advanced */ /* OpenASAR */ /* Activity privacy */ /* Registered games */ /* Game overlay */ /* What"s new */ /* Merch */ /* HypeSquad */ /* Experiments */ /* Vencord */ /* Vencord: Plugins */ /* Vencord: Themes */ /* Vencord: Updater */ /* Vencord: Cloud */ /* Vencord: Backup & restore */ /* Logout */ /* Better discord: Updates */ .bd-settings-container{ padding-bottom: 8px; } /* BD Plugin: BD Plugin & theme repo by DevilBro */ .repo-k8F4Sd{ background: rgb(var(--backgroundLayer1)); z-index: 1; } /* Header */ .bd-addon-header{ height: 60px; border-bottom: 1px solid var(--border) !important; background: rgb(var(--contentDialogFooter)) !important; } /* Cards */ /* Position */ .list-QuW8QR{ width: 95%; margin: 0 auto; } .bd-addon-card{ height: 150px; margin: 0px !important; margin-top: 6px !important; padding: 0px !important; } .bd-addon-list.bd-grid-view{ /* Width of grid view cards */ grid-template-columns: 49.35% 49.35%; } /* Repo height fix */ .repoList-9JnAPs .contentRegionScroller__23e6b{ height: 92% !important; } /* Background */ .card-x5zW6z{ background: rgb(var(--buttonStandard)) !important; border: none !important; } /* Vencord: Plugins */ .vc-addon-card{ background: rgb(var(--buttonStandard)); } .vc-addon-card:hover{ background: rgb(var(--buttonHover)); } /* Server settings */ /* Roles */ /* Fix width */ .customScroller__23e6b>div{ max-width: 1000px !important; min-width: 1000px !important; margin: 0px !important; padding-right: 24px; } /* Fix height */ .auto_d125d2 .content__99f8c>div:first-child{ display: none; } /* Audi log */ .scroller__5906b{ background: rgb(var(--backgroundLayer1)); } .customHeader__5906b{ padding-top: 8px; } /* Server Subscriptions */ .container_ea91d1{ margin: 0 auto; } /* Expanded background */ .bd-addon-card{ background: rgb(var(--contentDialogContent)) !important; border: 1px solid var(--border); } /* Item */ .bd-description-wrap, .bd-footer{ height: 32px; background: rgb(var(--contentDialogContent)); } .bd-footer{ border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } /* 7. Info bar ------------------------------------------------------------------------------------------------------- */ /* Information */ .newMessagesBar__0f481.barBase__0f481{ width: 75%; max-width: 576px; height: 52px !important; top: 6px; margin: 0 auto; padding-left: 42px; background: rgb(var(--infobarBackgroundSuccess)); border-radius: 4px; opacity: 1; } /* Success */ /* Waring */ /* Member for X minutes */ .wrapper__44df5{ border-radius: 4px; background: rgb(var(--infobarBackgroundCaution)); /*color: rgb(var(--textNormal));*/ } /* Text */ .title__44df5{ margin-left: 38px; } /*.countdown__44df5{ color: rgb(var(--textNormal)) !important; }*/ /* Voice connection */ .popoutText_aa3bfa.popoutTextDetails_bcf54c{ padding: 12px; padding-left: 64px; border-radius: 4px; background: rgb(var(--infobarBackgroundCaution)); font-size: 14px; } /* Unsaved changes */ .noticeRegion__23e6b{ margin: 0 auto; margin-bottom: 24px; padding: 0px; background: rgb(var(--infobarBackgroundCaution)); border-radius: 4px; z-index: 100; } /* Better discord: Outdated BD Plugins */ .bd-notice, .notice__5fd4c{ background: rgb(var(--infobarBackgroundCaution)); } /* Icon */ .notice-message{ margin-left: 48px; } .notice-message::before{ background-image: url("https://github.com/Josh65-2201/Discord-Windows-11-theme/blob/main/assets/iconInfobarWarning.webp"); } /* Error */ /* Server rules contentDialog */ .root__49fc1 .footer-31IekZ>.colorHeaderSecondary-g5teka{ padding: 12px; padding-left: 64px; background: rgb(var(--infobarBackgroundCritical)); border-radius: 4px; color: #FFFFFF; font-size: 14px; } /* Age restricted channel icon */ .sidebar__5e434 [d="M19.8914 3.80204L22.2438 8.55654C22.5726 9.22119 22.0891 9.99999 21.3475 10L16.6179 10C15.8745 10 15.391 9.21769 15.7235 8.55279L18.1007 3.79829C18.4701 3.05951 19.5251 3.06172 19.8914 3.80204ZM18.4998 5H19.4999V7.5H18.4999L18.4998 5ZM18.4998 8.49887C18.4998 8.77589 18.7238 9 18.9998 9C19.2759 9 19.4999 8.77589 19.4999 8.49887C19.4999 8.22224 19.2759 7.99773 18.9998 7.99773C18.7238 7.99773 18.4998 8.22224 18.4998 8.49887Z"]{ fill: red; } /* Discord Crashed Background */ .wrapper__61a6b{ background: rgb(var(--infobarBackgroundCritical)); background-image: none !important; } /* 8. Animations ----------------------------------------------------------------------------------------------------- */ @keyframes contentDialogZoomIn{ 0%{transform: scale(1.1); opacity: 0;} 100%{transform: scale(1); opacity: 1;} } @keyframes contentDialogZoomOut{ 0%{transform: scale(1); opacity: 1;} 100%{transform: scale(1.1); opacity: 0;} } /* 9. Disabled elements --------------------------------------------------------------------------------------------- */ /* D: Background */ .contentTransitionWrap__23e6b, /* Settings: Content background */ .appMount__51fd7, body, /* Discord */ .name__29444.container-q97qHp, /* Server channel category text hover */ .elevationHigh__08882, .children__9293f:after, /* Content: Top bar: button divider */ .circleIconButton__5bc7e, /* Add server/Discovery */ .wrapper__8436d .childWrapper_a6ce15:has(svg), .wrapper__8436d:hover .childWrapper_a6ce15, /* Home icon */ .container_f37cb1 [class*="animatedContainer-"], /* Channels: Banner image */ .addFriendInputWrapper__72ba7, /* Home: Add friend */ [aria-label="USER_SETTINGS"] .card_b846e5:before, .theme-dark .copyInputDefault_e19ebf, .theme-dark .container-30qY7E, .theme-dark .input-2g-os5:hover, .theme-dark .copyInputDefault_e19ebf:hover, .theme-dark .container-30qY7E:hover, /* Settings: key binds */ .uploadModal_b78547 .inner_b78547 .file_b78547 .icon_b78547.image_b78547, /* File upload modify icon */ .input-2g-os5, /* Invite to server pop out */ .scrollableContainer__74017, .pageWrapper_a3a4ce .input-2g-os5, .layer-2aCOJ3 .header_ab6641 .topPill-3DJJNV .item-3XjbnG:hover:not(.disabled-1nofHP), .layer-2aCOJ3 .header_ab6641 .secondary__45d4f, .layer-2aCOJ3 .tertiary_ad6d80, .appMount__51fd7, .app__160d8, .bg__960e4, .layer__960e4, .sidebarRegionScroller__23e6b, .scroller__7d20c .thin__99f8c .scrollerBase-_bVAAt, .peopleColumn__133bf, .container__7d20c, .container__133bf, .chat_f75fb0, /* Text conversation window */ .threadSidebar-1o3BTy, /* Threads */ .member__5d473.member_c8ffbb{ /* User members */ background: transparent !important; border: transparent; } /* D: Border */ .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Online"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Idle"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Do Not Disturb"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Do not disturb"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Streaming"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Offline"].avatar-3QF_VA, .root-8LYsGj .topSection-13QKHs .header-S26rhB [aria-label*="Invisible"].avatar-3QF_VA{ border: 0px solid transparent; } /* D: Animations */ .item__58105, .container_e61cfb.recording__2636e{ transition: none !important; animation: none !important; } /* D: Scrollbars */ .scroller_d2b491, /* Your profile */ .videoGrid_a21736, /* Video call */ .inner_fea832.thin__99f8c.scrollerBase-_bVAAt, /* Group DM search */ [class^="channelTextArea"] .scrollableContainer__74017, /* Message bar */ .scroller_ed5743, .description-zXiu5E, /* BD Plugin: BD Plugin & theme repo by DevilBro */ .menu_c1e9c4.styleFixed-2_NfVL.menu-1AgizY{ overflow: hidden !important; } /* D: Other */ .voiceChannelsButton__29444, /* Channel bar: Voice show all button */ .keybind_c2b141, /* Settings: Close button key bind */ .art-2Y6Pk3, /* Custom status: Title art */ .modalCloseButton-Y-w1-a, /* Custom status: Extra close button */ .headerBar__0920e, /* DMs: Nitro page top random bar */ .content_f75fb0::before, .upperBadge-1V6Iyi, /* Servers: Rocket icon */ #account-divider-2, .arrowGroup__73f2a, #account-status-picker, /* Logged in user: Profile status */ .layer__960e4.layer__960e4 ~ .layer__960e4 .divider-_0um2u, .layer__960e4.layer__960e4 ~ .layer__960e4 .divider-ogkn3u, /* Settings: option divider */ .settingsBanner-2E5fAp, /* Settings: Profile banner */ .avatarSpeaking-33RRJU, /* User profile: Speaking ring */ .status__2a4a6, .divider__9293f, .children__9293f>.iconWrapper__9293f, .titleWrapper__9293f, /* Channel information: Selected text */ #account-switch-account>.iconContainer_c1e9c4, /* User profile: Switch account */ .matchingPostsRow_f369db, /* Forums: Matching post bar */ .accountProfileCard__1fed1>.bannerSVGWrapper_b32cc2, /* Settings: User profile: preview */ .wrapper_f563df, /* Context menu: Emoji suggestions */ .art-1TvEXv, .close-1mLglB, .headerDescription-yFPU-Q, /* Share screen: Header */ .option__16eb0:after, .nameTag__37e49, /* Titlebar: Logged in user name */ .listItem__650eb>.guildSeparator__252b6, /* servers bar: Divider */ .tabBarItemContainer_c7e907>svg, /* Server settings: Delete channel icon */ .welcomeCTAButtonOuter_f5d1e2, /* Messages: Wave to say hi */ .form_f75fb0:before, .form_f75fb0::after, /* Artifact on message input */ .shineContainerDefault-3f8X_o, /* Button nitro shiny effect */ .content-2a4AW9>div[style="height: 8px;"], /* DM: Friend button spacing */ .inner-26JK4f, /* Loading spinner: User profile */ .spinningCircleInner__46696, /* Loading spinner: Search */ .spinner__46696>span, /* Loading spinner: All */ .separator_aa8da2, .header_aa8da2, .bd-sidebar-header, /* Settings Headers */ .socialLinks__7df54, /* Settings better discord social links */ [data-list-id="guildsnav"]>div>div>div:has(>div[style*="background: url(\"https://cdn.discordapp.com/signups"]), /* servers bar ADs */ .iconWrapper__9293f[aria-label="Help"]{ /* Channel information bar: Help button */ display: none !important; } /* Wave To User Notices */ .chat_f75fb0 .containerExpanded__7ff28, .chat_f75fb0 .containerCompact__7ff28{ display: var(--waveToUser) !important; }