-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinimalCord.theme.css
44 lines (42 loc) · 1.64 KB
/
MinimalCord.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/**
* @name MinimalCord
* @author Gibbu
* @version 2.3.0
* @description Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
* @source https://github.com/DiscordStyles/MinimalCord
* @invite ZHthyCw
* @authorId 174868361040232448
*/
@import url('https://raw.githubusercontent.com/wesleyote/armcord-themes/main/MinimalCord.css');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
:root {
/*
* Accent variable
* Use this website: https://htmlcolorcodes.com/color-picker/
* to get your desired RGB numbers. Then simply put each number in their respective area.
* R,G,B
*/
--accent: 50, 131, 207;
/*
* Chat message variables
*/
--message-padding: 10px; /* Spacing in the messages. MUST END IN px | DEFAULT: 10px */
--message-spacing: 10px; /* Spacing around the messages. MUST END IN px | DEFAULT: 10px */
/*
* Dark Mode variables
*/
--dark-bg-hue: 210; /* The HUE of the background. | DEFAULT: 218 */
--dark-bg-saturation: 9%; /* The SATURATION of the background. | DEFAULT: 15% */
--dark-bg-lightness: 21%; /* The LIGHTNESS of the background | DEFAULT: 11% */
/*
* Light Mode variables
*/
--light-bg-hue: 200; /* The HUE of the background. | DEFAULT: 200 */
--light-bg-saturation: 12%; /* The SATURATION of the background. | DEFAULT: 12% */
--light-bg-lightness: 100%; /* The LIGHTNESS of the background | DEFAULT: 100% */
/*
* To use a custom font. Visit https://fonts.google.com and select one to your liking.
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
*/
--font: "Inter";
}