Skip to content

Instantly share code, notes, and snippets.

@hazycora
Last active April 7, 2024 00:13
Show Gist options
  • Save hazycora/5c7d755a3c7028603d2ed6514fbf37d9 to your computer and use it in GitHub Desktop.
Save hazycora/5c7d755a3c7028603d2ed6514fbf37d9 to your computer and use it in GitHub Desktop.
discord theme
@import url("https://gist.githubusercontent.com/hazycora/01586ece7792ba520c9495bb559bc4d5/raw");
.appMount_fae9dd, body {
background: none !important;
}
::selection {
background-color: rgba(127, 114, 172, 0.4);
}
.theme-dark {
--background-tertiary: rgba(64,54,97, 0.4);
--background-secondary: rgba(64,54,97, 0.4);
--background-secondary-alt: transparent;
--background-primary: rgba(64,54,97, 0.4);
--background-modifier-selected: hsla(0,0%,100%,0.05);
--background-modifier-accent: hsla(0,0%,100%,0.05);
--background-modifier-hover: hsla(0,0%,100%,0.1);
--background-message-hover: hsla(0,0%,100%,0.05);
--interactive-hover: var(--primary-230);
--interactive-muted: #b2abbf6e;
--interactive-normal: #c4bed0;
--channels-default: #b2abbf;
--channel-icon: var(--interactive-muted);
--scrollbar-thin-thumb: rgb(87 76 126 / 80%);
--scrollbar-auto-scrollbar-color-track: transparent;
--scrollbar-auto-track: transparent;
}
.userProfileOuter-2tQwNf {
--profile-gradient-primary-color: #1f19366b;
backdrop-filter: blur(4px);
}
.app_de4237, .bg__12180, .themedBackground__6b1b6, .privateChannels__93473, .theme-dark .themed_b152d4, .chatContent__5dca8 {
background: none !important;
}
.bg__12180 {
background: rgba(9, 5, 20, 0.8) !important;
}
.theme-dark .container_ca50b9 {
box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 1rem;
}
.privateChannels-oVe7HL {
background: none !important;
}
.theme-dark .scroller__4b984 {
background: none !important;
}
.container__037ed {
--panel-gap: 4px;
gap: var(--panel-gap);
padding: var(--panel-gap);
width: unset;
}
.wrapper_a7e7a8 {
border-radius: 8px;
}
.content__4bf10 {
gap: var(--panel-gap);
}
.sidebar_ded4b5 {
border-radius: 8px;
}
.chat__52833 {
border-radius: 8px;
}
.scrollableContainer-15eg7h {
background: none;
}
.messagesWrapper-RpOMA3 {
-webkit-mask: linear-gradient(to top, transparent 8px, black 30px);
}
.theme-dark .form__13a2c::before {
background: none;
}
.theme-dark .children__32014::after {
background: none;
}
.children-3xh0VB {
-webkit-mask-image: linear-gradient(to left, transparent, black 10px);
}
.embedFull-1HGV2S {
background: rgba(0, 0, 0, 0.4);
}
.wrapper-38slSD:has(.expandedFolderBackground-1kSAf6.collapsed-uGXEbi) > .listItem-3SmSlK {
margin-bottom: 0px;
}
.folder-241Joy, .folder-241Joy.hover-3m7-WT {
background: none;
}
span.expandedFolderBackground-1kSAf6.hover-3m7-WT {
background-image: linear-gradient(to bottom, var(--background-primary), transparent);
}
.theme-dark .container__590e2 {
background: none;
}
.member_aa4760, .members__9f47b {
background: none;
}
.container_b2ce9c {
background: none;
}
.wrapper-2vIMkT {
background-color: rgb(21, 19, 32);
}
.wrapper-2vIMkT .button-3bklZh.selected-69H4ua {
background-color: rgb(36, 33, 51);
}
.wrapper-2vIMkT .button-3bklZh:hover {
background-color: rgb(33, 30, 45);
}
.scroller__1f96e::-webkit-scrollbar-track {
background-color: var(--background-primary) !important;
}
.overlap-1yhayD .avatar-3FKimL {
border-color: rgb(49, 41, 76);
}
::-webkit-scrollbar-thumb {
background-color: rgba(87, 76, 126, 0.8) !important;
}
.erd_scroll_detection_container_animation_active {
display: none !important;
}
.vc-notification-root {
backdrop-filter: blur(4px);
background-color: var(--background-primary);
}
.members__9f47b, .member_aa4760 {
background: none;
}
.contents-2MsGLg .messageContent-2t3eCI .emojiContainer-2XKwXX:only-child {
font-size: 5rem;
display: block;
}
.contents-2MsGLg .messageContent-2t3eCI .emojiContainer-2XKwXX:only-child .emoji.jumboable {
width: 1em;
height: 1em;
}
.theme-dark .scroller__89969 {
background: none;
}
.container_debb33 {
background: none;
}
.panels__58331 {
background: none;
}
.privateChannels__9b518 {
background: none;
}
.auto__020ac {
scrollbar-color: unset;
}
.sansAttachButton__5f863 {
padding-right: 16px;
}
.channelTextArea_c2094b .themedBackground__3a4c0 {
background: none;
}
.chatContent_f087cb {
background: none;
}
.sidebar_e031be {
/* background: none; */
border-radius: 8px;
}
.theme-dark .container__7e23c {
background: none;
}
.container_d1f8f5 {
gap: 4px;
padding: 4px;
}
.content__76dcf {
gap: 4px;
padding-right: 8px;
}
.theme-dark .children_cde9af:after {
display: none;
}
nav.wrapper__216eb {
border-radius: 8px;
}
@hazycora
Copy link
Author

hazycora commented Jun 7, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment