This repository was archived by the owner on Jan 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathCyan.theme.css
More file actions
69 lines (63 loc) · 2.64 KB
/
Cyan.theme.css
File metadata and controls
69 lines (63 loc) · 2.64 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/**
* @name Cyan
* @description Powerful UX, stunning visuals, like never before
* @author DaBluLite
* @authorId 582170007505731594
* @version 7.0.1
* @updateUrl https://cyandesign.github.io/Discord/Cyan.theme.css
* @source https://github.com/CyanDesign/Discord
* @invite 67VRpSjzxU
* @colorwayVar cyan-accent-color {{accent}}
* @colorwayVar cyan-background-primary hsl({{primary-h}} calc(var(--saturation-factor, 1)*{{primary-s}}%) {{primary-l}}%/60%)
* @colorwayVar cyan-second-layer hsl({{tertiary-h}} calc(var(--saturation-factor, 1)*{{tertiary-s}}%) min(calc({{tertiary-l}}% + 7.2%), 100%)/60%)
*/
@import url("https://cyandesign.github.io/Discord/import.css");
:root {
--cyan-interface-shadow: 0 4px 10px 0 rgb(0 0 0 / 40%);
--cyan-font: 'Montserrat', 'Open Sans';
--cyan-background-img: url("https://github.com/CyanDesign/Discord/blob/master/cyan-ocean-waves.png?raw=true");
--cyan-accent-color: #009f88;
--cyan-blur: 16px;
--cyan-radius-round-interface: 50px;
--cyan-radius-interface: 24px;
--cyan-radius-xl: 20px;
--cyan-radius-large: 16px;
--cyan-radius-medium: 12px;
--cyan-radius-small: 8px;
--cyan-radius-xs: 4px;
--cyan-loading-header: "Getting up to speed...";
}
.theme-dark,
.theme-dark .theme-light {
--cyan-second-layer: rgb(0 0 0/60%);
--cyan-background-primary: hsla(0deg 100% 0% / 60%);
--cyan-bg-brightness: .7;
--cyan-second-layer-thin: hsl(240 4% 60.784%/0.12156862745098039);
--cyan-second-layer-thin-hover: hsl(240 4% 60.784%/0.2);
--cyan-second-layer-thin-active: hsl(234.545 6.509% 33.137%/0.3);
}
.theme-light {
--cyan-second-layer: rgb(255 255 255/60%);
--cyan-background-primary: hsla(0deg 100% 100% / 60%);
--cyan-second-layer-thin: hsl(240 4% 60.784%/0.1607843137254902);
--cyan-second-layer-thin-hover: hsl(240 4% 60.784%/0.2784313725490196);
--cyan-second-layer-thin-active: hsl(233.333 3.734% 52.745%/0.08);
}
.theme-darker,
.theme-darker .theme-light {
--cyan-second-layer: rgb(0 0 0/75%);
--cyan-background-primary: hsla(0deg 100% 0% / 75%);
--cyan-bg-brightness: .4;
--cyan-second-layer-thin: hsl(240 4% 70.784%/0.12156862745098039);
--cyan-second-layer-thin-hover: hsl(240 4% 70.784%/0.2);
--cyan-second-layer-thin-active: hsl(234.545 6.509% 45.137%/0.3);
}
.theme-midnight,
.theme-midnight .theme-light {
--cyan-second-layer: rgb(0 0 0/90%);
--cyan-background-primary: hsla(0deg 100% 0% / 90%);
--cyan-bg-brightness: .1;
--cyan-second-layer-thin: hsl(240 4% 70.784%/0.12156862745098039);
--cyan-second-layer-thin-hover: hsl(240 4% 70.784%/0.2);
--cyan-second-layer-thin-active: hsl(234.545 6.509% 45.137%/0.3);
}