Last active
August 23, 2022 20:03
-
-
Save Brottweiler/bd565f84039532cdd7e42d1718e556c9 to your computer and use it in GitHub Desktop.
Darker discord theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.theme-dark { | |
--background-primary: #000; | |
--background-secondary: #000; | |
--background-secondary-alt: #000; | |
--background-tertiary: #000; | |
--background-floating: #000; | |
--status-warning-text: #000; | |
--scrollbar-thin-thumb: #111; | |
--scrollbar-auto-thumb: #111; | |
--scrollbar-auto-scrollbar-color-thumb: #111; | |
--scrollbar-auto-scrollbar-color-track: #000; | |
--channeltextarea-background: #111; | |
--activity-card-background: #111; | |
--deprecated-store-bg: #000; | |
--deprecated-quickswitcher-input-background: #222; | |
--deprecated-text-input-border-disabled: #111; | |
--text-normal: #fff; | |
--input-background: #222; | |
} | |
.theme-dark .container-1D34oG { | |
background-color: #000; | |
} | |
.theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV { | |
background-color: #222; | |
} | |
.markup-2BOw-j code { | |
background: #111; | |
} | |
.theme-dark .uploadModal-2ifh8j { | |
background-color: #222; | |
} | |
.theme-dark .footer-3mqk7D { | |
background-color: #111; | |
} | |
.section-2gLsgF { | |
background-color: #222; | |
} | |
.theme-dark .autocomplete-1vrmpx { | |
background-color: #222; | |
} | |
.reaction-3vwAF2 { | |
border: 1px solid #222; | |
} | |
.textContainer-36wgKK { | |
border: 1px solid #222; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment