MinimalCord

By Gibbu Version 2.0.0 Updated 09/23/2021 112.4K downloads

Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.

dark light customizable

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

MinimalCord screenshot
MinimalCord.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DiscordStyles/MinimalCord/c522850757dc861e4e8e17d151a47bb9ea448dab/dist/MinimalCord.theme.css
1/**
2 * @name MinimalCord
3 * @author Gibbu#1211
4 * @version 2.0.0
5 * @invite ZHthyCw
6 * @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/MinimalCord
8 * @website https://www.gibbu.me
9*/
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 variable
17 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,B
20 */
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/CNbw7xC
29 */
30 --font: 'Inter';
31}