-
Notifications
You must be signed in to change notification settings - Fork 29
/
Cyan.theme.css
48 lines (45 loc) · 1.55 KB
/
Cyan.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 Cyan
* @description Clean and Customizable, with custom background support
* @author DaBluLite
* @authorId 582170007505731594
* @version 6.0.0
* @updateUrl https://dablulite.github.io/Cyan/Cyan.theme.css
* @source https://github.com/DaBluLite/Cyan
* @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%)
*/
/**
* Credits:
* Icons by Bootrstrap Icons
* Fonts by Google Fonts
*/
@import url("https://dablulite.github.io/Cyan/import.css");
:root {
--cyan-interface-shadow: 0 4px 10px 0 rgb(0 0 0 / 60%);
--cyan-font: 'Montserrat', 'Open Sans';
--cyan-background-img: url(https://dablulite.github.io/Cyan/cyan-waves.png);
--cyan-accent-color: #009f88;
--cyan-blur: 48px;
--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-channelbar-width: 320px;
--cyan-loading-header: "Polishing surfaces...";
}
.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
}
.theme-light {
--cyan-second-layer: rgb(255 255 255/60%);
--cyan-background-primary: hsla(0deg 100% 100% / 60%)
}