MinimalCord
Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
68
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name MinimalCord3
* @author Gibbu#12114
* @version 2.0.05
* @invite ZHthyCw6
* @description Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.7
* @source https://github.com/DiscordStyles/MinimalCord8
* @website https://www.gibbu.me9
*/10
11
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');12
@import url("https://discordstyles.github.io/MinimalCord/dist/MinimalCord.css");13
14
:root {15
/*16
Accent variable17
Use this website: https://htmlcolorcodes.com/color-picker/18
to get your desired RGB numbers. Then simply put each number in their respective area.19
R,G,B20
*/21
--accent: 50, 131, 207;22
23
--message-padding: 10px; /* Spacing in the messages. MUST END IN px | DEFAULT: 10px */24
--message-spacing: 10px; /* Spacing around the messages. MUST END IN px | DEFAULT: 10px */25
26
/*27
To use a custom font. Visit https://fonts.google.com and select one to your liking.28
Now just follow this tutorial: https://imgur.com/a/CNbw7xC29
*/30
--font: 'Inter';31
}