-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
248 lines (234 loc) · 9.02 KB
/
theme.css
File metadata and controls
248 lines (234 loc) · 9.02 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
@theme {
--color-primary-50: #e7e9e9;
--color-primary-100: #d2d5d5;
--color-primary-200: #a3a8a8;
--color-primary-300: #777e7e;
--color-primary-400: #4a4f4f;
--color-primary-500: #202222;
--color-primary-600: #191a1a;
--color-primary-700: #141515;
--color-primary-800: #0c0d0d;
--color-primary-900: #070808;
--color-primary-950: #020303;
--color-bg-secondary: #1c1e21;
--color-tertiary-50: #ecedee;
--color-tertiary-100: #dcdde0;
--color-tertiary-200: #b8bbc1;
--color-tertiary-300: #9599a3;
--color-tertiary-400: #727883;
--color-tertiary-500: #53575f;
--color-tertiary-600: #323439;
--color-tertiary-700: #141517;
--color-tertiary-800: #0e0f10;
--color-tertiary-900: #070708;
--color-tertiary-950: #020203;
--color-accent-100: color-mix(in srgb, var(--cyan-accent-color), white 80%);
--color-accent-130: color-mix(in srgb, var(--cyan-accent-color), white 74%);
--color-accent-160: color-mix(in srgb, var(--cyan-accent-color), white 68%);
--color-accent-200: color-mix(in srgb, var(--cyan-accent-color), white 60%);
--color-accent-230: color-mix(in srgb, var(--cyan-accent-color), white 54%);
--color-accent-260: color-mix(in srgb, var(--cyan-accent-color), white 48%);
--color-accent-300: color-mix(in srgb, var(--cyan-accent-color), white 40%);
--color-accent-330: color-mix(in srgb, var(--cyan-accent-color), white 34%);
--color-accent-360: color-mix(in srgb, var(--cyan-accent-color), white 28%);
--color-accent-400: color-mix(in srgb, var(--cyan-accent-color), white 20%);
--color-accent-430: color-mix(in srgb, var(--cyan-accent-color), white 14%);
--color-accent-460: color-mix(in srgb, var(--cyan-accent-color), white 8%);
--color-accent-500: var(--cyan-accent-color);
--color-accent-530: color-mix(in srgb, var(--cyan-accent-color), black 8%);
--color-accent-560: color-mix(in srgb, var(--cyan-accent-color), black 14%);
--color-accent-600: color-mix(in srgb, var(--cyan-accent-color), black 20%);
--color-accent-630: color-mix(in srgb, var(--cyan-accent-color), black 28%);
--color-accent-660: color-mix(in srgb, var(--cyan-accent-color), black 34%);
--color-accent-700: color-mix(in srgb, var(--cyan-accent-color), black 40%);
--color-accent-730: color-mix(in srgb, var(--cyan-accent-color), black 48%);
--color-accent-760: color-mix(in srgb, var(--cyan-accent-color), black 54%);
--color-accent-800: color-mix(in srgb, var(--cyan-accent-color), black 60%);
--color-accent-830: color-mix(in srgb, var(--cyan-accent-color), black 68%);
--color-accent-860: color-mix(in srgb, var(--cyan-accent-color), black 74%);
--color-accent-900: color-mix(in srgb, var(--cyan-accent-color), black 80%);
--custom-avatar-avatar-decoration-border-position: calc((1 - var(--decoration-to-avatar-ratio)) / 2 * 100%);
--custom-button-button-xl-width: 148px;
--custom-button-button-xl-height: 50px;
--custom-button-button-lg-width: 130px;
--custom-button-button-lg-height: 44px;
--custom-button-button-md-width: 96px;
--custom-button-button-md-height: 38px;
--custom-button-button-sm-width: 60px;
--custom-button-button-sm-height: 32px;
--custom-button-button-tn-height: 24px;
--custom-button-button-tn-width: 52px;
--custom-button-link-underline-width: 1px;
--custom-button-link-underline-offset: 1px;
--custom-button-link-underline-stop: calc(var(--custom-button-link-underline-width) + var(--custom-button-link-underline-offset));
--custom-button-filled-hover: 0.1;
--custom-button-filled-active: 0.2;
--custom-button-transition-duration: 170ms;
--custom-modal-min-width-large: 800px;
--animate-enter-rtl: animate-rtl 0.4s ease;
--animate-enter-ltr: animate-ltr 0.4s ease;
--animate-enter-ttb: animate-ttb 0.4s ease;
--animate-enter-btt: animate-btt 0.4s ease;
--animate-horizontal-tab-indicator: animate-horizontal-tab-indicator 0.4s ease;
--animate-sidebar-indicator: animate-sidebar-indicator 0.4s ease;
--animate-exit-ltr: animate-rtl 0.4s ease reverse;
--animate-exit-rtl: animate-ltr 0.4s ease reverse;
--animate-exit-ttb: animate-btt 0.4s ease reverse;
--animate-user-area-container: animate-user-area-container 0.4s ease;
--color-first-layer: var(--cyan-background-primary);
--blur-normal: var(--cyan-blur);
--shadow-cyan: var(--cyan-interface-shadow), inset 0 1px 0 var(--cyan--color-faint);
--shadow-glass: inset 0 1px 0 var(--cyan--color-faint);
--radius-xl: 20px;
--radius-round-interface: 50px;
--radius-interface: 24px;
--radius-xl: 20px;
--radius-large: 16px;
--radius-medium: 12px;
--radius-small: 8px;
--radius-xs: 4px;
--color-second-layer-thin: var(--cyan-second-layer-thin);
--color-second-layer-thin-hover: var(--cyan-second-layer-thin-hover);
--color-second-layer-thin-active: var(--cyan-second-layer-thin-active);
--color-second-layer: var(--cyan-second-layer);
--color-faint: color-mix(in oklab,hsl(240 calc(1*4%) 60.784%/0.0392156862745098) 100%,hsl(0 0% 0%/0.0392156862745098) 0%);
--color-subtle: color-mix(in oklab,hsl(240 calc(1*4%) 60.784%/0.12156862745098039) 100%,hsl(0 0% 0%/0.12156862745098039) 0%);
@keyframes animate-rtl {
0% {
opacity: 0;
transform: translateX(20px) translateZ(0)
}
100% {
opacity: 1;
transform: translateX(0) translateZ(0)
}
}
@keyframes animate-ltr {
0% {
opacity: 0;
transform: translateX(-20px) translateZ(0)
}
100% {
opacity: 1;
transform: translateX(0) translateZ(0)
}
}
@keyframes animate-ttb {
0% {
opacity: 0;
transform: translateY(-20px) translateZ(0)
}
100% {
opacity: 1;
transform: translateY(0) translateZ(0)
}
}
@keyframes animate-btt {
0% {
opacity: 0;
transform: translateY(20px) translateZ(0)
}
100% {
opacity: 1;
transform: translateY(0) translateZ(0)
}
}
@keyframes animate-horizontal-tab-indicator {
0% {
opacity: 0;
transform: translateY(20px) translateZ(0) scaleX(.75)
}
100% {
opacity: 1;
transform: translateY(0) translateZ(0) scaleX(1)
}
}
@keyframes animate-sidebar-indicator {
0% {
opacity: 0;
transform: translateX(-10px) translateZ(0) scale(.75);
}
50% {
opacity: 1;
transform: translateX(2px) translateZ(0) scale(1.1);
}
100% {
opacity: 1;
transform: translateX(0) translateZ(0) scale(1);
}
}
@keyframes exit-rtl {
0% {
opacity: 1;
transform: translateX(0) translateZ(0)
}
100% {
opacity: 0;
transform: translateX(-20px) translateZ(0)
}
}
@keyframes exit-ltr {
0% {
opacity: 1;
transform: translateX(0) translateZ(0)
}
100% {
opacity: 0;
transform: translateX(20px) translateZ(0)
}
}
@keyframes animate-user-area-container {
0% {
opacity: 0;
transform: translateY(10px) translateZ(0) scale(.75);
}
75% {
opacity: 1;
transform: translateY(2px) translateZ(0) scale(1.01);
}
100% {
opacity: 1;
transform: translateY(0) translateZ(0) scale(1);
}
}
}
: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/DaBluLite/Cyan/blob/next/cyan-ocean-waves.png?raw=true");
--cyan-accent-color: #009f88;
--cyan-blur: 16px;
--cyan-channelbar-width: 320px;
--cyan-loading-header: "Getting up to speed...";
}
@utility use-dark-vars {
--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);
}
@utility use-light-vars {
--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);
}
@utility use-darker-vars {
--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);
}
@utility use-black-vars {
--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);
}