Skip to content

Instantly share code, notes, and snippets.

@apprehensions
Created April 9, 2023 10:36
Show Gist options
  • Save apprehensions/aafba853d712ffc5d483266e6b5967ec to your computer and use it in GitHub Desktop.
Save apprehensions/aafba853d712ffc5d483266e6b5967ec to your computer and use it in GitHub Desktop.
discord theme
.theme-dark {
--text-normal: #ebdbb2; /* fg1 */
--text-muted: #bdae93; /* bg3 */
--background-primary: #1d2021; /* bg dark hard */
--background-secondary: #282828; /* bg */
--background-tertiary: var(--background-primary); /* bg */
--channeltextarea-background: var(--background-secondary); /* edit field */
--header-primary: var(--text-normal);
--header-secondary: var(--text-muted);
--interactive-normal: var(--text-muted);
--interactive-hover: var(--text-normal);
}
.sidebar-1tnWFu {
width: 5px;
transition: width 0.4s;
}
.sidebar-1tnWFu:hover {
width: 240px;
}
.interactive-1vLZ_I.interactive-iyXY_x.interactiveSelected-29CP8y {
background-color: var(--background-secondary); /* selected dm */
}
.inner-NQg18Y.sansAttachButton-1ERHue, /* text area */
.clipContainer-31nYlH, /* corner of reply bar */
.privateChannels-oVe7HL, /* find in dms left bar*/
.content-2a4AW9, /* dms bar */
.replyBar-1oi75v /* reply bar */
.nav[aria-label="Servers sidebar"] /* server bar */
{
background-color: var(--background-primary);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment