Quiet
Dark and Quiet. Easy on the eyes. Very Flat. Updated since 16/04.2025 for new layout change
67
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Quiet3
* @description Dark and Quiet. Easy on the eyes.4
* @author Izy5
* @version 2.06
* @source https://github.com/squee666/Discord-Themes/blob/master/Themes/Quiet.theme.css7
* @invite r59DjpaDHD8
* @authorId 1075111693668884489
*/10
11
/* IMPORT CSS FROM GITHUB */12
@import url("https://cdn.jsdelivr.net/gh/squee666/Discord-Themes@refs/heads/master/css/Quiet.css");13
/*14
---------------------------------------------------------------------------------------------------------------------------------------------15
IMPORTANT: CHANGE DISCORDS THEME TO DARK THEME IN APPEARANCE SETTINGS FOR THIS THEME TO WORK!16
---------------------------------------------------------------------------------------------------------------------------------------------17
===== CUSTOMIZABLE COLORS =====18
*/19
:root{20
--mc: #cc1444 !important; /*Main Colour*/ 21
--hc: #770425 !important; /*Hover Colour*/ 22
--br: 50px !important; /*Roundness of Icons*/ 23
--QT: #19191b ; /*Quiet Theme Colour*/ 24
--QTD: #121213; /*Quiet Off Parts Colour*/ 25
--white: var(--mc)important; /*Channel Text Colour (replace 'var(--mc)' with wanted colour)*/ 26
}27
/*28
---------------------------------------------------------------------------------------------------------------------------------------------29
TROUBLESHOOTING: IF YOU NEED ANY HELP GO TO https://discord.gg/r59DjpaDHD30
---------------------------------------------------------------------------------------------------------------------------------------------31
*/ 32