-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiscordThemeClient.theme.css
48 lines (38 loc) · 2.15 KB
/
DiscordThemeClient.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
45
46
47
48
/**
* @name Test Transparency
* @author equilix
* @version 1.0
* @description Equilix's theme
*/
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
@import url(https://raw.githubusercontent.com/CyrilMercier00/DiscordTheme/master/DiscordThemeMain.theme.css);
:root {
/*
Made for the dark theme.
Require normalized classes (active by default).
The theme is still a work in progress, some elements still have de default look.
*/
/* [ Commons ] */
--background-image-url: url("https://i.imgur.com/p3wMXP6.jpg") ; /* Background image */
--home-image: url("https://img.icons8.com/color/344/discord-logo.png") ; /* Home picture (top left) */
--background-blur: blur(0.5px); /* Background image blur */
--main-transparency: rgba(0, 0, 0, 0.03); /* Overall transparency / color */
--secondary-transparency: rgba(0, 0, 0, 0.2);
--hover-transparency: rgba( 0, 0, 0, 0.5);
/* [Chat] */
--message-transparency: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
--font-size : 16px ; /* Default 16px */
/* [ Member sidebar ] */
--member-detail-color-playing: rgba(164, 189, 252, 1); /* Color when someone is in game*/
--member-list-background-color: rgba(0, 0, 0, 0.75); /* Color of the member bar when displayed */
/* [ Server list ] */
--server-list-background:rgba(0, 0, 0, 0.35); /* Background of the server list */
/* [ Server Discovery ] */
/* Color when hovering over a card - Default is (32,34,37,1) */
--inner-card-color: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) );
/* [ Menu bar (the bar at the top) ] */
--minimize-color: rgba(255, 255, 255,1); /* Color of the minimize button */
--maximize-color: rgba(255, 255, 255, 1); /* Color of the maximize button */
--close-color: rgba(255,255,255,1); /* Color of the close window button */
--accent-color-1 : rgba(106, 171, 142, 0.75) /* Main color 1: Chat */
}