Skip to content

Instantly share code, notes, and snippets.

@devilesk
devilesk / classic-light-theme.css
Last active February 8, 2020 09:33
Discord light theme with a dark theme server and channel list to get a classic light theme look
/* windows top bar background color is transparent and based on the whole app background color */
.appMount-3lHmkl, .typeWindows-1za-n7, .platform-win {
--background-tertiary:#202225;
}
/* this contains everything below the windows top bar. set the background-tertiary back to the light theme color,
* otherwise the search bar background and border around wells in the chat section will be dark which we don't want */
.container-2lgZY8 {
--background-tertiary:#e3e5e8;
}