@xenide-io/the-old-ui-theme 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +252 -0
- package/dist/src/index.d.mts +893 -0
- package/dist/src/index.d.ts +893 -0
- package/dist/src/index.js +3913 -0
- package/dist/src/index.mjs +3728 -0
- package/dist/tailwind-preset.d.mts +10 -0
- package/dist/tailwind-preset.d.ts +10 -0
- package/dist/tailwind-preset.js +87 -0
- package/dist/tailwind-preset.mjs +66 -0
- package/package.json +104 -0
- package/src/app/globals.css +1214 -0
- package/src/styles/excel-themes.css +110 -0
- package/src/styles/lemon-primitives.css +550 -0
- package/src/styles/themes.css +1334 -0
- package/src/styles/typography.css +19 -0
- package/tailwind-preset.ts +70 -0
|
@@ -0,0 +1,1334 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Colour-only themes — override semantic tokens via html[data-theme].
|
|
3
|
+
* Structural tokens (--ph-radius-app, --ph-chrome-depth) live in globals.css.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
:root,
|
|
7
|
+
[data-theme="hedgehog-light"] {
|
|
8
|
+
color-scheme: light;
|
|
9
|
+
|
|
10
|
+
--ph-canvas: hsl(75 14% 95%);
|
|
11
|
+
--ph-surface: #ffffff;
|
|
12
|
+
--ph-muted: hsl(70 16% 93%);
|
|
13
|
+
--ph-toolbar: hsl(77 13% 89%);
|
|
14
|
+
--ph-border: hsl(78 13% 85%);
|
|
15
|
+
--ph-border-strong: hsl(69 8% 65%);
|
|
16
|
+
|
|
17
|
+
--ph-text-primary: hsl(0 0% 5%);
|
|
18
|
+
--ph-text-secondary: hsl(0 0% 25%);
|
|
19
|
+
--ph-text-tertiary: hsl(0 0% 42%);
|
|
20
|
+
|
|
21
|
+
--ph-accent: hsl(19deg 100% 48%);
|
|
22
|
+
--ph-accent-hover: hsl(19deg 100% 42%);
|
|
23
|
+
--ph-blue: hsl(228deg 100% 56%);
|
|
24
|
+
--ph-violet: hsl(277deg 70% 48%);
|
|
25
|
+
--ph-purple: #8e7aee;
|
|
26
|
+
|
|
27
|
+
--ph-success: hsl(149deg 60% 40%);
|
|
28
|
+
--ph-warning: hsl(43deg 90% 40%);
|
|
29
|
+
--ph-danger: hsl(9deg 70% 48%);
|
|
30
|
+
--ph-info: hsl(217deg 90% 52%);
|
|
31
|
+
|
|
32
|
+
--ph-text-3000: #111111;
|
|
33
|
+
--ph-primary-button-face: #ffffff;
|
|
34
|
+
--ph-primary-button-border: #b17816;
|
|
35
|
+
--ph-primary-button-border-hover: #8e5b03;
|
|
36
|
+
--ph-primary-frame-bg: #eb9d2a;
|
|
37
|
+
--ph-secondary-button-bg: #f3f4ef;
|
|
38
|
+
--ph-secondary-frame-bg: #e1dddd;
|
|
39
|
+
--ph-secondary-button-border: #cccccc;
|
|
40
|
+
--ph-secondary-button-border-hover: #aaaaaa;
|
|
41
|
+
|
|
42
|
+
--ph-border-3000: #dadbd2;
|
|
43
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.84);
|
|
44
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
45
|
+
--ph-accent-highlight-secondary: hsla(19deg 100% 48% / 10%);
|
|
46
|
+
|
|
47
|
+
--ph-data-1: #1d4aff;
|
|
48
|
+
--ph-data-2: #621da6;
|
|
49
|
+
--ph-data-3: #42827e;
|
|
50
|
+
--ph-data-4: #ce0e74;
|
|
51
|
+
--ph-data-5: #f14f58;
|
|
52
|
+
--ph-data-6: #529a0a;
|
|
53
|
+
--ph-data-7: #fe729e;
|
|
54
|
+
|
|
55
|
+
--ph-product-session-replay: rgb(235 162 18);
|
|
56
|
+
--ph-product-product-analytics: rgb(47 128 250);
|
|
57
|
+
--ph-product-data-pipeline: rgb(46 162 211);
|
|
58
|
+
--ph-product-feature-flags: rgb(48 171 198);
|
|
59
|
+
--ph-product-experiments: rgb(182 42 217);
|
|
60
|
+
--ph-product-data-warehouse: rgb(133 103 255);
|
|
61
|
+
--ph-product-surveys: rgb(243 84 84);
|
|
62
|
+
|
|
63
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%236b6b6b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
[data-theme="hedgehog-dark"] {
|
|
67
|
+
color-scheme: dark;
|
|
68
|
+
|
|
69
|
+
--ph-canvas: hsl(220 12% 9%);
|
|
70
|
+
--ph-surface: hsl(220 10% 13%);
|
|
71
|
+
--ph-muted: hsl(220 9% 16%);
|
|
72
|
+
--ph-toolbar: hsl(220 8% 19%);
|
|
73
|
+
--ph-border: hsl(220 7% 24%);
|
|
74
|
+
--ph-border-strong: hsl(220 6% 38%);
|
|
75
|
+
|
|
76
|
+
--ph-text-primary: hsl(0 0% 96%);
|
|
77
|
+
--ph-text-secondary: hsl(0 0% 78%);
|
|
78
|
+
--ph-text-tertiary: hsl(0 0% 58%);
|
|
79
|
+
|
|
80
|
+
--ph-accent: hsl(19deg 100% 52%);
|
|
81
|
+
--ph-accent-hover: hsl(19deg 100% 58%);
|
|
82
|
+
--ph-blue: hsl(228deg 100% 68%);
|
|
83
|
+
--ph-violet: hsl(277deg 65% 62%);
|
|
84
|
+
--ph-purple: #a89af0;
|
|
85
|
+
|
|
86
|
+
--ph-success: hsl(149deg 55% 48%);
|
|
87
|
+
--ph-warning: hsl(43deg 85% 52%);
|
|
88
|
+
--ph-danger: hsl(9deg 65% 55%);
|
|
89
|
+
--ph-info: hsl(217deg 85% 58%);
|
|
90
|
+
|
|
91
|
+
--ph-text-3000: hsl(0 0% 96%);
|
|
92
|
+
--ph-primary-button-face: hsl(220 10% 15%);
|
|
93
|
+
--ph-primary-button-border: #c4861f;
|
|
94
|
+
--ph-primary-button-border-hover: #eb9d2a;
|
|
95
|
+
--ph-primary-frame-bg: #eb9d2a;
|
|
96
|
+
--ph-secondary-button-bg: hsl(220 8% 20%);
|
|
97
|
+
--ph-secondary-frame-bg: hsl(220 7% 26%);
|
|
98
|
+
--ph-secondary-button-border: hsl(220 6% 32%);
|
|
99
|
+
--ph-secondary-button-border-hover: hsl(220 5% 42%);
|
|
100
|
+
|
|
101
|
+
--ph-border-3000: hsl(220 7% 20%);
|
|
102
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
|
|
103
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
104
|
+
--ph-accent-highlight-secondary: hsla(19deg 100% 52% / 14%);
|
|
105
|
+
|
|
106
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23a3a3a3' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
[data-theme="catppuccin-light"] {
|
|
110
|
+
color-scheme: light;
|
|
111
|
+
|
|
112
|
+
--ph-canvas: #eff1f5;
|
|
113
|
+
--ph-surface: #ffffff;
|
|
114
|
+
--ph-muted: #e6e9ef;
|
|
115
|
+
--ph-toolbar: #dce0e8;
|
|
116
|
+
--ph-border: #ccd0da;
|
|
117
|
+
--ph-border-strong: #9ca0b0;
|
|
118
|
+
|
|
119
|
+
--ph-text-primary: #4c4f69;
|
|
120
|
+
--ph-text-secondary: #6c6f85;
|
|
121
|
+
--ph-text-tertiary: #9ca0b0;
|
|
122
|
+
|
|
123
|
+
--ph-accent: #8839ef;
|
|
124
|
+
--ph-accent-hover: #7c32d9;
|
|
125
|
+
--ph-blue: #1e66f5;
|
|
126
|
+
--ph-violet: #8839ef;
|
|
127
|
+
--ph-purple: #8839ef;
|
|
128
|
+
|
|
129
|
+
--ph-success: #40a02b;
|
|
130
|
+
--ph-warning: #df8e1d;
|
|
131
|
+
--ph-danger: #d20f39;
|
|
132
|
+
--ph-info: #1e66f5;
|
|
133
|
+
|
|
134
|
+
--ph-text-3000: #4c4f69;
|
|
135
|
+
--ph-primary-button-face: #ffffff;
|
|
136
|
+
--ph-primary-button-border: #7c32d9;
|
|
137
|
+
--ph-primary-button-border-hover: #6b28c4;
|
|
138
|
+
--ph-primary-frame-bg: #cba6f7;
|
|
139
|
+
--ph-secondary-button-bg: #e6e9ef;
|
|
140
|
+
--ph-secondary-frame-bg: #dce0e8;
|
|
141
|
+
--ph-secondary-button-border: #ccd0da;
|
|
142
|
+
--ph-secondary-button-border-hover: #9ca0b0;
|
|
143
|
+
|
|
144
|
+
--ph-border-3000: #ccd0da;
|
|
145
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
146
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
147
|
+
--ph-accent-highlight-secondary: hsla(266deg 85% 58% / 12%);
|
|
148
|
+
|
|
149
|
+
--ph-data-1: #1e66f5;
|
|
150
|
+
--ph-data-2: #8839ef;
|
|
151
|
+
--ph-data-3: #179299;
|
|
152
|
+
--ph-data-4: #d20f39;
|
|
153
|
+
--ph-data-5: #fe640b;
|
|
154
|
+
--ph-data-6: #40a02b;
|
|
155
|
+
--ph-data-7: #ea76cb;
|
|
156
|
+
|
|
157
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239ca0b0' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
[data-theme="catppuccin-dark"] {
|
|
161
|
+
color-scheme: dark;
|
|
162
|
+
|
|
163
|
+
--ph-canvas: #1e1e2e;
|
|
164
|
+
--ph-surface: #181825;
|
|
165
|
+
--ph-muted: #181825;
|
|
166
|
+
--ph-toolbar: #11111b;
|
|
167
|
+
--ph-border: #45475a;
|
|
168
|
+
--ph-border-strong: #585b70;
|
|
169
|
+
|
|
170
|
+
--ph-text-primary: #cdd6f4;
|
|
171
|
+
--ph-text-secondary: #a6adc8;
|
|
172
|
+
--ph-text-tertiary: #7f849c;
|
|
173
|
+
|
|
174
|
+
--ph-accent: #cba6f7;
|
|
175
|
+
--ph-accent-hover: #d9b8ff;
|
|
176
|
+
--ph-blue: #89b4fa;
|
|
177
|
+
--ph-violet: #cba6f7;
|
|
178
|
+
--ph-purple: #cba6f7;
|
|
179
|
+
|
|
180
|
+
--ph-success: #a6e3a1;
|
|
181
|
+
--ph-warning: #f9e2af;
|
|
182
|
+
--ph-danger: #f38ba8;
|
|
183
|
+
--ph-info: #89b4fa;
|
|
184
|
+
|
|
185
|
+
--ph-text-3000: #cdd6f4;
|
|
186
|
+
--ph-primary-button-face: #181825;
|
|
187
|
+
--ph-primary-button-border: #b4befe;
|
|
188
|
+
--ph-primary-button-border-hover: #cba6f7;
|
|
189
|
+
--ph-primary-frame-bg: #fab387;
|
|
190
|
+
--ph-secondary-button-bg: #313244;
|
|
191
|
+
--ph-secondary-frame-bg: #45475a;
|
|
192
|
+
--ph-secondary-button-border: #585b70;
|
|
193
|
+
--ph-secondary-button-border-hover: #6c7086;
|
|
194
|
+
|
|
195
|
+
--ph-border-3000: #313244;
|
|
196
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
197
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.3);
|
|
198
|
+
--ph-accent-highlight-secondary: hsla(267deg 84% 81% / 14%);
|
|
199
|
+
|
|
200
|
+
--ph-data-1: #89b4fa;
|
|
201
|
+
--ph-data-2: #cba6f7;
|
|
202
|
+
--ph-data-3: #94e2d5;
|
|
203
|
+
--ph-data-4: #f38ba8;
|
|
204
|
+
--ph-data-5: #fab387;
|
|
205
|
+
--ph-data-6: #a6e3a1;
|
|
206
|
+
--ph-data-7: #f5c2e7;
|
|
207
|
+
|
|
208
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%237f849c' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
[data-theme="sheets"] {
|
|
212
|
+
color-scheme: light;
|
|
213
|
+
|
|
214
|
+
--ph-canvas: #f3f2f1;
|
|
215
|
+
--ph-surface: #ffffff;
|
|
216
|
+
--ph-muted: #edebe9;
|
|
217
|
+
--ph-toolbar: #e1dfdd;
|
|
218
|
+
--ph-border: #d2d0ce;
|
|
219
|
+
--ph-border-strong: #a19f9d;
|
|
220
|
+
|
|
221
|
+
--ph-text-primary: #323130;
|
|
222
|
+
--ph-text-secondary: #605e5c;
|
|
223
|
+
--ph-text-tertiary: #8a8886;
|
|
224
|
+
|
|
225
|
+
--ph-accent: #217346;
|
|
226
|
+
--ph-accent-hover: #185c37;
|
|
227
|
+
--ph-blue: #185abd;
|
|
228
|
+
--ph-violet: #5c2d91;
|
|
229
|
+
--ph-purple: #8764b8;
|
|
230
|
+
|
|
231
|
+
--ph-success: #217346;
|
|
232
|
+
--ph-warning: #ca5010;
|
|
233
|
+
--ph-danger: #a4262c;
|
|
234
|
+
--ph-info: #185abd;
|
|
235
|
+
|
|
236
|
+
--ph-text-3000: #323130;
|
|
237
|
+
--ph-primary-button-face: #ffffff;
|
|
238
|
+
--ph-primary-button-border: #185c37;
|
|
239
|
+
--ph-primary-button-border-hover: #134a2c;
|
|
240
|
+
--ph-primary-frame-bg: #2d9660;
|
|
241
|
+
--ph-secondary-button-bg: #f3f2f1;
|
|
242
|
+
--ph-secondary-frame-bg: #e1dfdd;
|
|
243
|
+
--ph-secondary-button-border: #c8c6c4;
|
|
244
|
+
--ph-secondary-button-border-hover: #a19f9d;
|
|
245
|
+
|
|
246
|
+
--ph-border-3000: #d2d0ce;
|
|
247
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.88);
|
|
248
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
249
|
+
--ph-accent-highlight-secondary: hsla(152deg 61% 29% / 10%);
|
|
250
|
+
|
|
251
|
+
--ph-data-1: #185abd;
|
|
252
|
+
--ph-data-2: #217346;
|
|
253
|
+
--ph-data-3: #498205;
|
|
254
|
+
--ph-data-4: #a4262c;
|
|
255
|
+
--ph-data-5: #ca5010;
|
|
256
|
+
--ph-data-6: #0078d4;
|
|
257
|
+
--ph-data-7: #8764b8;
|
|
258
|
+
|
|
259
|
+
--ph-product-session-replay: #217346;
|
|
260
|
+
--ph-product-product-analytics: #185abd;
|
|
261
|
+
--ph-product-data-pipeline: #0078d4;
|
|
262
|
+
--ph-product-feature-flags: #498205;
|
|
263
|
+
--ph-product-experiments: #8764b8;
|
|
264
|
+
--ph-product-data-warehouse: #5c2d91;
|
|
265
|
+
--ph-product-surveys: #a4262c;
|
|
266
|
+
|
|
267
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8886' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
[data-theme="socials"] {
|
|
271
|
+
color-scheme: light;
|
|
272
|
+
|
|
273
|
+
--ph-canvas: #f0f2f5;
|
|
274
|
+
--ph-surface: #ffffff;
|
|
275
|
+
--ph-muted: #e4e6eb;
|
|
276
|
+
--ph-toolbar: #d8dadf;
|
|
277
|
+
--ph-border: #ced0d4;
|
|
278
|
+
--ph-border-strong: #8a8d91;
|
|
279
|
+
|
|
280
|
+
--ph-text-primary: #050505;
|
|
281
|
+
--ph-text-secondary: #65676b;
|
|
282
|
+
--ph-text-tertiary: #8a8d91;
|
|
283
|
+
|
|
284
|
+
--ph-accent: #1877f2;
|
|
285
|
+
--ph-accent-hover: #166fe5;
|
|
286
|
+
--ph-blue: #1877f2;
|
|
287
|
+
--ph-violet: #7b64ff;
|
|
288
|
+
--ph-purple: #7b64ff;
|
|
289
|
+
|
|
290
|
+
--ph-success: #31a24c;
|
|
291
|
+
--ph-warning: #f7b928;
|
|
292
|
+
--ph-danger: #e41e3f;
|
|
293
|
+
--ph-info: #1877f2;
|
|
294
|
+
|
|
295
|
+
--ph-text-3000: #050505;
|
|
296
|
+
--ph-primary-button-face: #ffffff;
|
|
297
|
+
--ph-primary-button-border: #145dbf;
|
|
298
|
+
--ph-primary-button-border-hover: #0f4da8;
|
|
299
|
+
--ph-primary-frame-bg: #4599ff;
|
|
300
|
+
--ph-secondary-button-bg: #e4e6eb;
|
|
301
|
+
--ph-secondary-frame-bg: #d8dadf;
|
|
302
|
+
--ph-secondary-button-border: #bcc0c4;
|
|
303
|
+
--ph-secondary-button-border-hover: #8a8d91;
|
|
304
|
+
|
|
305
|
+
--ph-border-3000: #ced0d4;
|
|
306
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
307
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
308
|
+
--ph-accent-highlight-secondary: hsla(214deg 89% 52% / 10%);
|
|
309
|
+
|
|
310
|
+
--ph-data-1: #1877f2;
|
|
311
|
+
--ph-data-2: #7b64ff;
|
|
312
|
+
--ph-data-3: #31a24c;
|
|
313
|
+
--ph-data-4: #e41e3f;
|
|
314
|
+
--ph-data-5: #f7b928;
|
|
315
|
+
--ph-data-6: #00a400;
|
|
316
|
+
--ph-data-7: #f5533d;
|
|
317
|
+
|
|
318
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8d91' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/* xenide.io — from ../website/app/globals.css html:not(.dark) */
|
|
322
|
+
[data-theme="xenide-light"] {
|
|
323
|
+
color-scheme: light;
|
|
324
|
+
|
|
325
|
+
--ph-canvas: #fafafa;
|
|
326
|
+
--ph-surface: #ffffff;
|
|
327
|
+
--ph-muted: #f5f5f5;
|
|
328
|
+
--ph-toolbar: #efefef;
|
|
329
|
+
--ph-border: #e5e5e5;
|
|
330
|
+
--ph-border-strong: #737373;
|
|
331
|
+
|
|
332
|
+
--ph-text-primary: #171717;
|
|
333
|
+
--ph-text-secondary: #525252;
|
|
334
|
+
--ph-text-tertiary: #737373;
|
|
335
|
+
|
|
336
|
+
--ph-accent: #217346;
|
|
337
|
+
--ph-accent-hover: #185c37;
|
|
338
|
+
--ph-blue: #10b981;
|
|
339
|
+
--ph-violet: #7c3aed;
|
|
340
|
+
--ph-purple: #7c3aed;
|
|
341
|
+
|
|
342
|
+
--ph-success: #10b981;
|
|
343
|
+
--ph-warning: #d97706;
|
|
344
|
+
--ph-danger: #ef4444;
|
|
345
|
+
--ph-info: #7c3aed;
|
|
346
|
+
|
|
347
|
+
--ph-text-3000: #171717;
|
|
348
|
+
--ph-primary-button-face: #ffffff;
|
|
349
|
+
--ph-primary-button-border: #185c37;
|
|
350
|
+
--ph-primary-button-border-hover: #134a2c;
|
|
351
|
+
--ph-primary-frame-bg: #2ead5f;
|
|
352
|
+
--ph-secondary-button-bg: #f5f5f5;
|
|
353
|
+
--ph-secondary-frame-bg: #ebebeb;
|
|
354
|
+
--ph-secondary-button-border: #e5e5e5;
|
|
355
|
+
--ph-secondary-button-border-hover: #7c3aed;
|
|
356
|
+
|
|
357
|
+
--ph-border-3000: #e5e5e5;
|
|
358
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
359
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
360
|
+
--ph-accent-highlight-secondary: rgba(124, 58, 237, 0.14);
|
|
361
|
+
|
|
362
|
+
--ph-data-1: #217346;
|
|
363
|
+
--ph-data-2: #7c3aed;
|
|
364
|
+
--ph-data-3: #10b981;
|
|
365
|
+
--ph-data-4: #ef4444;
|
|
366
|
+
--ph-data-5: #9f7aea;
|
|
367
|
+
--ph-data-6: #2ead5f;
|
|
368
|
+
--ph-data-7: #5b21b6;
|
|
369
|
+
|
|
370
|
+
--ph-product-session-replay: #217346;
|
|
371
|
+
--ph-product-product-analytics: #7c3aed;
|
|
372
|
+
--ph-product-data-pipeline: #10b981;
|
|
373
|
+
--ph-product-feature-flags: #2ead5f;
|
|
374
|
+
--ph-product-experiments: #9f7aea;
|
|
375
|
+
--ph-product-data-warehouse: #5b21b6;
|
|
376
|
+
--ph-product-surveys: #ef4444;
|
|
377
|
+
|
|
378
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23737373' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/* xenide.io — from ../website/app/globals.css html.dark */
|
|
382
|
+
[data-theme="xenide-dark"] {
|
|
383
|
+
color-scheme: dark;
|
|
384
|
+
|
|
385
|
+
--ph-canvas: #0a0a0f;
|
|
386
|
+
--ph-surface: #111118;
|
|
387
|
+
--ph-muted: #16161f;
|
|
388
|
+
--ph-toolbar: #1c1c26;
|
|
389
|
+
--ph-border: #2e2e3a;
|
|
390
|
+
--ph-border-strong: #71717a;
|
|
391
|
+
|
|
392
|
+
--ph-text-primary: #f4f4f5;
|
|
393
|
+
--ph-text-secondary: #a1a1aa;
|
|
394
|
+
--ph-text-tertiary: #71717a;
|
|
395
|
+
|
|
396
|
+
--ph-accent: #34d399;
|
|
397
|
+
--ph-accent-hover: #6ee7b7;
|
|
398
|
+
--ph-blue: #22d3ee;
|
|
399
|
+
--ph-violet: #a78bfa;
|
|
400
|
+
--ph-purple: #a78bfa;
|
|
401
|
+
|
|
402
|
+
--ph-success: #34d399;
|
|
403
|
+
--ph-warning: #fbbf24;
|
|
404
|
+
--ph-danger: #dc2626;
|
|
405
|
+
--ph-info: #a78bfa;
|
|
406
|
+
|
|
407
|
+
--ph-text-3000: #f4f4f5;
|
|
408
|
+
--ph-primary-button-face: #111118;
|
|
409
|
+
--ph-primary-button-border: #217346;
|
|
410
|
+
--ph-primary-button-border-hover: #34d399;
|
|
411
|
+
--ph-primary-frame-bg: #34d399;
|
|
412
|
+
--ph-secondary-button-bg: #16161f;
|
|
413
|
+
--ph-secondary-frame-bg: #2e2e3a;
|
|
414
|
+
--ph-secondary-button-border: #2e2e3a;
|
|
415
|
+
--ph-secondary-button-border-hover: #7c3aed;
|
|
416
|
+
|
|
417
|
+
--ph-border-3000: #25252f;
|
|
418
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
419
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.4);
|
|
420
|
+
--ph-accent-highlight-secondary: rgba(167, 139, 250, 0.14);
|
|
421
|
+
|
|
422
|
+
--ph-data-1: #34d399;
|
|
423
|
+
--ph-data-2: #a78bfa;
|
|
424
|
+
--ph-data-3: #22d3ee;
|
|
425
|
+
--ph-data-4: #f87171;
|
|
426
|
+
--ph-data-5: #c4b5fd;
|
|
427
|
+
--ph-data-6: #6ee7b7;
|
|
428
|
+
--ph-data-7: #7c3aed;
|
|
429
|
+
|
|
430
|
+
--ph-product-session-replay: #34d399;
|
|
431
|
+
--ph-product-product-analytics: #a78bfa;
|
|
432
|
+
--ph-product-data-pipeline: #22d3ee;
|
|
433
|
+
--ph-product-feature-flags: #6ee7b7;
|
|
434
|
+
--ph-product-experiments: #c4b5fd;
|
|
435
|
+
--ph-product-data-warehouse: #7c3aed;
|
|
436
|
+
--ph-product-surveys: #f87171;
|
|
437
|
+
|
|
438
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2371717a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
[data-theme="bikini-bottom"] {
|
|
442
|
+
color-scheme: light;
|
|
443
|
+
|
|
444
|
+
/* Ocean canvas — character colours stay on accents, not surfaces */
|
|
445
|
+
--ph-canvas: #dceefb;
|
|
446
|
+
--ph-surface: #ffffff;
|
|
447
|
+
--ph-muted: #eef6fc;
|
|
448
|
+
--ph-toolbar: #e3f2fd;
|
|
449
|
+
--ph-border: #90caf9;
|
|
450
|
+
--ph-border-strong: #1565c0;
|
|
451
|
+
|
|
452
|
+
--ph-text-primary: #0d2137;
|
|
453
|
+
--ph-text-secondary: #1e4976;
|
|
454
|
+
--ph-text-tertiary: #4a6fa5;
|
|
455
|
+
|
|
456
|
+
/* SpongeBob yellow */
|
|
457
|
+
--ph-accent: #f5b800;
|
|
458
|
+
--ph-accent-hover: #e6a800;
|
|
459
|
+
--ph-blue: #29b6f6;
|
|
460
|
+
/* Patrick pink */
|
|
461
|
+
--ph-violet: #e91e8c;
|
|
462
|
+
--ph-purple: #e91e8c;
|
|
463
|
+
|
|
464
|
+
/* Plankton green */
|
|
465
|
+
--ph-success: #43a047;
|
|
466
|
+
/* Sandy tan */
|
|
467
|
+
--ph-warning: #d4a574;
|
|
468
|
+
--ph-danger: #e91e8c;
|
|
469
|
+
--ph-info: #29b6f6;
|
|
470
|
+
|
|
471
|
+
--ph-text-3000: #0d2137;
|
|
472
|
+
--ph-primary-button-face: #ffffff;
|
|
473
|
+
--ph-primary-button-border: #c68400;
|
|
474
|
+
--ph-primary-button-border-hover: #a36f00;
|
|
475
|
+
--ph-primary-frame-bg: #ffc107;
|
|
476
|
+
--ph-secondary-button-bg: #ffffff;
|
|
477
|
+
--ph-secondary-frame-bg: #ffcdd2;
|
|
478
|
+
--ph-secondary-button-border: #e91e8c;
|
|
479
|
+
--ph-secondary-button-border-hover: #c2185b;
|
|
480
|
+
|
|
481
|
+
--ph-border-3000: #90caf9;
|
|
482
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.95);
|
|
483
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
|
|
484
|
+
--ph-accent-highlight-secondary: hsla(45deg 100% 48% / 14%);
|
|
485
|
+
|
|
486
|
+
--ph-data-1: #ffc107;
|
|
487
|
+
--ph-data-2: #e91e8c;
|
|
488
|
+
--ph-data-3: #d4a574;
|
|
489
|
+
--ph-data-4: #43a047;
|
|
490
|
+
--ph-data-5: #29b6f6;
|
|
491
|
+
--ph-data-6: #ff9800;
|
|
492
|
+
--ph-data-7: #7b1fa2;
|
|
493
|
+
|
|
494
|
+
--ph-product-session-replay: #ffc107;
|
|
495
|
+
--ph-product-product-analytics: #29b6f6;
|
|
496
|
+
--ph-product-data-pipeline: #0288d1;
|
|
497
|
+
--ph-product-feature-flags: #43a047;
|
|
498
|
+
--ph-product-experiments: #e91e8c;
|
|
499
|
+
--ph-product-data-warehouse: #d4a574;
|
|
500
|
+
--ph-product-surveys: #7b1fa2;
|
|
501
|
+
|
|
502
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%234a6fa5' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
[data-theme="turtletime"] {
|
|
506
|
+
color-scheme: light;
|
|
507
|
+
|
|
508
|
+
--ph-canvas: hsl(75 14% 95%);
|
|
509
|
+
--ph-surface: #ffffff;
|
|
510
|
+
--ph-muted: hsl(70 16% 93%);
|
|
511
|
+
--ph-toolbar: hsl(77 13% 89%);
|
|
512
|
+
--ph-border: hsl(78 13% 85%);
|
|
513
|
+
--ph-border-strong: hsl(69 8% 65%);
|
|
514
|
+
|
|
515
|
+
--ph-text-primary: hsl(0 0% 5%);
|
|
516
|
+
--ph-text-secondary: hsl(0 0% 25%);
|
|
517
|
+
--ph-text-tertiary: hsl(0 0% 42%);
|
|
518
|
+
|
|
519
|
+
--ph-accent: #1f6f43;
|
|
520
|
+
--ph-accent-hover: #185c37;
|
|
521
|
+
--ph-blue: #2f7f73;
|
|
522
|
+
--ph-violet: #9a6a12;
|
|
523
|
+
--ph-purple: #6f8a2c;
|
|
524
|
+
|
|
525
|
+
--ph-success: #1f6f43;
|
|
526
|
+
--ph-warning: #d97800;
|
|
527
|
+
--ph-danger: #b24b2c;
|
|
528
|
+
--ph-info: #2f7f73;
|
|
529
|
+
|
|
530
|
+
--ph-text-3000: hsl(0 0% 5%);
|
|
531
|
+
--ph-primary-button-face: #ffffff;
|
|
532
|
+
--ph-primary-button-border: #185c37;
|
|
533
|
+
--ph-primary-button-border-hover: #12462b;
|
|
534
|
+
--ph-primary-frame-bg: #e58a12;
|
|
535
|
+
--ph-secondary-button-bg: #f3f4ef;
|
|
536
|
+
--ph-secondary-frame-bg: #e1dddd;
|
|
537
|
+
--ph-secondary-button-border: #cccccc;
|
|
538
|
+
--ph-secondary-button-border-hover: #1f6f43;
|
|
539
|
+
|
|
540
|
+
--ph-border-3000: #dadbd2;
|
|
541
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.84);
|
|
542
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
543
|
+
--ph-accent-highlight-secondary: hsla(148deg 56% 28% / 12%);
|
|
544
|
+
|
|
545
|
+
--ph-data-1: #1f6f43;
|
|
546
|
+
--ph-data-2: #d97800;
|
|
547
|
+
--ph-data-3: #2f7f73;
|
|
548
|
+
--ph-data-4: #b24b2c;
|
|
549
|
+
--ph-data-5: #e58a12;
|
|
550
|
+
--ph-data-6: #6f8a2c;
|
|
551
|
+
--ph-data-7: #9a6a12;
|
|
552
|
+
|
|
553
|
+
--ph-product-session-replay: #d97800;
|
|
554
|
+
--ph-product-product-analytics: #1f6f43;
|
|
555
|
+
--ph-product-data-pipeline: #2f7f73;
|
|
556
|
+
--ph-product-feature-flags: #6f8a2c;
|
|
557
|
+
--ph-product-experiments: #e58a12;
|
|
558
|
+
--ph-product-data-warehouse: #9a6a12;
|
|
559
|
+
--ph-product-surveys: #b24b2c;
|
|
560
|
+
|
|
561
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%236b6b6b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
/* Microsoft OneNote — notebook purple (#7719AA family) */
|
|
565
|
+
[data-theme="note"] {
|
|
566
|
+
color-scheme: light;
|
|
567
|
+
|
|
568
|
+
--ph-canvas: #f8f6fc;
|
|
569
|
+
--ph-surface: #ffffff;
|
|
570
|
+
--ph-muted: #f3eff9;
|
|
571
|
+
--ph-toolbar: #ebe4f5;
|
|
572
|
+
--ph-border: #ddd0ee;
|
|
573
|
+
--ph-border-strong: #9b7bb8;
|
|
574
|
+
|
|
575
|
+
--ph-text-primary: #2d1b3d;
|
|
576
|
+
--ph-text-secondary: #5c4a6e;
|
|
577
|
+
--ph-text-tertiary: #857396;
|
|
578
|
+
|
|
579
|
+
--ph-accent: #7719aa;
|
|
580
|
+
--ph-accent-hover: #5f1488;
|
|
581
|
+
--ph-blue: #185abd;
|
|
582
|
+
--ph-violet: #7719aa;
|
|
583
|
+
--ph-purple: #93278f;
|
|
584
|
+
|
|
585
|
+
--ph-success: #107c41;
|
|
586
|
+
--ph-warning: #ca5010;
|
|
587
|
+
--ph-danger: #a4262c;
|
|
588
|
+
--ph-info: #185abd;
|
|
589
|
+
|
|
590
|
+
--ph-text-3000: #2d1b3d;
|
|
591
|
+
--ph-primary-button-face: #ffffff;
|
|
592
|
+
--ph-primary-button-border: #5f1488;
|
|
593
|
+
--ph-primary-button-border-hover: #4a1070;
|
|
594
|
+
--ph-primary-frame-bg: #b146c2;
|
|
595
|
+
--ph-secondary-button-bg: #f3eff9;
|
|
596
|
+
--ph-secondary-frame-bg: #ebe4f5;
|
|
597
|
+
--ph-secondary-button-border: #ddd0ee;
|
|
598
|
+
--ph-secondary-button-border-hover: #93278f;
|
|
599
|
+
|
|
600
|
+
--ph-border-3000: #ddd0ee;
|
|
601
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
602
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
603
|
+
--ph-accent-highlight-secondary: hsla(279deg 74% 38% / 10%);
|
|
604
|
+
|
|
605
|
+
--ph-data-1: #7719aa;
|
|
606
|
+
--ph-data-2: #93278f;
|
|
607
|
+
--ph-data-3: #185abd;
|
|
608
|
+
--ph-data-4: #a4262c;
|
|
609
|
+
--ph-data-5: #ca5010;
|
|
610
|
+
--ph-data-6: #107c41;
|
|
611
|
+
--ph-data-7: #b146c2;
|
|
612
|
+
|
|
613
|
+
--ph-product-session-replay: #7719aa;
|
|
614
|
+
--ph-product-product-analytics: #185abd;
|
|
615
|
+
--ph-product-data-pipeline: #107c41;
|
|
616
|
+
--ph-product-feature-flags: #93278f;
|
|
617
|
+
--ph-product-experiments: #b146c2;
|
|
618
|
+
--ph-product-data-warehouse: #5f1488;
|
|
619
|
+
--ph-product-surveys: #a4262c;
|
|
620
|
+
|
|
621
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23857396' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
/* Microsoft PowerPoint — ribbon orange-red (#D24726) */
|
|
625
|
+
[data-theme="presentation"] {
|
|
626
|
+
color-scheme: light;
|
|
627
|
+
|
|
628
|
+
--ph-canvas: #f3f2f1;
|
|
629
|
+
--ph-surface: #ffffff;
|
|
630
|
+
--ph-muted: #edebe9;
|
|
631
|
+
--ph-toolbar: #e1dfdd;
|
|
632
|
+
--ph-border: #d2d0ce;
|
|
633
|
+
--ph-border-strong: #a19f9d;
|
|
634
|
+
|
|
635
|
+
--ph-text-primary: #323130;
|
|
636
|
+
--ph-text-secondary: #605e5c;
|
|
637
|
+
--ph-text-tertiary: #8a8886;
|
|
638
|
+
|
|
639
|
+
--ph-accent: #d24726;
|
|
640
|
+
--ph-accent-hover: #b93d20;
|
|
641
|
+
--ph-blue: #185abd;
|
|
642
|
+
--ph-violet: #5c2d91;
|
|
643
|
+
--ph-purple: #8764b8;
|
|
644
|
+
|
|
645
|
+
--ph-success: #107c41;
|
|
646
|
+
--ph-warning: #ca5010;
|
|
647
|
+
--ph-danger: #a4262c;
|
|
648
|
+
--ph-info: #185abd;
|
|
649
|
+
|
|
650
|
+
--ph-text-3000: #323130;
|
|
651
|
+
--ph-primary-button-face: #ffffff;
|
|
652
|
+
--ph-primary-button-border: #a53b1f;
|
|
653
|
+
--ph-primary-button-border-hover: #8f3219;
|
|
654
|
+
--ph-primary-frame-bg: #e8654a;
|
|
655
|
+
--ph-secondary-button-bg: #f3f2f1;
|
|
656
|
+
--ph-secondary-frame-bg: #e1dfdd;
|
|
657
|
+
--ph-secondary-button-border: #c8c6c4;
|
|
658
|
+
--ph-secondary-button-border-hover: #a19f9d;
|
|
659
|
+
|
|
660
|
+
--ph-border-3000: #d2d0ce;
|
|
661
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.88);
|
|
662
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
663
|
+
--ph-accent-highlight-secondary: hsla(11deg 70% 49% / 10%);
|
|
664
|
+
|
|
665
|
+
--ph-data-1: #d24726;
|
|
666
|
+
--ph-data-2: #185abd;
|
|
667
|
+
--ph-data-3: #107c41;
|
|
668
|
+
--ph-data-4: #a4262c;
|
|
669
|
+
--ph-data-5: #ca5010;
|
|
670
|
+
--ph-data-6: #8764b8;
|
|
671
|
+
--ph-data-7: #0078d4;
|
|
672
|
+
|
|
673
|
+
--ph-product-session-replay: #d24726;
|
|
674
|
+
--ph-product-product-analytics: #185abd;
|
|
675
|
+
--ph-product-data-pipeline: #0078d4;
|
|
676
|
+
--ph-product-feature-flags: #107c41;
|
|
677
|
+
--ph-product-experiments: #8764b8;
|
|
678
|
+
--ph-product-data-warehouse: #5c2d91;
|
|
679
|
+
--ph-product-surveys: #a4262c;
|
|
680
|
+
|
|
681
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8886' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
[data-theme="sheets-dark"] {
|
|
685
|
+
color-scheme: dark;
|
|
686
|
+
|
|
687
|
+
--ph-canvas: #1b1a19;
|
|
688
|
+
--ph-surface: #252423;
|
|
689
|
+
--ph-muted: #2d2c2b;
|
|
690
|
+
--ph-toolbar: #323130;
|
|
691
|
+
--ph-border: #484644;
|
|
692
|
+
--ph-border-strong: #797775;
|
|
693
|
+
|
|
694
|
+
--ph-text-primary: #f3f2f1;
|
|
695
|
+
--ph-text-secondary: #c8c6c4;
|
|
696
|
+
--ph-text-tertiary: #a19f9d;
|
|
697
|
+
|
|
698
|
+
--ph-accent: #33a867;
|
|
699
|
+
--ph-accent-hover: #4abe7a;
|
|
700
|
+
--ph-blue: #4f9ff5;
|
|
701
|
+
--ph-violet: #a78bfa;
|
|
702
|
+
--ph-purple: #8764b8;
|
|
703
|
+
|
|
704
|
+
--ph-success: #33a867;
|
|
705
|
+
--ph-warning: #e67e22;
|
|
706
|
+
--ph-danger: #f87171;
|
|
707
|
+
--ph-info: #4f9ff5;
|
|
708
|
+
|
|
709
|
+
--ph-text-3000: #f3f2f1;
|
|
710
|
+
--ph-primary-button-face: #252423;
|
|
711
|
+
--ph-primary-button-border: #217346;
|
|
712
|
+
--ph-primary-button-border-hover: #33a867;
|
|
713
|
+
--ph-primary-frame-bg: #33a867;
|
|
714
|
+
--ph-secondary-button-bg: #2d2c2b;
|
|
715
|
+
--ph-secondary-frame-bg: #484644;
|
|
716
|
+
--ph-secondary-button-border: #605e5c;
|
|
717
|
+
--ph-secondary-button-border-hover: #797775;
|
|
718
|
+
|
|
719
|
+
--ph-border-3000: #323130;
|
|
720
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
721
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
722
|
+
--ph-accent-highlight-secondary: hsla(146deg 55% 45% / 14%);
|
|
723
|
+
|
|
724
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23a19f9d' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
[data-theme="socials-dark"] {
|
|
728
|
+
color-scheme: dark;
|
|
729
|
+
|
|
730
|
+
--ph-canvas: #18191a;
|
|
731
|
+
--ph-surface: #242526;
|
|
732
|
+
--ph-muted: #2f3031;
|
|
733
|
+
--ph-toolbar: #3a3b3c;
|
|
734
|
+
--ph-border: #3e4042;
|
|
735
|
+
--ph-border-strong: #b0b3b8;
|
|
736
|
+
|
|
737
|
+
--ph-text-primary: #e4e6eb;
|
|
738
|
+
--ph-text-secondary: #b0b3b8;
|
|
739
|
+
--ph-text-tertiary: #8a8d91;
|
|
740
|
+
|
|
741
|
+
--ph-accent: #2d88ff;
|
|
742
|
+
--ph-accent-hover: #4599ff;
|
|
743
|
+
--ph-blue: #2d88ff;
|
|
744
|
+
--ph-violet: #9d84ff;
|
|
745
|
+
--ph-purple: #9d84ff;
|
|
746
|
+
|
|
747
|
+
--ph-success: #42b72a;
|
|
748
|
+
--ph-warning: #f7b928;
|
|
749
|
+
--ph-danger: #f02849;
|
|
750
|
+
--ph-info: #2d88ff;
|
|
751
|
+
|
|
752
|
+
--ph-text-3000: #e4e6eb;
|
|
753
|
+
--ph-primary-button-face: #242526;
|
|
754
|
+
--ph-primary-button-border: #1877f2;
|
|
755
|
+
--ph-primary-button-border-hover: #2d88ff;
|
|
756
|
+
--ph-primary-frame-bg: #4599ff;
|
|
757
|
+
--ph-secondary-button-bg: #3a3b3c;
|
|
758
|
+
--ph-secondary-frame-bg: #4e4f50;
|
|
759
|
+
--ph-secondary-button-border: #3e4042;
|
|
760
|
+
--ph-secondary-button-border-hover: #b0b3b8;
|
|
761
|
+
|
|
762
|
+
--ph-border-3000: #3e4042;
|
|
763
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
764
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
765
|
+
--ph-accent-highlight-secondary: hsla(214deg 89% 58% / 14%);
|
|
766
|
+
|
|
767
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23b0b3b8' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
[data-theme="chats-light"] {
|
|
771
|
+
color-scheme: light;
|
|
772
|
+
|
|
773
|
+
--ph-canvas: #f8f8f8;
|
|
774
|
+
--ph-surface: #ffffff;
|
|
775
|
+
--ph-muted: #f4f4f4;
|
|
776
|
+
--ph-toolbar: #ececec;
|
|
777
|
+
--ph-border: #dddddd;
|
|
778
|
+
--ph-border-strong: #868686;
|
|
779
|
+
|
|
780
|
+
--ph-text-primary: #1d1c1d;
|
|
781
|
+
--ph-text-secondary: #616061;
|
|
782
|
+
--ph-text-tertiary: #868686;
|
|
783
|
+
|
|
784
|
+
--ph-accent: #611f69;
|
|
785
|
+
--ph-accent-hover: #4a154b;
|
|
786
|
+
--ph-blue: #36c5f0;
|
|
787
|
+
--ph-violet: #611f69;
|
|
788
|
+
--ph-purple: #611f69;
|
|
789
|
+
|
|
790
|
+
--ph-success: #2eb67d;
|
|
791
|
+
--ph-warning: #ecb22e;
|
|
792
|
+
--ph-danger: #e01e5a;
|
|
793
|
+
--ph-info: #36c5f0;
|
|
794
|
+
|
|
795
|
+
--ph-text-3000: #1d1c1d;
|
|
796
|
+
--ph-primary-button-face: #ffffff;
|
|
797
|
+
--ph-primary-button-border: #4a154b;
|
|
798
|
+
--ph-primary-button-border-hover: #350d36;
|
|
799
|
+
--ph-primary-frame-bg: #611f69;
|
|
800
|
+
--ph-secondary-button-bg: #f4f4f4;
|
|
801
|
+
--ph-secondary-frame-bg: #ececec;
|
|
802
|
+
--ph-secondary-button-border: #dddddd;
|
|
803
|
+
--ph-secondary-button-border-hover: #611f69;
|
|
804
|
+
|
|
805
|
+
--ph-border-3000: #dddddd;
|
|
806
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
807
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
808
|
+
--ph-accent-highlight-secondary: hsla(295deg 52% 33% / 10%);
|
|
809
|
+
|
|
810
|
+
--ph-data-1: #611f69;
|
|
811
|
+
--ph-data-2: #2eb67d;
|
|
812
|
+
--ph-data-3: #36c5f0;
|
|
813
|
+
--ph-data-4: #e01e5a;
|
|
814
|
+
--ph-data-5: #ecb22e;
|
|
815
|
+
--ph-data-6: #4a154b;
|
|
816
|
+
--ph-data-7: #1264a3;
|
|
817
|
+
|
|
818
|
+
--ph-product-session-replay: #611f69;
|
|
819
|
+
--ph-product-product-analytics: #36c5f0;
|
|
820
|
+
--ph-product-data-pipeline: #2eb67d;
|
|
821
|
+
--ph-product-feature-flags: #ecb22e;
|
|
822
|
+
--ph-product-experiments: #e01e5a;
|
|
823
|
+
--ph-product-data-warehouse: #4a154b;
|
|
824
|
+
--ph-product-surveys: #1264a3;
|
|
825
|
+
|
|
826
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23868686' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
[data-theme="chats-dark"] {
|
|
830
|
+
color-scheme: dark;
|
|
831
|
+
|
|
832
|
+
--ph-canvas: #1a1d21;
|
|
833
|
+
--ph-surface: #222529;
|
|
834
|
+
--ph-muted: #2c2d30;
|
|
835
|
+
--ph-toolbar: #35373b;
|
|
836
|
+
--ph-border: #565856;
|
|
837
|
+
--ph-border-strong: #868686;
|
|
838
|
+
|
|
839
|
+
--ph-text-primary: #d1d2d3;
|
|
840
|
+
--ph-text-secondary: #ababad;
|
|
841
|
+
--ph-text-tertiary: #868686;
|
|
842
|
+
|
|
843
|
+
--ph-accent: #2eb67d;
|
|
844
|
+
--ph-accent-hover: #3ecf8e;
|
|
845
|
+
--ph-blue: #36c5f0;
|
|
846
|
+
--ph-violet: #ab7aad;
|
|
847
|
+
--ph-purple: #611f69;
|
|
848
|
+
|
|
849
|
+
--ph-success: #2eb67d;
|
|
850
|
+
--ph-warning: #ecb22e;
|
|
851
|
+
--ph-danger: #e01e5a;
|
|
852
|
+
--ph-info: #1d9bd1;
|
|
853
|
+
|
|
854
|
+
--ph-text-3000: #d1d2d3;
|
|
855
|
+
--ph-primary-button-face: #222529;
|
|
856
|
+
--ph-primary-button-border: #217a53;
|
|
857
|
+
--ph-primary-button-border-hover: #2eb67d;
|
|
858
|
+
--ph-primary-frame-bg: #2eb67d;
|
|
859
|
+
--ph-secondary-button-bg: #2c2d30;
|
|
860
|
+
--ph-secondary-frame-bg: #565856;
|
|
861
|
+
--ph-secondary-button-border: #565856;
|
|
862
|
+
--ph-secondary-button-border-hover: #ab7aad;
|
|
863
|
+
|
|
864
|
+
--ph-border-3000: #35373b;
|
|
865
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
866
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
867
|
+
--ph-accent-highlight-secondary: hsla(156deg 61% 45% / 14%);
|
|
868
|
+
|
|
869
|
+
--ph-data-1: #2eb67d;
|
|
870
|
+
--ph-data-2: #36c5f0;
|
|
871
|
+
--ph-data-3: #ecb22e;
|
|
872
|
+
--ph-data-4: #e01e5a;
|
|
873
|
+
--ph-data-5: #ab7aad;
|
|
874
|
+
--ph-data-6: #1d9bd1;
|
|
875
|
+
--ph-data-7: #611f69;
|
|
876
|
+
|
|
877
|
+
--ph-product-session-replay: #2eb67d;
|
|
878
|
+
--ph-product-product-analytics: #36c5f0;
|
|
879
|
+
--ph-product-data-pipeline: #1d9bd1;
|
|
880
|
+
--ph-product-feature-flags: #ecb22e;
|
|
881
|
+
--ph-product-experiments: #e01e5a;
|
|
882
|
+
--ph-product-data-warehouse: #611f69;
|
|
883
|
+
--ph-product-surveys: #ab7aad;
|
|
884
|
+
|
|
885
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23ababad' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
[data-theme="bikini-bottom-dark"] {
|
|
889
|
+
color-scheme: dark;
|
|
890
|
+
|
|
891
|
+
--ph-canvas: #0a1628;
|
|
892
|
+
--ph-surface: #122338;
|
|
893
|
+
--ph-muted: #1a3050;
|
|
894
|
+
--ph-toolbar: #1e3a5f;
|
|
895
|
+
--ph-border: #2a5080;
|
|
896
|
+
--ph-border-strong: #5c8fd4;
|
|
897
|
+
|
|
898
|
+
--ph-text-primary: #e8f4fc;
|
|
899
|
+
--ph-text-secondary: #a8cce8;
|
|
900
|
+
--ph-text-tertiary: #6a9fc9;
|
|
901
|
+
|
|
902
|
+
--ph-accent: #ffc107;
|
|
903
|
+
--ph-accent-hover: #ffd54f;
|
|
904
|
+
--ph-blue: #4fc3f7;
|
|
905
|
+
--ph-violet: #ff6b9d;
|
|
906
|
+
--ph-purple: #ff6b9d;
|
|
907
|
+
|
|
908
|
+
--ph-success: #66bb6a;
|
|
909
|
+
--ph-warning: #d4a574;
|
|
910
|
+
--ph-danger: #ff6b9d;
|
|
911
|
+
--ph-info: #29b6f6;
|
|
912
|
+
|
|
913
|
+
--ph-text-3000: #e8f4fc;
|
|
914
|
+
--ph-primary-button-face: #122338;
|
|
915
|
+
--ph-primary-button-border: #c68400;
|
|
916
|
+
--ph-primary-button-border-hover: #ffc107;
|
|
917
|
+
--ph-primary-frame-bg: #ffc107;
|
|
918
|
+
--ph-secondary-button-bg: #1a3050;
|
|
919
|
+
--ph-secondary-frame-bg: #2a5080;
|
|
920
|
+
--ph-secondary-button-border: #ff6b9d;
|
|
921
|
+
--ph-secondary-button-border-hover: #ff8fab;
|
|
922
|
+
|
|
923
|
+
--ph-border-3000: #1e3a5f;
|
|
924
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
|
|
925
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
926
|
+
--ph-accent-highlight-secondary: hsla(45deg 100% 51% / 14%);
|
|
927
|
+
|
|
928
|
+
--ph-data-1: #ffc107;
|
|
929
|
+
--ph-data-2: #ff6b9d;
|
|
930
|
+
--ph-data-3: #d4a574;
|
|
931
|
+
--ph-data-4: #66bb6a;
|
|
932
|
+
--ph-data-5: #4fc3f7;
|
|
933
|
+
--ph-data-6: #ff9800;
|
|
934
|
+
--ph-data-7: #ab47bc;
|
|
935
|
+
|
|
936
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%236a9fc9' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
[data-theme="turtletime-dark"] {
|
|
940
|
+
color-scheme: dark;
|
|
941
|
+
|
|
942
|
+
--ph-canvas: #0d120f;
|
|
943
|
+
--ph-surface: #151b17;
|
|
944
|
+
--ph-muted: #1c241f;
|
|
945
|
+
--ph-toolbar: #243027;
|
|
946
|
+
--ph-border: #334538;
|
|
947
|
+
--ph-border-strong: #66806b;
|
|
948
|
+
|
|
949
|
+
--ph-text-primary: #eef4e9;
|
|
950
|
+
--ph-text-secondary: #c7d5c0;
|
|
951
|
+
--ph-text-tertiary: #91a28a;
|
|
952
|
+
|
|
953
|
+
--ph-accent: #3f8f57;
|
|
954
|
+
--ph-accent-hover: #55a96b;
|
|
955
|
+
--ph-blue: #57b3a3;
|
|
956
|
+
--ph-violet: #d4861a;
|
|
957
|
+
--ph-purple: #8fa64a;
|
|
958
|
+
|
|
959
|
+
--ph-success: #55a96b;
|
|
960
|
+
--ph-warning: #e58a12;
|
|
961
|
+
--ph-danger: #e06a49;
|
|
962
|
+
--ph-info: #57b3a3;
|
|
963
|
+
|
|
964
|
+
--ph-text-3000: #eef4e9;
|
|
965
|
+
--ph-primary-button-face: #151b17;
|
|
966
|
+
--ph-primary-button-border: #2d6f43;
|
|
967
|
+
--ph-primary-button-border-hover: #55a96b;
|
|
968
|
+
--ph-primary-frame-bg: #d4861a;
|
|
969
|
+
--ph-secondary-button-bg: #1c241f;
|
|
970
|
+
--ph-secondary-frame-bg: #334538;
|
|
971
|
+
--ph-secondary-button-border: #405745;
|
|
972
|
+
--ph-secondary-button-border-hover: #55a96b;
|
|
973
|
+
|
|
974
|
+
--ph-border-3000: #243027;
|
|
975
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
|
|
976
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.38);
|
|
977
|
+
--ph-accent-highlight-secondary: hsla(139deg 39% 40% / 18%);
|
|
978
|
+
|
|
979
|
+
--ph-data-1: #55a96b;
|
|
980
|
+
--ph-data-2: #e58a12;
|
|
981
|
+
--ph-data-3: #57b3a3;
|
|
982
|
+
--ph-data-4: #e06a49;
|
|
983
|
+
--ph-data-5: #f3b14c;
|
|
984
|
+
--ph-data-6: #8fa64a;
|
|
985
|
+
--ph-data-7: #b8791b;
|
|
986
|
+
|
|
987
|
+
--ph-product-session-replay: #e58a12;
|
|
988
|
+
--ph-product-product-analytics: #55a96b;
|
|
989
|
+
--ph-product-data-pipeline: #57b3a3;
|
|
990
|
+
--ph-product-feature-flags: #8fa64a;
|
|
991
|
+
--ph-product-experiments: #f3b14c;
|
|
992
|
+
--ph-product-data-warehouse: #b8791b;
|
|
993
|
+
--ph-product-surveys: #e06a49;
|
|
994
|
+
|
|
995
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2391a28a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
[data-theme="note-dark"] {
|
|
999
|
+
color-scheme: dark;
|
|
1000
|
+
|
|
1001
|
+
--ph-canvas: #1a1224;
|
|
1002
|
+
--ph-surface: #221830;
|
|
1003
|
+
--ph-muted: #2a1f3d;
|
|
1004
|
+
--ph-toolbar: #322648;
|
|
1005
|
+
--ph-border: #4a3860;
|
|
1006
|
+
--ph-border-strong: #9b7bb8;
|
|
1007
|
+
|
|
1008
|
+
--ph-text-primary: #f0e8f8;
|
|
1009
|
+
--ph-text-secondary: #c4b5d8;
|
|
1010
|
+
--ph-text-tertiary: #9b7bb8;
|
|
1011
|
+
|
|
1012
|
+
--ph-accent: #b146c2;
|
|
1013
|
+
--ph-accent-hover: #c96bd4;
|
|
1014
|
+
--ph-blue: #4f9ff5;
|
|
1015
|
+
--ph-violet: #b146c2;
|
|
1016
|
+
--ph-purple: #93278f;
|
|
1017
|
+
|
|
1018
|
+
--ph-success: #33a867;
|
|
1019
|
+
--ph-warning: #e67e22;
|
|
1020
|
+
--ph-danger: #f87171;
|
|
1021
|
+
--ph-info: #4f9ff5;
|
|
1022
|
+
|
|
1023
|
+
--ph-text-3000: #f0e8f8;
|
|
1024
|
+
--ph-primary-button-face: #221830;
|
|
1025
|
+
--ph-primary-button-border: #7719aa;
|
|
1026
|
+
--ph-primary-button-border-hover: #b146c2;
|
|
1027
|
+
--ph-primary-frame-bg: #b146c2;
|
|
1028
|
+
--ph-secondary-button-bg: #2a1f3d;
|
|
1029
|
+
--ph-secondary-frame-bg: #4a3860;
|
|
1030
|
+
--ph-secondary-button-border: #4a3860;
|
|
1031
|
+
--ph-secondary-button-border-hover: #93278f;
|
|
1032
|
+
|
|
1033
|
+
--ph-border-3000: #322648;
|
|
1034
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1035
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1036
|
+
--ph-accent-highlight-secondary: hsla(291deg 48% 54% / 14%);
|
|
1037
|
+
|
|
1038
|
+
--ph-data-1: #b146c2;
|
|
1039
|
+
--ph-data-2: #93278f;
|
|
1040
|
+
--ph-data-3: #4f9ff5;
|
|
1041
|
+
--ph-data-4: #f87171;
|
|
1042
|
+
--ph-data-5: #e67e22;
|
|
1043
|
+
--ph-data-6: #33a867;
|
|
1044
|
+
--ph-data-7: #7719aa;
|
|
1045
|
+
|
|
1046
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239b7bb8' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
[data-theme="presentation-dark"] {
|
|
1050
|
+
color-scheme: dark;
|
|
1051
|
+
|
|
1052
|
+
--ph-canvas: #1b1a19;
|
|
1053
|
+
--ph-surface: #252423;
|
|
1054
|
+
--ph-muted: #2d2c2b;
|
|
1055
|
+
--ph-toolbar: #323130;
|
|
1056
|
+
--ph-border: #484644;
|
|
1057
|
+
--ph-border-strong: #797775;
|
|
1058
|
+
|
|
1059
|
+
--ph-text-primary: #f3f2f1;
|
|
1060
|
+
--ph-text-secondary: #c8c6c4;
|
|
1061
|
+
--ph-text-tertiary: #a19f9d;
|
|
1062
|
+
|
|
1063
|
+
--ph-accent: #e8654a;
|
|
1064
|
+
--ph-accent-hover: #f07d62;
|
|
1065
|
+
--ph-blue: #4f9ff5;
|
|
1066
|
+
--ph-violet: #a78bfa;
|
|
1067
|
+
--ph-purple: #8764b8;
|
|
1068
|
+
|
|
1069
|
+
--ph-success: #33a867;
|
|
1070
|
+
--ph-warning: #e67e22;
|
|
1071
|
+
--ph-danger: #f87171;
|
|
1072
|
+
--ph-info: #4f9ff5;
|
|
1073
|
+
|
|
1074
|
+
--ph-text-3000: #f3f2f1;
|
|
1075
|
+
--ph-primary-button-face: #252423;
|
|
1076
|
+
--ph-primary-button-border: #b93d20;
|
|
1077
|
+
--ph-primary-button-border-hover: #e8654a;
|
|
1078
|
+
--ph-primary-frame-bg: #e8654a;
|
|
1079
|
+
--ph-secondary-button-bg: #2d2c2b;
|
|
1080
|
+
--ph-secondary-frame-bg: #484644;
|
|
1081
|
+
--ph-secondary-button-border: #605e5c;
|
|
1082
|
+
--ph-secondary-button-border-hover: #797775;
|
|
1083
|
+
|
|
1084
|
+
--ph-border-3000: #323130;
|
|
1085
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1086
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1087
|
+
--ph-accent-highlight-secondary: hsla(11deg 70% 55% / 14%);
|
|
1088
|
+
|
|
1089
|
+
--ph-data-1: #e8654a;
|
|
1090
|
+
--ph-data-2: #4f9ff5;
|
|
1091
|
+
--ph-data-3: #33a867;
|
|
1092
|
+
--ph-data-4: #f87171;
|
|
1093
|
+
--ph-data-5: #e67e22;
|
|
1094
|
+
--ph-data-6: #8764b8;
|
|
1095
|
+
--ph-data-7: #0078d4;
|
|
1096
|
+
|
|
1097
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23a19f9d' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
[data-theme="github-light"] {
|
|
1101
|
+
color-scheme: light;
|
|
1102
|
+
|
|
1103
|
+
--ph-canvas: #f6f8fa;
|
|
1104
|
+
--ph-surface: #ffffff;
|
|
1105
|
+
--ph-muted: #f6f8fa;
|
|
1106
|
+
--ph-toolbar: #eaeef2;
|
|
1107
|
+
--ph-border: #d0d7de;
|
|
1108
|
+
--ph-border-strong: #8c959f;
|
|
1109
|
+
|
|
1110
|
+
--ph-text-primary: #1f2328;
|
|
1111
|
+
--ph-text-secondary: #656d76;
|
|
1112
|
+
--ph-text-tertiary: #6e7781;
|
|
1113
|
+
|
|
1114
|
+
--ph-accent: #0969da;
|
|
1115
|
+
--ph-accent-hover: #0550ae;
|
|
1116
|
+
--ph-blue: #0969da;
|
|
1117
|
+
--ph-violet: #8250df;
|
|
1118
|
+
--ph-purple: #8250df;
|
|
1119
|
+
|
|
1120
|
+
--ph-success: #1a7f37;
|
|
1121
|
+
--ph-warning: #9a6700;
|
|
1122
|
+
--ph-danger: #cf222e;
|
|
1123
|
+
--ph-info: #0969da;
|
|
1124
|
+
|
|
1125
|
+
--ph-text-3000: #1f2328;
|
|
1126
|
+
--ph-primary-button-face: #ffffff;
|
|
1127
|
+
--ph-primary-button-border: #0550ae;
|
|
1128
|
+
--ph-primary-button-border-hover: #033d8b;
|
|
1129
|
+
--ph-primary-frame-bg: #0969da;
|
|
1130
|
+
--ph-secondary-button-bg: #f6f8fa;
|
|
1131
|
+
--ph-secondary-frame-bg: #eaeef2;
|
|
1132
|
+
--ph-secondary-button-border: #d0d7de;
|
|
1133
|
+
--ph-secondary-button-border-hover: #8c959f;
|
|
1134
|
+
|
|
1135
|
+
--ph-border-3000: #d0d7de;
|
|
1136
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
1137
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
1138
|
+
--ph-accent-highlight-secondary: hsla(212deg 92% 45% / 10%);
|
|
1139
|
+
|
|
1140
|
+
--ph-data-1: #0969da;
|
|
1141
|
+
--ph-data-2: #8250df;
|
|
1142
|
+
--ph-data-3: #1a7f37;
|
|
1143
|
+
--ph-data-4: #cf222e;
|
|
1144
|
+
--ph-data-5: #9a6700;
|
|
1145
|
+
--ph-data-6: #0550ae;
|
|
1146
|
+
--ph-data-7: #bf3989;
|
|
1147
|
+
|
|
1148
|
+
--ph-product-session-replay: #9a6700;
|
|
1149
|
+
--ph-product-product-analytics: #0969da;
|
|
1150
|
+
--ph-product-data-pipeline: #1a7f37;
|
|
1151
|
+
--ph-product-feature-flags: #0550ae;
|
|
1152
|
+
--ph-product-experiments: #8250df;
|
|
1153
|
+
--ph-product-data-warehouse: #6639ba;
|
|
1154
|
+
--ph-product-surveys: #cf222e;
|
|
1155
|
+
|
|
1156
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23656d76' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
[data-theme="github-dark"] {
|
|
1160
|
+
color-scheme: dark;
|
|
1161
|
+
|
|
1162
|
+
--ph-canvas: #0d1117;
|
|
1163
|
+
--ph-surface: #161b22;
|
|
1164
|
+
--ph-muted: #21262d;
|
|
1165
|
+
--ph-toolbar: #21262d;
|
|
1166
|
+
--ph-border: #30363d;
|
|
1167
|
+
--ph-border-strong: #484f58;
|
|
1168
|
+
|
|
1169
|
+
--ph-text-primary: #e6edf3;
|
|
1170
|
+
--ph-text-secondary: #9198a1;
|
|
1171
|
+
--ph-text-tertiary: #7d8590;
|
|
1172
|
+
|
|
1173
|
+
--ph-accent: #4493f8;
|
|
1174
|
+
--ph-accent-hover: #58a6ff;
|
|
1175
|
+
--ph-blue: #4493f8;
|
|
1176
|
+
--ph-violet: #a371f7;
|
|
1177
|
+
--ph-purple: #a371f7;
|
|
1178
|
+
|
|
1179
|
+
--ph-success: #3fb950;
|
|
1180
|
+
--ph-warning: #d29922;
|
|
1181
|
+
--ph-danger: #f85149;
|
|
1182
|
+
--ph-info: #4493f8;
|
|
1183
|
+
|
|
1184
|
+
--ph-text-3000: #e6edf3;
|
|
1185
|
+
--ph-primary-button-face: #161b22;
|
|
1186
|
+
--ph-primary-button-border: #1f6feb;
|
|
1187
|
+
--ph-primary-button-border-hover: #388bfd;
|
|
1188
|
+
--ph-primary-frame-bg: #1f6feb;
|
|
1189
|
+
--ph-secondary-button-bg: #21262d;
|
|
1190
|
+
--ph-secondary-frame-bg: #30363d;
|
|
1191
|
+
--ph-secondary-button-border: #484f58;
|
|
1192
|
+
--ph-secondary-button-border-hover: #6e7681;
|
|
1193
|
+
|
|
1194
|
+
--ph-border-3000: #30363d;
|
|
1195
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
1196
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1197
|
+
--ph-accent-highlight-secondary: hsla(213deg 94% 68% / 12%);
|
|
1198
|
+
|
|
1199
|
+
--ph-data-1: #4493f8;
|
|
1200
|
+
--ph-data-2: #a371f7;
|
|
1201
|
+
--ph-data-3: #3fb950;
|
|
1202
|
+
--ph-data-4: #f85149;
|
|
1203
|
+
--ph-data-5: #d29922;
|
|
1204
|
+
--ph-data-6: #58a6ff;
|
|
1205
|
+
--ph-data-7: #db61a2;
|
|
1206
|
+
|
|
1207
|
+
--ph-product-session-replay: #d29922;
|
|
1208
|
+
--ph-product-product-analytics: #4493f8;
|
|
1209
|
+
--ph-product-data-pipeline: #3fb950;
|
|
1210
|
+
--ph-product-feature-flags: #58a6ff;
|
|
1211
|
+
--ph-product-experiments: #a371f7;
|
|
1212
|
+
--ph-product-data-warehouse: #8957e5;
|
|
1213
|
+
--ph-product-surveys: #f85149;
|
|
1214
|
+
|
|
1215
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%237d8590' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
[data-theme="rosepine-light"] {
|
|
1219
|
+
color-scheme: light;
|
|
1220
|
+
|
|
1221
|
+
--ph-canvas: #faf4ed;
|
|
1222
|
+
--ph-surface: #fffaf3;
|
|
1223
|
+
--ph-muted: #f2e9e1;
|
|
1224
|
+
--ph-toolbar: #f4ede8;
|
|
1225
|
+
--ph-border: #dfdad9;
|
|
1226
|
+
--ph-border-strong: #9893a5;
|
|
1227
|
+
|
|
1228
|
+
--ph-text-primary: #575279;
|
|
1229
|
+
--ph-text-secondary: #797593;
|
|
1230
|
+
--ph-text-tertiary: #9893a5;
|
|
1231
|
+
|
|
1232
|
+
--ph-accent: #907aa9;
|
|
1233
|
+
--ph-accent-hover: #7c6594;
|
|
1234
|
+
--ph-blue: #56949f;
|
|
1235
|
+
--ph-violet: #907aa9;
|
|
1236
|
+
--ph-purple: #907aa9;
|
|
1237
|
+
|
|
1238
|
+
--ph-success: #286983;
|
|
1239
|
+
--ph-warning: #ea9d34;
|
|
1240
|
+
--ph-danger: #b4637a;
|
|
1241
|
+
--ph-info: #56949f;
|
|
1242
|
+
|
|
1243
|
+
--ph-text-3000: #575279;
|
|
1244
|
+
--ph-primary-button-face: #fffaf3;
|
|
1245
|
+
--ph-primary-button-border: #7c6594;
|
|
1246
|
+
--ph-primary-button-border-hover: #6b567f;
|
|
1247
|
+
--ph-primary-frame-bg: #907aa9;
|
|
1248
|
+
--ph-secondary-button-bg: #f2e9e1;
|
|
1249
|
+
--ph-secondary-frame-bg: #f4ede8;
|
|
1250
|
+
--ph-secondary-button-border: #dfdad9;
|
|
1251
|
+
--ph-secondary-button-border-hover: #9893a5;
|
|
1252
|
+
|
|
1253
|
+
--ph-border-3000: #dfdad9;
|
|
1254
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.88);
|
|
1255
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
1256
|
+
--ph-accent-highlight-secondary: hsla(268deg 21% 57% / 12%);
|
|
1257
|
+
|
|
1258
|
+
--ph-data-1: #56949f;
|
|
1259
|
+
--ph-data-2: #907aa9;
|
|
1260
|
+
--ph-data-3: #286983;
|
|
1261
|
+
--ph-data-4: #b4637a;
|
|
1262
|
+
--ph-data-5: #ea9d34;
|
|
1263
|
+
--ph-data-6: #d7827e;
|
|
1264
|
+
--ph-data-7: #797593;
|
|
1265
|
+
|
|
1266
|
+
--ph-product-session-replay: #ea9d34;
|
|
1267
|
+
--ph-product-product-analytics: #56949f;
|
|
1268
|
+
--ph-product-data-pipeline: #286983;
|
|
1269
|
+
--ph-product-feature-flags: #907aa9;
|
|
1270
|
+
--ph-product-experiments: #b4637a;
|
|
1271
|
+
--ph-product-data-warehouse: #797593;
|
|
1272
|
+
--ph-product-surveys: #d7827e;
|
|
1273
|
+
|
|
1274
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239893a5' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
[data-theme="rosepine-dark"] {
|
|
1278
|
+
color-scheme: dark;
|
|
1279
|
+
|
|
1280
|
+
--ph-canvas: #191724;
|
|
1281
|
+
--ph-surface: #1f1d2e;
|
|
1282
|
+
--ph-muted: #26233a;
|
|
1283
|
+
--ph-toolbar: #21202e;
|
|
1284
|
+
--ph-border: #403d52;
|
|
1285
|
+
--ph-border-strong: #524f67;
|
|
1286
|
+
|
|
1287
|
+
--ph-text-primary: #e0def4;
|
|
1288
|
+
--ph-text-secondary: #908caa;
|
|
1289
|
+
--ph-text-tertiary: #6e6a86;
|
|
1290
|
+
|
|
1291
|
+
--ph-accent: #c4a7e7;
|
|
1292
|
+
--ph-accent-hover: #d4bcf0;
|
|
1293
|
+
--ph-blue: #9ccfd8;
|
|
1294
|
+
--ph-violet: #c4a7e7;
|
|
1295
|
+
--ph-purple: #c4a7e7;
|
|
1296
|
+
|
|
1297
|
+
--ph-success: #31748f;
|
|
1298
|
+
--ph-warning: #f6c177;
|
|
1299
|
+
--ph-danger: #eb6f92;
|
|
1300
|
+
--ph-info: #9ccfd8;
|
|
1301
|
+
|
|
1302
|
+
--ph-text-3000: #e0def4;
|
|
1303
|
+
--ph-primary-button-face: #1f1d2e;
|
|
1304
|
+
--ph-primary-button-border: #9b7fd4;
|
|
1305
|
+
--ph-primary-button-border-hover: #c4a7e7;
|
|
1306
|
+
--ph-primary-frame-bg: #c4a7e7;
|
|
1307
|
+
--ph-secondary-button-bg: #26233a;
|
|
1308
|
+
--ph-secondary-frame-bg: #403d52;
|
|
1309
|
+
--ph-secondary-button-border: #524f67;
|
|
1310
|
+
--ph-secondary-button-border-hover: #6e6a86;
|
|
1311
|
+
|
|
1312
|
+
--ph-border-3000: #26233a;
|
|
1313
|
+
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1314
|
+
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.32);
|
|
1315
|
+
--ph-accent-highlight-secondary: hsla(267deg 57% 78% / 14%);
|
|
1316
|
+
|
|
1317
|
+
--ph-data-1: #9ccfd8;
|
|
1318
|
+
--ph-data-2: #c4a7e7;
|
|
1319
|
+
--ph-data-3: #31748f;
|
|
1320
|
+
--ph-data-4: #eb6f92;
|
|
1321
|
+
--ph-data-5: #f6c177;
|
|
1322
|
+
--ph-data-6: #ebbcba;
|
|
1323
|
+
--ph-data-7: #908caa;
|
|
1324
|
+
|
|
1325
|
+
--ph-product-session-replay: #f6c177;
|
|
1326
|
+
--ph-product-product-analytics: #9ccfd8;
|
|
1327
|
+
--ph-product-data-pipeline: #31748f;
|
|
1328
|
+
--ph-product-feature-flags: #c4a7e7;
|
|
1329
|
+
--ph-product-experiments: #eb6f92;
|
|
1330
|
+
--ph-product-data-warehouse: #ebbcba;
|
|
1331
|
+
--ph-product-surveys: #908caa;
|
|
1332
|
+
|
|
1333
|
+
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23908caa' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
|
|
1334
|
+
}
|