@xenide-io/the-old-ui-theme 0.5.2 → 0.5.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 +47 -34
- package/dist/{chunk-RZXHZWUB.mjs → chunk-VFTZXPXM.mjs} +30 -143
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +30 -143
- package/dist/index.mjs +1 -1
- package/dist/suite.d.mts +19 -14
- package/dist/suite.d.ts +19 -14
- package/dist/suite.js +168 -96
- package/dist/suite.mjs +168 -96
- package/dist/ui.js +30 -143
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/src/app/globals.css +1 -0
- package/src/components/ui/ThemeSwitcher.tsx +12 -3
- package/src/styles/suite-skin.css +71 -1
- package/src/styles/themes.css +445 -1656
- package/src/suite/components/suite-app-layout.tsx +31 -10
- package/src/suite/components/suite-sidebar.tsx +50 -42
- package/src/suite/components/suite-user-menu.tsx +48 -26
- package/src/suite/components/today-page-frame.tsx +1 -1
- package/src/suite/icons/app-accents.ts +38 -43
- package/src/suite/icons/glyph-parts.tsx +16 -9
- package/src/suite/icons/glyphs.ts +130 -99
- package/src/suite/lib/apps.ts +1 -1
- package/src/suite/lib/use-sidebar-width.ts +23 -8
package/src/styles/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Colour-only themes — override semantic tokens via html[data-theme].
|
|
3
|
-
* Structural tokens
|
|
3
|
+
* Structural tokens live in globals.css.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
--ph-border-3000: #dadbd2;
|
|
43
43
|
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.84);
|
|
44
44
|
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
45
|
-
--ph-accent-highlight-secondary:
|
|
45
|
+
--ph-accent-highlight-secondary: hsl(19deg 100% 48% / 10%);
|
|
46
46
|
|
|
47
47
|
--ph-data-1: #1d4aff;
|
|
48
48
|
--ph-data-2: #621da6;
|
|
@@ -52,14 +52,13 @@
|
|
|
52
52
|
--ph-data-6: #529a0a;
|
|
53
53
|
--ph-data-7: #fe729e;
|
|
54
54
|
|
|
55
|
-
--ph-product-session-replay:
|
|
56
|
-
--ph-product-product-analytics:
|
|
57
|
-
--ph-product-data-pipeline:
|
|
58
|
-
--ph-product-feature-flags:
|
|
59
|
-
--ph-product-experiments:
|
|
60
|
-
--ph-product-data-warehouse:
|
|
61
|
-
--ph-product-surveys:
|
|
62
|
-
|
|
55
|
+
--ph-product-session-replay: var(--ph-data-1);
|
|
56
|
+
--ph-product-product-analytics: var(--ph-data-2);
|
|
57
|
+
--ph-product-data-pipeline: var(--ph-data-3);
|
|
58
|
+
--ph-product-feature-flags: var(--ph-data-4);
|
|
59
|
+
--ph-product-experiments: var(--ph-data-5);
|
|
60
|
+
--ph-product-data-warehouse: var(--ph-data-6);
|
|
61
|
+
--ph-product-surveys: var(--ph-data-7);
|
|
63
62
|
--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
63
|
}
|
|
65
64
|
|
|
@@ -131,434 +130,122 @@
|
|
|
131
130
|
--ph-secondary-button-border-hover: hsl(220 5% 42%);
|
|
132
131
|
|
|
133
132
|
--ph-border-3000: hsl(220 7% 20%);
|
|
134
|
-
--ph-
|
|
135
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
136
|
-
--ph-accent-highlight-secondary: hsla(19deg 100% 52% / 14%);
|
|
137
|
-
|
|
138
|
-
--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");
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
[data-theme="catppuccin-light"] {
|
|
142
|
-
color-scheme: light;
|
|
143
|
-
|
|
144
|
-
--ph-canvas: #eff1f5;
|
|
145
|
-
--ph-surface: #ffffff;
|
|
146
|
-
--ph-muted: #e6e9ef;
|
|
147
|
-
--ph-toolbar: #dce0e8;
|
|
148
|
-
--ph-border: #ccd0da;
|
|
149
|
-
--ph-border-strong: #9ca0b0;
|
|
150
|
-
|
|
151
|
-
--ph-text-primary: #4c4f69;
|
|
152
|
-
--ph-text-secondary: #6c6f85;
|
|
153
|
-
--ph-text-tertiary: #9ca0b0;
|
|
154
|
-
|
|
155
|
-
--ph-accent: #8839ef;
|
|
156
|
-
--ph-accent-hover: #7c32d9;
|
|
157
|
-
--ph-blue: #1e66f5;
|
|
158
|
-
--ph-violet: #8839ef;
|
|
159
|
-
--ph-purple: #8839ef;
|
|
160
|
-
|
|
161
|
-
--ph-success: #40a02b;
|
|
162
|
-
--ph-warning: #df8e1d;
|
|
163
|
-
--ph-danger: #d20f39;
|
|
164
|
-
--ph-info: #1e66f5;
|
|
165
|
-
|
|
166
|
-
--ph-text-3000: #4c4f69;
|
|
167
|
-
--ph-primary-button-face: #ffffff;
|
|
168
|
-
--ph-primary-button-border: #7c32d9;
|
|
169
|
-
--ph-primary-button-border-hover: #6b28c4;
|
|
170
|
-
--ph-primary-frame-bg: #cba6f7;
|
|
171
|
-
--ph-secondary-button-bg: #e6e9ef;
|
|
172
|
-
--ph-secondary-frame-bg: #dce0e8;
|
|
173
|
-
--ph-secondary-button-border: #ccd0da;
|
|
174
|
-
--ph-secondary-button-border-hover: #9ca0b0;
|
|
175
|
-
|
|
176
|
-
--ph-border-3000: #ccd0da;
|
|
177
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
178
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
179
|
-
--ph-accent-highlight-secondary: hsla(266deg 85% 58% / 12%);
|
|
180
|
-
|
|
181
|
-
--ph-data-1: #1e66f5;
|
|
182
|
-
--ph-data-2: #8839ef;
|
|
183
|
-
--ph-data-3: #179299;
|
|
184
|
-
--ph-data-4: #d20f39;
|
|
185
|
-
--ph-data-5: #fe640b;
|
|
186
|
-
--ph-data-6: #40a02b;
|
|
187
|
-
--ph-data-7: #ea76cb;
|
|
188
|
-
|
|
189
|
-
--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");
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
[data-theme="catppuccin-dark"] {
|
|
193
|
-
color-scheme: dark;
|
|
194
|
-
|
|
195
|
-
--ph-canvas: #1e1e2e;
|
|
196
|
-
--ph-surface: #181825;
|
|
197
|
-
--ph-muted: #181825;
|
|
198
|
-
--ph-toolbar: #11111b;
|
|
199
|
-
--ph-border: #45475a;
|
|
200
|
-
--ph-border-strong: #585b70;
|
|
201
|
-
|
|
202
|
-
--ph-text-primary: #cdd6f4;
|
|
203
|
-
--ph-text-secondary: #a6adc8;
|
|
204
|
-
--ph-text-tertiary: #7f849c;
|
|
205
|
-
|
|
206
|
-
--ph-accent: #cba6f7;
|
|
207
|
-
--ph-accent-hover: #d9b8ff;
|
|
208
|
-
--ph-blue: #89b4fa;
|
|
209
|
-
--ph-violet: #cba6f7;
|
|
210
|
-
--ph-purple: #cba6f7;
|
|
211
|
-
|
|
212
|
-
--ph-success: #a6e3a1;
|
|
213
|
-
--ph-warning: #f9e2af;
|
|
214
|
-
--ph-danger: #f38ba8;
|
|
215
|
-
--ph-info: #89b4fa;
|
|
216
|
-
|
|
217
|
-
--ph-text-3000: #cdd6f4;
|
|
218
|
-
--ph-primary-button-face: #181825;
|
|
219
|
-
--ph-primary-button-border: #b4befe;
|
|
220
|
-
--ph-primary-button-border-hover: #cba6f7;
|
|
221
|
-
--ph-primary-frame-bg: #fab387;
|
|
222
|
-
--ph-secondary-button-bg: #313244;
|
|
223
|
-
--ph-secondary-frame-bg: #45475a;
|
|
224
|
-
--ph-secondary-button-border: #585b70;
|
|
225
|
-
--ph-secondary-button-border-hover: #6c7086;
|
|
226
|
-
|
|
227
|
-
--ph-border-3000: #313244;
|
|
228
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
229
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.3);
|
|
230
|
-
--ph-accent-highlight-secondary: hsla(267deg 84% 81% / 14%);
|
|
231
|
-
|
|
232
|
-
--ph-data-1: #89b4fa;
|
|
233
|
-
--ph-data-2: #cba6f7;
|
|
234
|
-
--ph-data-3: #94e2d5;
|
|
235
|
-
--ph-data-4: #f38ba8;
|
|
236
|
-
--ph-data-5: #fab387;
|
|
237
|
-
--ph-data-6: #a6e3a1;
|
|
238
|
-
--ph-data-7: #f5c2e7;
|
|
239
|
-
|
|
240
|
-
--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");
|
|
133
|
+
--ph-accent-highlight-secondary: hsl(19deg 100% 52% / 14%);
|
|
241
134
|
}
|
|
242
135
|
|
|
243
|
-
[data-theme="
|
|
136
|
+
[data-theme="note"] {
|
|
244
137
|
color-scheme: light;
|
|
245
|
-
|
|
246
|
-
--ph-canvas: #f3f2f1;
|
|
138
|
+
--ph-canvas: #f8f6fc;
|
|
247
139
|
--ph-surface: #ffffff;
|
|
248
|
-
--ph-muted: #
|
|
249
|
-
--ph-toolbar: #
|
|
250
|
-
--ph-border: #
|
|
251
|
-
--ph-border-strong: #
|
|
252
|
-
|
|
253
|
-
--ph-text-
|
|
254
|
-
--ph-text-
|
|
255
|
-
--ph-
|
|
256
|
-
|
|
257
|
-
--ph-accent: #217346;
|
|
258
|
-
--ph-accent-hover: #185c37;
|
|
140
|
+
--ph-muted: #f3eff9;
|
|
141
|
+
--ph-toolbar: #ebe4f5;
|
|
142
|
+
--ph-border: #ddd0ee;
|
|
143
|
+
--ph-border-strong: #9b7bb8;
|
|
144
|
+
--ph-text-primary: #2d1b3d;
|
|
145
|
+
--ph-text-secondary: #5c4a6e;
|
|
146
|
+
--ph-text-tertiary: #857396;
|
|
147
|
+
--ph-accent: #7719aa;
|
|
148
|
+
--ph-accent-hover: #5f1488;
|
|
259
149
|
--ph-blue: #185abd;
|
|
260
|
-
--ph-violet: #
|
|
261
|
-
--ph-purple: #
|
|
262
|
-
|
|
263
|
-
--ph-success: #217346;
|
|
150
|
+
--ph-violet: #7719aa;
|
|
151
|
+
--ph-purple: #93278f;
|
|
152
|
+
--ph-success: #107c41;
|
|
264
153
|
--ph-warning: #ca5010;
|
|
265
154
|
--ph-danger: #a4262c;
|
|
266
155
|
--ph-info: #185abd;
|
|
267
|
-
|
|
268
|
-
--ph-text-3000: #323130;
|
|
156
|
+
--ph-text-3000: #2d1b3d;
|
|
269
157
|
--ph-primary-button-face: #ffffff;
|
|
270
|
-
--ph-primary-button-border: #
|
|
271
|
-
--ph-primary-button-border-hover: #
|
|
272
|
-
--ph-primary-frame-bg: #
|
|
273
|
-
--ph-secondary-button-bg: #
|
|
274
|
-
--ph-secondary-frame-bg: #
|
|
275
|
-
--ph-secondary-button-border: #
|
|
276
|
-
--ph-secondary-button-border-hover: #
|
|
277
|
-
|
|
278
|
-
--ph-
|
|
279
|
-
--ph-
|
|
280
|
-
--ph-
|
|
281
|
-
--ph-
|
|
282
|
-
|
|
283
|
-
--ph-data-1: #185abd;
|
|
284
|
-
--ph-data-2: #217346;
|
|
285
|
-
--ph-data-3: #498205;
|
|
158
|
+
--ph-primary-button-border: #5f1488;
|
|
159
|
+
--ph-primary-button-border-hover: #4a1070;
|
|
160
|
+
--ph-primary-frame-bg: #b146c2;
|
|
161
|
+
--ph-secondary-button-bg: #f3eff9;
|
|
162
|
+
--ph-secondary-frame-bg: #ebe4f5;
|
|
163
|
+
--ph-secondary-button-border: #ddd0ee;
|
|
164
|
+
--ph-secondary-button-border-hover: #93278f;
|
|
165
|
+
--ph-border-3000: #ddd0ee;
|
|
166
|
+
--ph-accent-highlight-secondary: hsl(279deg 74% 38% / 10%);
|
|
167
|
+
--ph-data-1: #7719aa;
|
|
168
|
+
--ph-data-2: #93278f;
|
|
169
|
+
--ph-data-3: #185abd;
|
|
286
170
|
--ph-data-4: #a4262c;
|
|
287
171
|
--ph-data-5: #ca5010;
|
|
288
|
-
--ph-data-6: #
|
|
289
|
-
--ph-data-7: #
|
|
290
|
-
|
|
291
|
-
--ph-product-session-replay: #217346;
|
|
292
|
-
--ph-product-product-analytics: #185abd;
|
|
293
|
-
--ph-product-data-pipeline: #0078d4;
|
|
294
|
-
--ph-product-feature-flags: #498205;
|
|
295
|
-
--ph-product-experiments: #8764b8;
|
|
296
|
-
--ph-product-data-warehouse: #5c2d91;
|
|
297
|
-
--ph-product-surveys: #a4262c;
|
|
298
|
-
|
|
299
|
-
--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");
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
[data-theme="socials"] {
|
|
303
|
-
color-scheme: light;
|
|
304
|
-
|
|
305
|
-
--ph-canvas: #f0f2f5;
|
|
306
|
-
--ph-surface: #ffffff;
|
|
307
|
-
--ph-muted: #e4e6eb;
|
|
308
|
-
--ph-toolbar: #d8dadf;
|
|
309
|
-
--ph-border: #ced0d4;
|
|
310
|
-
--ph-border-strong: #8a8d91;
|
|
311
|
-
|
|
312
|
-
--ph-text-primary: #050505;
|
|
313
|
-
--ph-text-secondary: #65676b;
|
|
314
|
-
--ph-text-tertiary: #8a8d91;
|
|
315
|
-
|
|
316
|
-
--ph-accent: #1877f2;
|
|
317
|
-
--ph-accent-hover: #166fe5;
|
|
318
|
-
--ph-blue: #1877f2;
|
|
319
|
-
--ph-violet: #7b64ff;
|
|
320
|
-
--ph-purple: #7b64ff;
|
|
321
|
-
|
|
322
|
-
--ph-success: #31a24c;
|
|
323
|
-
--ph-warning: #f7b928;
|
|
324
|
-
--ph-danger: #e41e3f;
|
|
325
|
-
--ph-info: #1877f2;
|
|
326
|
-
|
|
327
|
-
--ph-text-3000: #050505;
|
|
328
|
-
--ph-primary-button-face: #ffffff;
|
|
329
|
-
--ph-primary-button-border: #145dbf;
|
|
330
|
-
--ph-primary-button-border-hover: #0f4da8;
|
|
331
|
-
--ph-primary-frame-bg: #4599ff;
|
|
332
|
-
--ph-secondary-button-bg: #e4e6eb;
|
|
333
|
-
--ph-secondary-frame-bg: #d8dadf;
|
|
334
|
-
--ph-secondary-button-border: #bcc0c4;
|
|
335
|
-
--ph-secondary-button-border-hover: #8a8d91;
|
|
336
|
-
|
|
337
|
-
--ph-border-3000: #ced0d4;
|
|
338
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
339
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
340
|
-
--ph-accent-highlight-secondary: hsla(214deg 89% 52% / 10%);
|
|
341
|
-
|
|
342
|
-
--ph-data-1: #1877f2;
|
|
343
|
-
--ph-data-2: #7b64ff;
|
|
344
|
-
--ph-data-3: #31a24c;
|
|
345
|
-
--ph-data-4: #e41e3f;
|
|
346
|
-
--ph-data-5: #f7b928;
|
|
347
|
-
--ph-data-6: #00a400;
|
|
348
|
-
--ph-data-7: #f5533d;
|
|
349
|
-
|
|
350
|
-
--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");
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/* xenide.io — from ../website/app/globals.css html:not(.dark) */
|
|
354
|
-
[data-theme="xenide-light"] {
|
|
355
|
-
color-scheme: light;
|
|
356
|
-
|
|
357
|
-
--ph-canvas: #fafafa;
|
|
358
|
-
--ph-surface: #ffffff;
|
|
359
|
-
--ph-muted: #f5f5f5;
|
|
360
|
-
--ph-toolbar: #efefef;
|
|
361
|
-
--ph-border: #e5e5e5;
|
|
362
|
-
--ph-border-strong: #737373;
|
|
363
|
-
|
|
364
|
-
--ph-text-primary: #171717;
|
|
365
|
-
--ph-text-secondary: #525252;
|
|
366
|
-
--ph-text-tertiary: #737373;
|
|
367
|
-
|
|
368
|
-
--ph-accent: #217346;
|
|
369
|
-
--ph-accent-hover: #185c37;
|
|
370
|
-
--ph-blue: #10b981;
|
|
371
|
-
--ph-violet: #7c3aed;
|
|
372
|
-
--ph-purple: #7c3aed;
|
|
373
|
-
|
|
374
|
-
--ph-success: #10b981;
|
|
375
|
-
--ph-warning: #d97706;
|
|
376
|
-
--ph-danger: #ef4444;
|
|
377
|
-
--ph-info: #7c3aed;
|
|
378
|
-
|
|
379
|
-
--ph-text-3000: #171717;
|
|
380
|
-
--ph-primary-button-face: #ffffff;
|
|
381
|
-
--ph-primary-button-border: #185c37;
|
|
382
|
-
--ph-primary-button-border-hover: #134a2c;
|
|
383
|
-
--ph-primary-frame-bg: #2ead5f;
|
|
384
|
-
--ph-secondary-button-bg: #f5f5f5;
|
|
385
|
-
--ph-secondary-frame-bg: #ebebeb;
|
|
386
|
-
--ph-secondary-button-border: #e5e5e5;
|
|
387
|
-
--ph-secondary-button-border-hover: #7c3aed;
|
|
388
|
-
|
|
389
|
-
--ph-border-3000: #e5e5e5;
|
|
390
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
|
|
391
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
392
|
-
--ph-accent-highlight-secondary: rgba(124, 58, 237, 0.14);
|
|
393
|
-
|
|
394
|
-
--ph-data-1: #217346;
|
|
395
|
-
--ph-data-2: #7c3aed;
|
|
396
|
-
--ph-data-3: #10b981;
|
|
397
|
-
--ph-data-4: #ef4444;
|
|
398
|
-
--ph-data-5: #9f7aea;
|
|
399
|
-
--ph-data-6: #2ead5f;
|
|
400
|
-
--ph-data-7: #5b21b6;
|
|
401
|
-
|
|
402
|
-
--ph-product-session-replay: #217346;
|
|
403
|
-
--ph-product-product-analytics: #7c3aed;
|
|
404
|
-
--ph-product-data-pipeline: #10b981;
|
|
405
|
-
--ph-product-feature-flags: #2ead5f;
|
|
406
|
-
--ph-product-experiments: #9f7aea;
|
|
407
|
-
--ph-product-data-warehouse: #5b21b6;
|
|
408
|
-
--ph-product-surveys: #ef4444;
|
|
409
|
-
|
|
410
|
-
--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");
|
|
172
|
+
--ph-data-6: #107c41;
|
|
173
|
+
--ph-data-7: #b146c2;
|
|
411
174
|
}
|
|
412
175
|
|
|
413
|
-
|
|
414
|
-
[data-theme="xenide-dark"] {
|
|
176
|
+
[data-theme="note-dark"] {
|
|
415
177
|
color-scheme: dark;
|
|
416
|
-
|
|
417
|
-
--ph-
|
|
418
|
-
--ph-
|
|
419
|
-
--ph-
|
|
420
|
-
--ph-
|
|
421
|
-
--ph-
|
|
422
|
-
--ph-
|
|
423
|
-
|
|
424
|
-
--ph-
|
|
425
|
-
--ph-text-
|
|
426
|
-
--ph-text-
|
|
427
|
-
|
|
428
|
-
--ph-accent: #
|
|
429
|
-
--ph-accent-hover: #
|
|
430
|
-
--ph-blue: #
|
|
431
|
-
--ph-violet: #
|
|
432
|
-
--ph-purple: #
|
|
433
|
-
|
|
434
|
-
--ph-
|
|
435
|
-
--ph-
|
|
436
|
-
--ph-
|
|
437
|
-
--ph-
|
|
438
|
-
|
|
439
|
-
--ph-
|
|
440
|
-
--ph-
|
|
441
|
-
--ph-
|
|
442
|
-
--ph-
|
|
443
|
-
--ph-
|
|
444
|
-
--ph-
|
|
445
|
-
--ph-
|
|
446
|
-
--ph-
|
|
447
|
-
--ph-
|
|
448
|
-
|
|
449
|
-
--ph-border
|
|
450
|
-
--ph-
|
|
451
|
-
--ph-
|
|
452
|
-
--ph-
|
|
453
|
-
|
|
454
|
-
--ph-
|
|
455
|
-
--ph-
|
|
456
|
-
--ph-
|
|
178
|
+
--ph-canvas: #1a1224;
|
|
179
|
+
--ph-surface: #221830;
|
|
180
|
+
--ph-muted: #2a1f3d;
|
|
181
|
+
--ph-toolbar: #322648;
|
|
182
|
+
--ph-surface-inset: #21162f;
|
|
183
|
+
--ph-surface-raised: #2a1f3d;
|
|
184
|
+
--ph-surface-overlay: #34284a;
|
|
185
|
+
--ph-border: #4a3860;
|
|
186
|
+
--ph-border-strong: #9b7bb8;
|
|
187
|
+
--ph-text-primary: #f0e8f8;
|
|
188
|
+
--ph-text-secondary: #c4b5d8;
|
|
189
|
+
--ph-text-tertiary: #9b7bb8;
|
|
190
|
+
--ph-accent: #b146c2;
|
|
191
|
+
--ph-accent-hover: #c96bd4;
|
|
192
|
+
--ph-blue: #4f9ff5;
|
|
193
|
+
--ph-violet: #b146c2;
|
|
194
|
+
--ph-purple: #93278f;
|
|
195
|
+
--ph-success: #33a867;
|
|
196
|
+
--ph-warning: #e67e22;
|
|
197
|
+
--ph-danger: #f87171;
|
|
198
|
+
--ph-info: #4f9ff5;
|
|
199
|
+
--ph-on-accent: #ffffff;
|
|
200
|
+
--ph-on-violet: #ffffff;
|
|
201
|
+
--ph-on-success: #ffffff;
|
|
202
|
+
--ph-on-warning: #211606;
|
|
203
|
+
--ph-on-danger: #ffffff;
|
|
204
|
+
--ph-on-info: #ffffff;
|
|
205
|
+
--ph-focus-ring: #c96bd4;
|
|
206
|
+
--ph-selected-bg: #3a254c;
|
|
207
|
+
--ph-selected-text: #f0c9f5;
|
|
208
|
+
--ph-selected-border: #8d4c9c;
|
|
209
|
+
--ph-text-3000: #f0e8f8;
|
|
210
|
+
--ph-primary-button-face: #221830;
|
|
211
|
+
--ph-primary-button-border: #7719aa;
|
|
212
|
+
--ph-primary-button-border-hover: #b146c2;
|
|
213
|
+
--ph-primary-frame-bg: #b146c2;
|
|
214
|
+
--ph-secondary-button-bg: #2a1f3d;
|
|
215
|
+
--ph-secondary-frame-bg: #4a3860;
|
|
216
|
+
--ph-secondary-button-border: #4a3860;
|
|
217
|
+
--ph-secondary-button-border-hover: #93278f;
|
|
218
|
+
--ph-border-3000: #322648;
|
|
219
|
+
--ph-accent-highlight-secondary: hsl(291deg 48% 54% / 14%);
|
|
220
|
+
--ph-data-1: #b146c2;
|
|
221
|
+
--ph-data-2: #93278f;
|
|
222
|
+
--ph-data-3: #4f9ff5;
|
|
457
223
|
--ph-data-4: #f87171;
|
|
458
|
-
--ph-data-5: #
|
|
459
|
-
--ph-data-6: #
|
|
460
|
-
--ph-data-7: #
|
|
461
|
-
|
|
462
|
-
--ph-product-session-replay: #34d399;
|
|
463
|
-
--ph-product-product-analytics: #a78bfa;
|
|
464
|
-
--ph-product-data-pipeline: #22d3ee;
|
|
465
|
-
--ph-product-feature-flags: #6ee7b7;
|
|
466
|
-
--ph-product-experiments: #c4b5fd;
|
|
467
|
-
--ph-product-data-warehouse: #7c3aed;
|
|
468
|
-
--ph-product-surveys: #f87171;
|
|
469
|
-
|
|
470
|
-
--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");
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
[data-theme="bikini-bottom"] {
|
|
474
|
-
color-scheme: light;
|
|
475
|
-
|
|
476
|
-
/* Ocean canvas — character colours stay on accents, not surfaces */
|
|
477
|
-
--ph-canvas: #dceefb;
|
|
478
|
-
--ph-surface: #ffffff;
|
|
479
|
-
--ph-muted: #eef6fc;
|
|
480
|
-
--ph-toolbar: #e3f2fd;
|
|
481
|
-
--ph-border: #90caf9;
|
|
482
|
-
--ph-border-strong: #1565c0;
|
|
483
|
-
|
|
484
|
-
--ph-text-primary: #0d2137;
|
|
485
|
-
--ph-text-secondary: #1e4976;
|
|
486
|
-
--ph-text-tertiary: #4a6fa5;
|
|
487
|
-
|
|
488
|
-
/* SpongeBob yellow */
|
|
489
|
-
--ph-accent: #f5b800;
|
|
490
|
-
--ph-accent-hover: #e6a800;
|
|
491
|
-
--ph-blue: #29b6f6;
|
|
492
|
-
/* Patrick pink */
|
|
493
|
-
--ph-violet: #e91e8c;
|
|
494
|
-
--ph-purple: #e91e8c;
|
|
495
|
-
|
|
496
|
-
/* Plankton green */
|
|
497
|
-
--ph-success: #43a047;
|
|
498
|
-
/* Sandy tan */
|
|
499
|
-
--ph-warning: #d4a574;
|
|
500
|
-
--ph-danger: #e91e8c;
|
|
501
|
-
--ph-info: #29b6f6;
|
|
502
|
-
|
|
503
|
-
--ph-text-3000: #0d2137;
|
|
504
|
-
--ph-primary-button-face: #ffffff;
|
|
505
|
-
--ph-primary-button-border: #c68400;
|
|
506
|
-
--ph-primary-button-border-hover: #a36f00;
|
|
507
|
-
--ph-primary-frame-bg: #ffc107;
|
|
508
|
-
--ph-secondary-button-bg: #ffffff;
|
|
509
|
-
--ph-secondary-frame-bg: #ffcdd2;
|
|
510
|
-
--ph-secondary-button-border: #e91e8c;
|
|
511
|
-
--ph-secondary-button-border-hover: #c2185b;
|
|
512
|
-
|
|
513
|
-
--ph-border-3000: #90caf9;
|
|
514
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.95);
|
|
515
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
|
|
516
|
-
--ph-accent-highlight-secondary: hsla(45deg 100% 48% / 14%);
|
|
517
|
-
|
|
518
|
-
--ph-data-1: #ffc107;
|
|
519
|
-
--ph-data-2: #e91e8c;
|
|
520
|
-
--ph-data-3: #d4a574;
|
|
521
|
-
--ph-data-4: #43a047;
|
|
522
|
-
--ph-data-5: #29b6f6;
|
|
523
|
-
--ph-data-6: #ff9800;
|
|
524
|
-
--ph-data-7: #7b1fa2;
|
|
525
|
-
|
|
526
|
-
--ph-product-session-replay: #ffc107;
|
|
527
|
-
--ph-product-product-analytics: #29b6f6;
|
|
528
|
-
--ph-product-data-pipeline: #0288d1;
|
|
529
|
-
--ph-product-feature-flags: #43a047;
|
|
530
|
-
--ph-product-experiments: #e91e8c;
|
|
531
|
-
--ph-product-data-warehouse: #d4a574;
|
|
532
|
-
--ph-product-surveys: #7b1fa2;
|
|
533
|
-
|
|
534
|
-
--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");
|
|
224
|
+
--ph-data-5: #e67e22;
|
|
225
|
+
--ph-data-6: #33a867;
|
|
226
|
+
--ph-data-7: #7719aa;
|
|
535
227
|
}
|
|
536
228
|
|
|
537
229
|
[data-theme="turtletime"] {
|
|
538
230
|
color-scheme: light;
|
|
539
|
-
|
|
540
231
|
--ph-canvas: hsl(75 14% 95%);
|
|
541
232
|
--ph-surface: #ffffff;
|
|
542
233
|
--ph-muted: hsl(70 16% 93%);
|
|
543
234
|
--ph-toolbar: hsl(77 13% 89%);
|
|
544
235
|
--ph-border: hsl(78 13% 85%);
|
|
545
236
|
--ph-border-strong: hsl(69 8% 65%);
|
|
546
|
-
|
|
547
237
|
--ph-text-primary: hsl(0 0% 5%);
|
|
548
238
|
--ph-text-secondary: hsl(0 0% 25%);
|
|
549
239
|
--ph-text-tertiary: hsl(0 0% 42%);
|
|
550
|
-
|
|
551
240
|
--ph-accent: #1f6f43;
|
|
552
241
|
--ph-accent-hover: #185c37;
|
|
553
242
|
--ph-blue: #2f7f73;
|
|
554
243
|
--ph-violet: #9a6a12;
|
|
555
244
|
--ph-purple: #6f8a2c;
|
|
556
|
-
|
|
557
245
|
--ph-success: #1f6f43;
|
|
558
246
|
--ph-warning: #d97800;
|
|
559
247
|
--ph-danger: #b24b2c;
|
|
560
248
|
--ph-info: #2f7f73;
|
|
561
|
-
|
|
562
249
|
--ph-text-3000: hsl(0 0% 5%);
|
|
563
250
|
--ph-primary-button-face: #ffffff;
|
|
564
251
|
--ph-primary-button-border: #185c37;
|
|
@@ -568,12 +255,8 @@
|
|
|
568
255
|
--ph-secondary-frame-bg: #e1dddd;
|
|
569
256
|
--ph-secondary-button-border: #cccccc;
|
|
570
257
|
--ph-secondary-button-border-hover: #1f6f43;
|
|
571
|
-
|
|
572
258
|
--ph-border-3000: #dadbd2;
|
|
573
|
-
--ph-
|
|
574
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
575
|
-
--ph-accent-highlight-secondary: hsla(148deg 56% 28% / 12%);
|
|
576
|
-
|
|
259
|
+
--ph-accent-highlight-secondary: hsl(148deg 56% 28% / 12%);
|
|
577
260
|
--ph-data-1: #1f6f43;
|
|
578
261
|
--ph-data-2: #d97800;
|
|
579
262
|
--ph-data-3: #2f7f73;
|
|
@@ -581,1045 +264,166 @@
|
|
|
581
264
|
--ph-data-5: #e58a12;
|
|
582
265
|
--ph-data-6: #6f8a2c;
|
|
583
266
|
--ph-data-7: #9a6a12;
|
|
267
|
+
}
|
|
584
268
|
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
--ph-
|
|
588
|
-
--ph-
|
|
589
|
-
--ph-
|
|
590
|
-
--ph-
|
|
591
|
-
--ph-
|
|
592
|
-
|
|
593
|
-
--ph-
|
|
269
|
+
[data-theme="turtletime-dark"] {
|
|
270
|
+
color-scheme: dark;
|
|
271
|
+
--ph-canvas: #0d120f;
|
|
272
|
+
--ph-surface: #151b17;
|
|
273
|
+
--ph-muted: #1c241f;
|
|
274
|
+
--ph-toolbar: #243027;
|
|
275
|
+
--ph-surface-inset: #121a15;
|
|
276
|
+
--ph-surface-raised: #1c241f;
|
|
277
|
+
--ph-surface-overlay: #253027;
|
|
278
|
+
--ph-border: #334538;
|
|
279
|
+
--ph-border-strong: #66806b;
|
|
280
|
+
--ph-text-primary: #eef4e9;
|
|
281
|
+
--ph-text-secondary: #c7d5c0;
|
|
282
|
+
--ph-text-tertiary: #91a28a;
|
|
283
|
+
--ph-accent: #3f8f57;
|
|
284
|
+
--ph-accent-hover: #55a96b;
|
|
285
|
+
--ph-blue: #57b3a3;
|
|
286
|
+
--ph-violet: #d4861a;
|
|
287
|
+
--ph-purple: #8fa64a;
|
|
288
|
+
--ph-success: #55a96b;
|
|
289
|
+
--ph-warning: #e58a12;
|
|
290
|
+
--ph-danger: #e06a49;
|
|
291
|
+
--ph-info: #57b3a3;
|
|
292
|
+
--ph-on-accent: #eef4e9;
|
|
293
|
+
--ph-on-violet: #151b17;
|
|
294
|
+
--ph-on-success: #071b10;
|
|
295
|
+
--ph-on-warning: #211606;
|
|
296
|
+
--ph-on-danger: #ffffff;
|
|
297
|
+
--ph-on-info: #071b10;
|
|
298
|
+
--ph-focus-ring: #8fcf9e;
|
|
299
|
+
--ph-selected-bg: #243c2b;
|
|
300
|
+
--ph-selected-text: #b9e4bd;
|
|
301
|
+
--ph-selected-border: #4c8c59;
|
|
302
|
+
--ph-text-3000: #eef4e9;
|
|
303
|
+
--ph-primary-button-face: #151b17;
|
|
304
|
+
--ph-primary-button-border: #2d6f43;
|
|
305
|
+
--ph-primary-button-border-hover: #55a96b;
|
|
306
|
+
--ph-primary-frame-bg: #d4861a;
|
|
307
|
+
--ph-secondary-button-bg: #1c241f;
|
|
308
|
+
--ph-secondary-frame-bg: #334538;
|
|
309
|
+
--ph-secondary-button-border: #405745;
|
|
310
|
+
--ph-secondary-button-border-hover: #55a96b;
|
|
311
|
+
--ph-border-3000: #243027;
|
|
312
|
+
--ph-accent-highlight-secondary: hsl(139deg 39% 40% / 18%);
|
|
313
|
+
--ph-data-1: #55a96b;
|
|
314
|
+
--ph-data-2: #e58a12;
|
|
315
|
+
--ph-data-3: #57b3a3;
|
|
316
|
+
--ph-data-4: #e06a49;
|
|
317
|
+
--ph-data-5: #f3b14c;
|
|
318
|
+
--ph-data-6: #8fa64a;
|
|
319
|
+
--ph-data-7: #b8791b;
|
|
594
320
|
}
|
|
595
321
|
|
|
596
|
-
|
|
597
|
-
[data-theme="note"] {
|
|
322
|
+
[data-theme="rosepine-light"] {
|
|
598
323
|
color-scheme: light;
|
|
599
|
-
|
|
600
|
-
--ph-canvas: #f8f6fc;
|
|
601
|
-
--ph-surface: #ffffff;
|
|
602
|
-
--ph-muted: #f3eff9;
|
|
603
|
-
--ph-toolbar: #ebe4f5;
|
|
604
|
-
--ph-border: #ddd0ee;
|
|
605
|
-
--ph-border-strong: #9b7bb8;
|
|
606
|
-
|
|
607
|
-
--ph-text-primary: #2d1b3d;
|
|
608
|
-
--ph-text-secondary: #5c4a6e;
|
|
609
|
-
--ph-text-tertiary: #857396;
|
|
610
|
-
|
|
611
|
-
--ph-accent: #7719aa;
|
|
612
|
-
--ph-accent-hover: #5f1488;
|
|
613
|
-
--ph-blue: #185abd;
|
|
614
|
-
--ph-violet: #7719aa;
|
|
615
|
-
--ph-purple: #93278f;
|
|
616
|
-
|
|
617
|
-
--ph-success: #107c41;
|
|
618
|
-
--ph-warning: #ca5010;
|
|
619
|
-
--ph-danger: #a4262c;
|
|
620
|
-
--ph-info: #185abd;
|
|
621
|
-
|
|
622
|
-
--ph-text-3000: #2d1b3d;
|
|
623
|
-
--ph-primary-button-face: #ffffff;
|
|
624
|
-
--ph-primary-button-border: #5f1488;
|
|
625
|
-
--ph-primary-button-border-hover: #4a1070;
|
|
626
|
-
--ph-primary-frame-bg: #b146c2;
|
|
627
|
-
--ph-secondary-button-bg: #f3eff9;
|
|
628
|
-
--ph-secondary-frame-bg: #ebe4f5;
|
|
629
|
-
--ph-secondary-button-border: #ddd0ee;
|
|
630
|
-
--ph-secondary-button-border-hover: #93278f;
|
|
631
|
-
|
|
632
|
-
--ph-border-3000: #ddd0ee;
|
|
633
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
634
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
635
|
-
--ph-accent-highlight-secondary: hsla(279deg 74% 38% / 10%);
|
|
636
|
-
|
|
637
|
-
--ph-data-1: #7719aa;
|
|
638
|
-
--ph-data-2: #93278f;
|
|
639
|
-
--ph-data-3: #185abd;
|
|
640
|
-
--ph-data-4: #a4262c;
|
|
641
|
-
--ph-data-5: #ca5010;
|
|
642
|
-
--ph-data-6: #107c41;
|
|
643
|
-
--ph-data-7: #b146c2;
|
|
644
|
-
|
|
645
|
-
--ph-product-session-replay: #7719aa;
|
|
646
|
-
--ph-product-product-analytics: #185abd;
|
|
647
|
-
--ph-product-data-pipeline: #107c41;
|
|
648
|
-
--ph-product-feature-flags: #93278f;
|
|
649
|
-
--ph-product-experiments: #b146c2;
|
|
650
|
-
--ph-product-data-warehouse: #5f1488;
|
|
651
|
-
--ph-product-surveys: #a4262c;
|
|
652
|
-
|
|
653
|
-
--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");
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
/* Microsoft PowerPoint — ribbon orange-red (#D24726) */
|
|
657
|
-
[data-theme="presentation"] {
|
|
658
|
-
color-scheme: light;
|
|
659
|
-
|
|
660
|
-
--ph-canvas: #f3f2f1;
|
|
661
|
-
--ph-surface: #ffffff;
|
|
662
|
-
--ph-muted: #edebe9;
|
|
663
|
-
--ph-toolbar: #e1dfdd;
|
|
664
|
-
--ph-border: #d2d0ce;
|
|
665
|
-
--ph-border-strong: #a19f9d;
|
|
666
|
-
|
|
667
|
-
--ph-text-primary: #323130;
|
|
668
|
-
--ph-text-secondary: #605e5c;
|
|
669
|
-
--ph-text-tertiary: #8a8886;
|
|
670
|
-
|
|
671
|
-
--ph-accent: #d24726;
|
|
672
|
-
--ph-accent-hover: #b93d20;
|
|
673
|
-
--ph-blue: #185abd;
|
|
674
|
-
--ph-violet: #5c2d91;
|
|
675
|
-
--ph-purple: #8764b8;
|
|
676
|
-
|
|
677
|
-
--ph-success: #107c41;
|
|
678
|
-
--ph-warning: #ca5010;
|
|
679
|
-
--ph-danger: #a4262c;
|
|
680
|
-
--ph-info: #185abd;
|
|
681
|
-
|
|
682
|
-
--ph-text-3000: #323130;
|
|
683
|
-
--ph-primary-button-face: #ffffff;
|
|
684
|
-
--ph-primary-button-border: #a53b1f;
|
|
685
|
-
--ph-primary-button-border-hover: #8f3219;
|
|
686
|
-
--ph-primary-frame-bg: #e8654a;
|
|
687
|
-
--ph-secondary-button-bg: #f3f2f1;
|
|
688
|
-
--ph-secondary-frame-bg: #e1dfdd;
|
|
689
|
-
--ph-secondary-button-border: #c8c6c4;
|
|
690
|
-
--ph-secondary-button-border-hover: #a19f9d;
|
|
691
|
-
|
|
692
|
-
--ph-border-3000: #d2d0ce;
|
|
693
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.88);
|
|
694
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
695
|
-
--ph-accent-highlight-secondary: hsla(11deg 70% 49% / 10%);
|
|
696
|
-
|
|
697
|
-
--ph-data-1: #d24726;
|
|
698
|
-
--ph-data-2: #185abd;
|
|
699
|
-
--ph-data-3: #107c41;
|
|
700
|
-
--ph-data-4: #a4262c;
|
|
701
|
-
--ph-data-5: #ca5010;
|
|
702
|
-
--ph-data-6: #8764b8;
|
|
703
|
-
--ph-data-7: #0078d4;
|
|
704
|
-
|
|
705
|
-
--ph-product-session-replay: #d24726;
|
|
706
|
-
--ph-product-product-analytics: #185abd;
|
|
707
|
-
--ph-product-data-pipeline: #0078d4;
|
|
708
|
-
--ph-product-feature-flags: #107c41;
|
|
709
|
-
--ph-product-experiments: #8764b8;
|
|
710
|
-
--ph-product-data-warehouse: #5c2d91;
|
|
711
|
-
--ph-product-surveys: #a4262c;
|
|
712
|
-
|
|
713
|
-
--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");
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
[data-theme="sheets-dark"] {
|
|
717
|
-
color-scheme: dark;
|
|
718
|
-
|
|
719
|
-
--ph-canvas: #1b1a19;
|
|
720
|
-
--ph-surface: #252423;
|
|
721
|
-
--ph-muted: #2d2c2b;
|
|
722
|
-
--ph-toolbar: #323130;
|
|
723
|
-
--ph-border: #484644;
|
|
724
|
-
--ph-border-strong: #797775;
|
|
725
|
-
|
|
726
|
-
--ph-text-primary: #f3f2f1;
|
|
727
|
-
--ph-text-secondary: #c8c6c4;
|
|
728
|
-
--ph-text-tertiary: #a19f9d;
|
|
729
|
-
|
|
730
|
-
--ph-accent: #33a867;
|
|
731
|
-
--ph-accent-hover: #4abe7a;
|
|
732
|
-
--ph-blue: #4f9ff5;
|
|
733
|
-
--ph-violet: #a78bfa;
|
|
734
|
-
--ph-purple: #8764b8;
|
|
735
|
-
|
|
736
|
-
--ph-success: #33a867;
|
|
737
|
-
--ph-warning: #e67e22;
|
|
738
|
-
--ph-danger: #f87171;
|
|
739
|
-
--ph-info: #4f9ff5;
|
|
740
|
-
|
|
741
|
-
--ph-text-3000: #f3f2f1;
|
|
742
|
-
--ph-primary-button-face: #252423;
|
|
743
|
-
--ph-primary-button-border: #217346;
|
|
744
|
-
--ph-primary-button-border-hover: #33a867;
|
|
745
|
-
--ph-primary-frame-bg: #33a867;
|
|
746
|
-
--ph-secondary-button-bg: #2d2c2b;
|
|
747
|
-
--ph-secondary-frame-bg: #484644;
|
|
748
|
-
--ph-secondary-button-border: #605e5c;
|
|
749
|
-
--ph-secondary-button-border-hover: #797775;
|
|
750
|
-
|
|
751
|
-
--ph-border-3000: #323130;
|
|
752
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
753
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
754
|
-
--ph-accent-highlight-secondary: hsla(146deg 55% 45% / 14%);
|
|
755
|
-
|
|
756
|
-
--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");
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
[data-theme="socials-dark"] {
|
|
760
|
-
color-scheme: dark;
|
|
761
|
-
|
|
762
|
-
--ph-canvas: #18191a;
|
|
763
|
-
--ph-surface: #242526;
|
|
764
|
-
--ph-muted: #2f3031;
|
|
765
|
-
--ph-toolbar: #3a3b3c;
|
|
766
|
-
--ph-border: #3e4042;
|
|
767
|
-
--ph-border-strong: #b0b3b8;
|
|
768
|
-
|
|
769
|
-
--ph-text-primary: #e4e6eb;
|
|
770
|
-
--ph-text-secondary: #b0b3b8;
|
|
771
|
-
--ph-text-tertiary: #8a8d91;
|
|
772
|
-
|
|
773
|
-
--ph-accent: #2d88ff;
|
|
774
|
-
--ph-accent-hover: #4599ff;
|
|
775
|
-
--ph-blue: #2d88ff;
|
|
776
|
-
--ph-violet: #9d84ff;
|
|
777
|
-
--ph-purple: #9d84ff;
|
|
778
|
-
|
|
779
|
-
--ph-success: #42b72a;
|
|
780
|
-
--ph-warning: #f7b928;
|
|
781
|
-
--ph-danger: #f02849;
|
|
782
|
-
--ph-info: #2d88ff;
|
|
783
|
-
|
|
784
|
-
--ph-text-3000: #e4e6eb;
|
|
785
|
-
--ph-primary-button-face: #242526;
|
|
786
|
-
--ph-primary-button-border: #1877f2;
|
|
787
|
-
--ph-primary-button-border-hover: #2d88ff;
|
|
788
|
-
--ph-primary-frame-bg: #4599ff;
|
|
789
|
-
--ph-secondary-button-bg: #3a3b3c;
|
|
790
|
-
--ph-secondary-frame-bg: #4e4f50;
|
|
791
|
-
--ph-secondary-button-border: #3e4042;
|
|
792
|
-
--ph-secondary-button-border-hover: #b0b3b8;
|
|
793
|
-
|
|
794
|
-
--ph-border-3000: #3e4042;
|
|
795
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
796
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
797
|
-
--ph-accent-highlight-secondary: hsla(214deg 89% 58% / 14%);
|
|
798
|
-
|
|
799
|
-
--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");
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
[data-theme="chats-light"] {
|
|
803
|
-
color-scheme: light;
|
|
804
|
-
|
|
805
|
-
--ph-canvas: #f8f8f8;
|
|
806
|
-
--ph-surface: #ffffff;
|
|
807
|
-
--ph-muted: #f4f4f4;
|
|
808
|
-
--ph-toolbar: #ececec;
|
|
809
|
-
--ph-border: #dddddd;
|
|
810
|
-
--ph-border-strong: #868686;
|
|
811
|
-
|
|
812
|
-
--ph-text-primary: #1d1c1d;
|
|
813
|
-
--ph-text-secondary: #616061;
|
|
814
|
-
--ph-text-tertiary: #868686;
|
|
815
|
-
|
|
816
|
-
--ph-accent: #611f69;
|
|
817
|
-
--ph-accent-hover: #4a154b;
|
|
818
|
-
--ph-blue: #36c5f0;
|
|
819
|
-
--ph-violet: #611f69;
|
|
820
|
-
--ph-purple: #611f69;
|
|
821
|
-
|
|
822
|
-
--ph-success: #2eb67d;
|
|
823
|
-
--ph-warning: #ecb22e;
|
|
824
|
-
--ph-danger: #e01e5a;
|
|
825
|
-
--ph-info: #36c5f0;
|
|
826
|
-
|
|
827
|
-
--ph-text-3000: #1d1c1d;
|
|
828
|
-
--ph-primary-button-face: #ffffff;
|
|
829
|
-
--ph-primary-button-border: #4a154b;
|
|
830
|
-
--ph-primary-button-border-hover: #350d36;
|
|
831
|
-
--ph-primary-frame-bg: #611f69;
|
|
832
|
-
--ph-secondary-button-bg: #f4f4f4;
|
|
833
|
-
--ph-secondary-frame-bg: #ececec;
|
|
834
|
-
--ph-secondary-button-border: #dddddd;
|
|
835
|
-
--ph-secondary-button-border-hover: #611f69;
|
|
836
|
-
|
|
837
|
-
--ph-border-3000: #dddddd;
|
|
838
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
839
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.05);
|
|
840
|
-
--ph-accent-highlight-secondary: hsla(295deg 52% 33% / 10%);
|
|
841
|
-
|
|
842
|
-
--ph-data-1: #611f69;
|
|
843
|
-
--ph-data-2: #2eb67d;
|
|
844
|
-
--ph-data-3: #36c5f0;
|
|
845
|
-
--ph-data-4: #e01e5a;
|
|
846
|
-
--ph-data-5: #ecb22e;
|
|
847
|
-
--ph-data-6: #4a154b;
|
|
848
|
-
--ph-data-7: #1264a3;
|
|
849
|
-
|
|
850
|
-
--ph-product-session-replay: #611f69;
|
|
851
|
-
--ph-product-product-analytics: #36c5f0;
|
|
852
|
-
--ph-product-data-pipeline: #2eb67d;
|
|
853
|
-
--ph-product-feature-flags: #ecb22e;
|
|
854
|
-
--ph-product-experiments: #e01e5a;
|
|
855
|
-
--ph-product-data-warehouse: #4a154b;
|
|
856
|
-
--ph-product-surveys: #1264a3;
|
|
857
|
-
|
|
858
|
-
--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");
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
[data-theme="chats-dark"] {
|
|
862
|
-
color-scheme: dark;
|
|
863
|
-
|
|
864
|
-
--ph-canvas: #1a1d21;
|
|
865
|
-
--ph-surface: #222529;
|
|
866
|
-
--ph-muted: #2c2d30;
|
|
867
|
-
--ph-toolbar: #35373b;
|
|
868
|
-
--ph-border: #565856;
|
|
869
|
-
--ph-border-strong: #868686;
|
|
870
|
-
|
|
871
|
-
--ph-text-primary: #d1d2d3;
|
|
872
|
-
--ph-text-secondary: #ababad;
|
|
873
|
-
--ph-text-tertiary: #868686;
|
|
874
|
-
|
|
875
|
-
--ph-accent: #2eb67d;
|
|
876
|
-
--ph-accent-hover: #3ecf8e;
|
|
877
|
-
--ph-blue: #36c5f0;
|
|
878
|
-
--ph-violet: #ab7aad;
|
|
879
|
-
--ph-purple: #611f69;
|
|
880
|
-
|
|
881
|
-
--ph-success: #2eb67d;
|
|
882
|
-
--ph-warning: #ecb22e;
|
|
883
|
-
--ph-danger: #e01e5a;
|
|
884
|
-
--ph-info: #1d9bd1;
|
|
885
|
-
|
|
886
|
-
--ph-text-3000: #d1d2d3;
|
|
887
|
-
--ph-primary-button-face: #222529;
|
|
888
|
-
--ph-primary-button-border: #217a53;
|
|
889
|
-
--ph-primary-button-border-hover: #2eb67d;
|
|
890
|
-
--ph-primary-frame-bg: #2eb67d;
|
|
891
|
-
--ph-secondary-button-bg: #2c2d30;
|
|
892
|
-
--ph-secondary-frame-bg: #565856;
|
|
893
|
-
--ph-secondary-button-border: #565856;
|
|
894
|
-
--ph-secondary-button-border-hover: #ab7aad;
|
|
895
|
-
|
|
896
|
-
--ph-border-3000: #35373b;
|
|
897
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
898
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
899
|
-
--ph-accent-highlight-secondary: hsla(156deg 61% 45% / 14%);
|
|
900
|
-
|
|
901
|
-
--ph-data-1: #2eb67d;
|
|
902
|
-
--ph-data-2: #36c5f0;
|
|
903
|
-
--ph-data-3: #ecb22e;
|
|
904
|
-
--ph-data-4: #e01e5a;
|
|
905
|
-
--ph-data-5: #ab7aad;
|
|
906
|
-
--ph-data-6: #1d9bd1;
|
|
907
|
-
--ph-data-7: #611f69;
|
|
908
|
-
|
|
909
|
-
--ph-product-session-replay: #2eb67d;
|
|
910
|
-
--ph-product-product-analytics: #36c5f0;
|
|
911
|
-
--ph-product-data-pipeline: #1d9bd1;
|
|
912
|
-
--ph-product-feature-flags: #ecb22e;
|
|
913
|
-
--ph-product-experiments: #e01e5a;
|
|
914
|
-
--ph-product-data-warehouse: #611f69;
|
|
915
|
-
--ph-product-surveys: #ab7aad;
|
|
916
|
-
|
|
917
|
-
--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");
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
[data-theme="bikini-bottom-dark"] {
|
|
921
|
-
color-scheme: dark;
|
|
922
|
-
|
|
923
|
-
--ph-canvas: #0a1628;
|
|
924
|
-
--ph-surface: #122338;
|
|
925
|
-
--ph-muted: #1a3050;
|
|
926
|
-
--ph-toolbar: #1e3a5f;
|
|
927
|
-
--ph-border: #2a5080;
|
|
928
|
-
--ph-border-strong: #5c8fd4;
|
|
929
|
-
|
|
930
|
-
--ph-text-primary: #e8f4fc;
|
|
931
|
-
--ph-text-secondary: #a8cce8;
|
|
932
|
-
--ph-text-tertiary: #6a9fc9;
|
|
933
|
-
|
|
934
|
-
--ph-accent: #ffc107;
|
|
935
|
-
--ph-accent-hover: #ffd54f;
|
|
936
|
-
--ph-blue: #4fc3f7;
|
|
937
|
-
--ph-violet: #ff6b9d;
|
|
938
|
-
--ph-purple: #ff6b9d;
|
|
939
|
-
|
|
940
|
-
--ph-success: #66bb6a;
|
|
941
|
-
--ph-warning: #d4a574;
|
|
942
|
-
--ph-danger: #ff6b9d;
|
|
943
|
-
--ph-info: #29b6f6;
|
|
944
|
-
|
|
945
|
-
--ph-text-3000: #e8f4fc;
|
|
946
|
-
--ph-primary-button-face: #122338;
|
|
947
|
-
--ph-primary-button-border: #c68400;
|
|
948
|
-
--ph-primary-button-border-hover: #ffc107;
|
|
949
|
-
--ph-primary-frame-bg: #ffc107;
|
|
950
|
-
--ph-secondary-button-bg: #1a3050;
|
|
951
|
-
--ph-secondary-frame-bg: #2a5080;
|
|
952
|
-
--ph-secondary-button-border: #ff6b9d;
|
|
953
|
-
--ph-secondary-button-border-hover: #ff8fab;
|
|
954
|
-
|
|
955
|
-
--ph-border-3000: #1e3a5f;
|
|
956
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
|
|
957
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
958
|
-
--ph-accent-highlight-secondary: hsla(45deg 100% 51% / 14%);
|
|
959
|
-
|
|
960
|
-
--ph-data-1: #ffc107;
|
|
961
|
-
--ph-data-2: #ff6b9d;
|
|
962
|
-
--ph-data-3: #d4a574;
|
|
963
|
-
--ph-data-4: #66bb6a;
|
|
964
|
-
--ph-data-5: #4fc3f7;
|
|
965
|
-
--ph-data-6: #ff9800;
|
|
966
|
-
--ph-data-7: #ab47bc;
|
|
967
|
-
|
|
968
|
-
--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");
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
[data-theme="turtletime-dark"] {
|
|
972
|
-
color-scheme: dark;
|
|
973
|
-
|
|
974
|
-
--ph-canvas: #0d120f;
|
|
975
|
-
--ph-surface: #151b17;
|
|
976
|
-
--ph-muted: #1c241f;
|
|
977
|
-
--ph-toolbar: #243027;
|
|
978
|
-
--ph-border: #334538;
|
|
979
|
-
--ph-border-strong: #66806b;
|
|
980
|
-
|
|
981
|
-
--ph-text-primary: #eef4e9;
|
|
982
|
-
--ph-text-secondary: #c7d5c0;
|
|
983
|
-
--ph-text-tertiary: #91a28a;
|
|
984
|
-
|
|
985
|
-
--ph-accent: #3f8f57;
|
|
986
|
-
--ph-accent-hover: #55a96b;
|
|
987
|
-
--ph-blue: #57b3a3;
|
|
988
|
-
--ph-violet: #d4861a;
|
|
989
|
-
--ph-purple: #8fa64a;
|
|
990
|
-
|
|
991
|
-
--ph-success: #55a96b;
|
|
992
|
-
--ph-warning: #e58a12;
|
|
993
|
-
--ph-danger: #e06a49;
|
|
994
|
-
--ph-info: #57b3a3;
|
|
995
|
-
|
|
996
|
-
--ph-text-3000: #eef4e9;
|
|
997
|
-
--ph-primary-button-face: #151b17;
|
|
998
|
-
--ph-primary-button-border: #2d6f43;
|
|
999
|
-
--ph-primary-button-border-hover: #55a96b;
|
|
1000
|
-
--ph-primary-frame-bg: #d4861a;
|
|
1001
|
-
--ph-secondary-button-bg: #1c241f;
|
|
1002
|
-
--ph-secondary-frame-bg: #334538;
|
|
1003
|
-
--ph-secondary-button-border: #405745;
|
|
1004
|
-
--ph-secondary-button-border-hover: #55a96b;
|
|
1005
|
-
|
|
1006
|
-
--ph-border-3000: #243027;
|
|
1007
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
|
|
1008
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.38);
|
|
1009
|
-
--ph-accent-highlight-secondary: hsla(139deg 39% 40% / 18%);
|
|
1010
|
-
|
|
1011
|
-
--ph-data-1: #55a96b;
|
|
1012
|
-
--ph-data-2: #e58a12;
|
|
1013
|
-
--ph-data-3: #57b3a3;
|
|
1014
|
-
--ph-data-4: #e06a49;
|
|
1015
|
-
--ph-data-5: #f3b14c;
|
|
1016
|
-
--ph-data-6: #8fa64a;
|
|
1017
|
-
--ph-data-7: #b8791b;
|
|
1018
|
-
|
|
1019
|
-
--ph-product-session-replay: #e58a12;
|
|
1020
|
-
--ph-product-product-analytics: #55a96b;
|
|
1021
|
-
--ph-product-data-pipeline: #57b3a3;
|
|
1022
|
-
--ph-product-feature-flags: #8fa64a;
|
|
1023
|
-
--ph-product-experiments: #f3b14c;
|
|
1024
|
-
--ph-product-data-warehouse: #b8791b;
|
|
1025
|
-
--ph-product-surveys: #e06a49;
|
|
1026
|
-
|
|
1027
|
-
--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");
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
[data-theme="note-dark"] {
|
|
1031
|
-
color-scheme: dark;
|
|
1032
|
-
|
|
1033
|
-
--ph-canvas: #1a1224;
|
|
1034
|
-
--ph-surface: #221830;
|
|
1035
|
-
--ph-muted: #2a1f3d;
|
|
1036
|
-
--ph-toolbar: #322648;
|
|
1037
|
-
--ph-border: #4a3860;
|
|
1038
|
-
--ph-border-strong: #9b7bb8;
|
|
1039
|
-
|
|
1040
|
-
--ph-text-primary: #f0e8f8;
|
|
1041
|
-
--ph-text-secondary: #c4b5d8;
|
|
1042
|
-
--ph-text-tertiary: #9b7bb8;
|
|
1043
|
-
|
|
1044
|
-
--ph-accent: #b146c2;
|
|
1045
|
-
--ph-accent-hover: #c96bd4;
|
|
1046
|
-
--ph-blue: #4f9ff5;
|
|
1047
|
-
--ph-violet: #b146c2;
|
|
1048
|
-
--ph-purple: #93278f;
|
|
1049
|
-
|
|
1050
|
-
--ph-success: #33a867;
|
|
1051
|
-
--ph-warning: #e67e22;
|
|
1052
|
-
--ph-danger: #f87171;
|
|
1053
|
-
--ph-info: #4f9ff5;
|
|
1054
|
-
|
|
1055
|
-
--ph-text-3000: #f0e8f8;
|
|
1056
|
-
--ph-primary-button-face: #221830;
|
|
1057
|
-
--ph-primary-button-border: #7719aa;
|
|
1058
|
-
--ph-primary-button-border-hover: #b146c2;
|
|
1059
|
-
--ph-primary-frame-bg: #b146c2;
|
|
1060
|
-
--ph-secondary-button-bg: #2a1f3d;
|
|
1061
|
-
--ph-secondary-frame-bg: #4a3860;
|
|
1062
|
-
--ph-secondary-button-border: #4a3860;
|
|
1063
|
-
--ph-secondary-button-border-hover: #93278f;
|
|
1064
|
-
|
|
1065
|
-
--ph-border-3000: #322648;
|
|
1066
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1067
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1068
|
-
--ph-accent-highlight-secondary: hsla(291deg 48% 54% / 14%);
|
|
1069
|
-
|
|
1070
|
-
--ph-data-1: #b146c2;
|
|
1071
|
-
--ph-data-2: #93278f;
|
|
1072
|
-
--ph-data-3: #4f9ff5;
|
|
1073
|
-
--ph-data-4: #f87171;
|
|
1074
|
-
--ph-data-5: #e67e22;
|
|
1075
|
-
--ph-data-6: #33a867;
|
|
1076
|
-
--ph-data-7: #7719aa;
|
|
1077
|
-
|
|
1078
|
-
--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");
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
[data-theme="presentation-dark"] {
|
|
1082
|
-
color-scheme: dark;
|
|
1083
|
-
|
|
1084
|
-
--ph-canvas: #1b1a19;
|
|
1085
|
-
--ph-surface: #252423;
|
|
1086
|
-
--ph-muted: #2d2c2b;
|
|
1087
|
-
--ph-toolbar: #323130;
|
|
1088
|
-
--ph-border: #484644;
|
|
1089
|
-
--ph-border-strong: #797775;
|
|
1090
|
-
|
|
1091
|
-
--ph-text-primary: #f3f2f1;
|
|
1092
|
-
--ph-text-secondary: #c8c6c4;
|
|
1093
|
-
--ph-text-tertiary: #a19f9d;
|
|
1094
|
-
|
|
1095
|
-
--ph-accent: #e8654a;
|
|
1096
|
-
--ph-accent-hover: #f07d62;
|
|
1097
|
-
--ph-blue: #4f9ff5;
|
|
1098
|
-
--ph-violet: #a78bfa;
|
|
1099
|
-
--ph-purple: #8764b8;
|
|
1100
|
-
|
|
1101
|
-
--ph-success: #33a867;
|
|
1102
|
-
--ph-warning: #e67e22;
|
|
1103
|
-
--ph-danger: #f87171;
|
|
1104
|
-
--ph-info: #4f9ff5;
|
|
1105
|
-
|
|
1106
|
-
--ph-text-3000: #f3f2f1;
|
|
1107
|
-
--ph-primary-button-face: #252423;
|
|
1108
|
-
--ph-primary-button-border: #b93d20;
|
|
1109
|
-
--ph-primary-button-border-hover: #e8654a;
|
|
1110
|
-
--ph-primary-frame-bg: #e8654a;
|
|
1111
|
-
--ph-secondary-button-bg: #2d2c2b;
|
|
1112
|
-
--ph-secondary-frame-bg: #484644;
|
|
1113
|
-
--ph-secondary-button-border: #605e5c;
|
|
1114
|
-
--ph-secondary-button-border-hover: #797775;
|
|
1115
|
-
|
|
1116
|
-
--ph-border-3000: #323130;
|
|
1117
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1118
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1119
|
-
--ph-accent-highlight-secondary: hsla(11deg 70% 55% / 14%);
|
|
1120
|
-
|
|
1121
|
-
--ph-data-1: #e8654a;
|
|
1122
|
-
--ph-data-2: #4f9ff5;
|
|
1123
|
-
--ph-data-3: #33a867;
|
|
1124
|
-
--ph-data-4: #f87171;
|
|
1125
|
-
--ph-data-5: #e67e22;
|
|
1126
|
-
--ph-data-6: #8764b8;
|
|
1127
|
-
--ph-data-7: #0078d4;
|
|
1128
|
-
|
|
1129
|
-
--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");
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
[data-theme="github-light"] {
|
|
1133
|
-
color-scheme: light;
|
|
1134
|
-
|
|
1135
|
-
--ph-canvas: #f6f8fa;
|
|
1136
|
-
--ph-surface: #ffffff;
|
|
1137
|
-
--ph-muted: #f6f8fa;
|
|
1138
|
-
--ph-toolbar: #eaeef2;
|
|
1139
|
-
--ph-border: #d0d7de;
|
|
1140
|
-
--ph-border-strong: #8c959f;
|
|
1141
|
-
|
|
1142
|
-
--ph-text-primary: #1f2328;
|
|
1143
|
-
--ph-text-secondary: #656d76;
|
|
1144
|
-
--ph-text-tertiary: #6e7781;
|
|
1145
|
-
|
|
1146
|
-
--ph-accent: #0969da;
|
|
1147
|
-
--ph-accent-hover: #0550ae;
|
|
1148
|
-
--ph-blue: #0969da;
|
|
1149
|
-
--ph-violet: #8250df;
|
|
1150
|
-
--ph-purple: #8250df;
|
|
1151
|
-
|
|
1152
|
-
--ph-success: #1a7f37;
|
|
1153
|
-
--ph-warning: #9a6700;
|
|
1154
|
-
--ph-danger: #cf222e;
|
|
1155
|
-
--ph-info: #0969da;
|
|
1156
|
-
|
|
1157
|
-
--ph-text-3000: #1f2328;
|
|
1158
|
-
--ph-primary-button-face: #ffffff;
|
|
1159
|
-
--ph-primary-button-border: #0550ae;
|
|
1160
|
-
--ph-primary-button-border-hover: #033d8b;
|
|
1161
|
-
--ph-primary-frame-bg: #0969da;
|
|
1162
|
-
--ph-secondary-button-bg: #f6f8fa;
|
|
1163
|
-
--ph-secondary-frame-bg: #eaeef2;
|
|
1164
|
-
--ph-secondary-button-border: #d0d7de;
|
|
1165
|
-
--ph-secondary-button-border-hover: #8c959f;
|
|
1166
|
-
|
|
1167
|
-
--ph-border-3000: #d0d7de;
|
|
1168
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.92);
|
|
1169
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.04);
|
|
1170
|
-
--ph-accent-highlight-secondary: hsla(212deg 92% 45% / 10%);
|
|
1171
|
-
|
|
1172
|
-
--ph-data-1: #0969da;
|
|
1173
|
-
--ph-data-2: #8250df;
|
|
1174
|
-
--ph-data-3: #1a7f37;
|
|
1175
|
-
--ph-data-4: #cf222e;
|
|
1176
|
-
--ph-data-5: #9a6700;
|
|
1177
|
-
--ph-data-6: #0550ae;
|
|
1178
|
-
--ph-data-7: #bf3989;
|
|
1179
|
-
|
|
1180
|
-
--ph-product-session-replay: #9a6700;
|
|
1181
|
-
--ph-product-product-analytics: #0969da;
|
|
1182
|
-
--ph-product-data-pipeline: #1a7f37;
|
|
1183
|
-
--ph-product-feature-flags: #0550ae;
|
|
1184
|
-
--ph-product-experiments: #8250df;
|
|
1185
|
-
--ph-product-data-warehouse: #6639ba;
|
|
1186
|
-
--ph-product-surveys: #cf222e;
|
|
1187
|
-
|
|
1188
|
-
--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");
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
[data-theme="github-dark"] {
|
|
1192
|
-
color-scheme: dark;
|
|
1193
|
-
|
|
1194
|
-
--ph-canvas: #0d1117;
|
|
1195
|
-
--ph-surface: #161b22;
|
|
1196
|
-
--ph-muted: #21262d;
|
|
1197
|
-
--ph-toolbar: #21262d;
|
|
1198
|
-
--ph-border: #30363d;
|
|
1199
|
-
--ph-border-strong: #484f58;
|
|
1200
|
-
|
|
1201
|
-
--ph-text-primary: #e6edf3;
|
|
1202
|
-
--ph-text-secondary: #9198a1;
|
|
1203
|
-
--ph-text-tertiary: #7d8590;
|
|
1204
|
-
|
|
1205
|
-
--ph-accent: #4493f8;
|
|
1206
|
-
--ph-accent-hover: #58a6ff;
|
|
1207
|
-
--ph-blue: #4493f8;
|
|
1208
|
-
--ph-violet: #a371f7;
|
|
1209
|
-
--ph-purple: #a371f7;
|
|
1210
|
-
|
|
1211
|
-
--ph-success: #3fb950;
|
|
1212
|
-
--ph-warning: #d29922;
|
|
1213
|
-
--ph-danger: #f85149;
|
|
1214
|
-
--ph-info: #4493f8;
|
|
1215
|
-
|
|
1216
|
-
--ph-text-3000: #e6edf3;
|
|
1217
|
-
--ph-primary-button-face: #161b22;
|
|
1218
|
-
--ph-primary-button-border: #1f6feb;
|
|
1219
|
-
--ph-primary-button-border-hover: #388bfd;
|
|
1220
|
-
--ph-primary-frame-bg: #1f6feb;
|
|
1221
|
-
--ph-secondary-button-bg: #21262d;
|
|
1222
|
-
--ph-secondary-frame-bg: #30363d;
|
|
1223
|
-
--ph-secondary-button-border: #484f58;
|
|
1224
|
-
--ph-secondary-button-border-hover: #6e7681;
|
|
1225
|
-
|
|
1226
|
-
--ph-border-3000: #30363d;
|
|
1227
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
1228
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.35);
|
|
1229
|
-
--ph-accent-highlight-secondary: hsla(213deg 94% 68% / 12%);
|
|
1230
|
-
|
|
1231
|
-
--ph-data-1: #4493f8;
|
|
1232
|
-
--ph-data-2: #a371f7;
|
|
1233
|
-
--ph-data-3: #3fb950;
|
|
1234
|
-
--ph-data-4: #f85149;
|
|
1235
|
-
--ph-data-5: #d29922;
|
|
1236
|
-
--ph-data-6: #58a6ff;
|
|
1237
|
-
--ph-data-7: #db61a2;
|
|
1238
|
-
|
|
1239
|
-
--ph-product-session-replay: #d29922;
|
|
1240
|
-
--ph-product-product-analytics: #4493f8;
|
|
1241
|
-
--ph-product-data-pipeline: #3fb950;
|
|
1242
|
-
--ph-product-feature-flags: #58a6ff;
|
|
1243
|
-
--ph-product-experiments: #a371f7;
|
|
1244
|
-
--ph-product-data-warehouse: #8957e5;
|
|
1245
|
-
--ph-product-surveys: #f85149;
|
|
1246
|
-
|
|
1247
|
-
--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");
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
[data-theme="rosepine-light"] {
|
|
1251
|
-
color-scheme: light;
|
|
1252
|
-
|
|
1253
324
|
--ph-canvas: #faf4ed;
|
|
1254
325
|
--ph-surface: #fffaf3;
|
|
1255
326
|
--ph-muted: #f2e9e1;
|
|
1256
327
|
--ph-toolbar: #f4ede8;
|
|
1257
328
|
--ph-border: #dfdad9;
|
|
1258
329
|
--ph-border-strong: #9893a5;
|
|
1259
|
-
|
|
1260
330
|
--ph-text-primary: #575279;
|
|
1261
331
|
--ph-text-secondary: #797593;
|
|
1262
332
|
--ph-text-tertiary: #9893a5;
|
|
1263
|
-
|
|
1264
333
|
--ph-accent: #907aa9;
|
|
1265
|
-
--ph-accent-hover: #7c6594;
|
|
1266
|
-
--ph-blue: #56949f;
|
|
1267
|
-
--ph-violet: #907aa9;
|
|
1268
|
-
--ph-purple: #907aa9;
|
|
1269
|
-
|
|
1270
|
-
--ph-
|
|
1271
|
-
--ph-
|
|
1272
|
-
--ph-
|
|
1273
|
-
--ph-
|
|
1274
|
-
|
|
1275
|
-
--ph-
|
|
1276
|
-
--ph-
|
|
1277
|
-
--ph-
|
|
1278
|
-
--ph-
|
|
1279
|
-
--ph-
|
|
1280
|
-
--ph-
|
|
1281
|
-
--ph-
|
|
1282
|
-
--ph-
|
|
1283
|
-
--ph-
|
|
1284
|
-
|
|
1285
|
-
--ph-border
|
|
1286
|
-
--ph-
|
|
1287
|
-
--ph-
|
|
1288
|
-
--ph-
|
|
1289
|
-
|
|
1290
|
-
--ph-
|
|
1291
|
-
--ph-
|
|
1292
|
-
--ph-
|
|
1293
|
-
--ph-
|
|
1294
|
-
--ph-data-
|
|
1295
|
-
--ph-data-
|
|
1296
|
-
--ph-data-
|
|
1297
|
-
|
|
1298
|
-
--ph-
|
|
1299
|
-
--ph-
|
|
1300
|
-
--ph-
|
|
1301
|
-
--ph-product-feature-flags: #907aa9;
|
|
1302
|
-
--ph-product-experiments: #b4637a;
|
|
1303
|
-
--ph-product-data-warehouse: #797593;
|
|
1304
|
-
--ph-product-surveys: #d7827e;
|
|
1305
|
-
|
|
1306
|
-
--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");
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
[data-theme="rosepine-dark"] {
|
|
1310
|
-
color-scheme: dark;
|
|
1311
|
-
|
|
1312
|
-
--ph-canvas: #191724;
|
|
1313
|
-
--ph-surface: #1f1d2e;
|
|
1314
|
-
--ph-muted: #26233a;
|
|
1315
|
-
--ph-toolbar: #21202e;
|
|
1316
|
-
--ph-border: #403d52;
|
|
1317
|
-
--ph-border-strong: #524f67;
|
|
1318
|
-
|
|
1319
|
-
--ph-text-primary: #e0def4;
|
|
1320
|
-
--ph-text-secondary: #908caa;
|
|
1321
|
-
--ph-text-tertiary: #6e6a86;
|
|
1322
|
-
|
|
1323
|
-
--ph-accent: #c4a7e7;
|
|
1324
|
-
--ph-accent-hover: #d4bcf0;
|
|
1325
|
-
--ph-blue: #9ccfd8;
|
|
1326
|
-
--ph-violet: #c4a7e7;
|
|
1327
|
-
--ph-purple: #c4a7e7;
|
|
1328
|
-
|
|
1329
|
-
--ph-success: #31748f;
|
|
1330
|
-
--ph-warning: #f6c177;
|
|
1331
|
-
--ph-danger: #eb6f92;
|
|
1332
|
-
--ph-info: #9ccfd8;
|
|
1333
|
-
|
|
1334
|
-
--ph-text-3000: #e0def4;
|
|
1335
|
-
--ph-primary-button-face: #1f1d2e;
|
|
1336
|
-
--ph-primary-button-border: #9b7fd4;
|
|
1337
|
-
--ph-primary-button-border-hover: #c4a7e7;
|
|
1338
|
-
--ph-primary-frame-bg: #c4a7e7;
|
|
1339
|
-
--ph-secondary-button-bg: #26233a;
|
|
1340
|
-
--ph-secondary-frame-bg: #403d52;
|
|
1341
|
-
--ph-secondary-button-border: #524f67;
|
|
1342
|
-
--ph-secondary-button-border-hover: #6e6a86;
|
|
1343
|
-
|
|
1344
|
-
--ph-border-3000: #26233a;
|
|
1345
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.07);
|
|
1346
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.32);
|
|
1347
|
-
--ph-accent-highlight-secondary: hsla(267deg 57% 78% / 14%);
|
|
1348
|
-
|
|
1349
|
-
--ph-data-1: #9ccfd8;
|
|
1350
|
-
--ph-data-2: #c4a7e7;
|
|
1351
|
-
--ph-data-3: #31748f;
|
|
1352
|
-
--ph-data-4: #eb6f92;
|
|
1353
|
-
--ph-data-5: #f6c177;
|
|
1354
|
-
--ph-data-6: #ebbcba;
|
|
1355
|
-
--ph-data-7: #908caa;
|
|
1356
|
-
|
|
1357
|
-
--ph-product-session-replay: #f6c177;
|
|
1358
|
-
--ph-product-product-analytics: #9ccfd8;
|
|
1359
|
-
--ph-product-data-pipeline: #31748f;
|
|
1360
|
-
--ph-product-feature-flags: #c4a7e7;
|
|
1361
|
-
--ph-product-experiments: #eb6f92;
|
|
1362
|
-
--ph-product-data-warehouse: #ebbcba;
|
|
1363
|
-
--ph-product-surveys: #908caa;
|
|
1364
|
-
|
|
1365
|
-
--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");
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
[data-theme="notion"] {
|
|
1369
|
-
color-scheme: light;
|
|
1370
|
-
|
|
1371
|
-
--ph-canvas: #ffffff;
|
|
1372
|
-
--ph-surface: #f7f6f3;
|
|
1373
|
-
--ph-muted: #f0efeb;
|
|
1374
|
-
--ph-toolbar: #ebe9e4;
|
|
1375
|
-
--ph-border: #e2e1dd;
|
|
1376
|
-
--ph-border-strong: #c4c3bf;
|
|
1377
|
-
|
|
1378
|
-
--ph-text-primary: #37352f;
|
|
1379
|
-
--ph-text-secondary: #6b6b6b;
|
|
1380
|
-
--ph-text-tertiary: #9b9a97;
|
|
1381
|
-
|
|
1382
|
-
--ph-accent: #2f7cf6;
|
|
1383
|
-
--ph-accent-hover: #2160d4;
|
|
1384
|
-
--ph-blue: #2f7cf6;
|
|
1385
|
-
--ph-violet: #6940a5;
|
|
1386
|
-
--ph-purple: #6940a5;
|
|
1387
|
-
|
|
1388
|
-
--ph-success: #0f7b6c;
|
|
1389
|
-
--ph-warning: #dfab00;
|
|
1390
|
-
--ph-danger: #e03e3e;
|
|
1391
|
-
--ph-info: #2f7cf6;
|
|
1392
|
-
|
|
1393
|
-
--ph-text-3000: #37352f;
|
|
1394
|
-
--ph-primary-button-face: #ffffff;
|
|
1395
|
-
--ph-primary-button-border: #2160d4;
|
|
1396
|
-
--ph-primary-button-border-hover: #1a4fa8;
|
|
1397
|
-
--ph-primary-frame-bg: #2f7cf6;
|
|
1398
|
-
--ph-secondary-button-bg: #ffffff;
|
|
1399
|
-
--ph-secondary-frame-bg: #f0efeb;
|
|
1400
|
-
--ph-secondary-button-border: #e2e1dd;
|
|
1401
|
-
--ph-secondary-button-border-hover: #c4c3bf;
|
|
1402
|
-
|
|
1403
|
-
--ph-border-3000: #e2e1dd;
|
|
1404
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.95);
|
|
1405
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
|
|
1406
|
-
--ph-accent-highlight-secondary: hsla(220deg 100% 56% / 10%);
|
|
1407
|
-
|
|
1408
|
-
--ph-data-1: #2f7cf6;
|
|
1409
|
-
--ph-data-2: #6940a5;
|
|
1410
|
-
--ph-data-3: #dfab00;
|
|
1411
|
-
--ph-data-4: #0f7b6c;
|
|
1412
|
-
--ph-data-5: #e03e3e;
|
|
1413
|
-
--ph-data-6: #d9730d;
|
|
1414
|
-
--ph-data-7: #ad1a72;
|
|
1415
|
-
|
|
1416
|
-
--ph-product-session-replay: #dfab00;
|
|
1417
|
-
--ph-product-product-analytics: #2f7cf6;
|
|
1418
|
-
--ph-product-data-pipeline: #0f7b6c;
|
|
1419
|
-
--ph-product-feature-flags: #6940a5;
|
|
1420
|
-
--ph-product-experiments: #e03e3e;
|
|
1421
|
-
--ph-product-data-warehouse: #d9730d;
|
|
1422
|
-
--ph-product-surveys: #ad1a72;
|
|
1423
|
-
|
|
1424
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239b9a97' 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");
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
[data-theme="notion-dark"] {
|
|
1428
|
-
color-scheme: dark;
|
|
1429
|
-
|
|
1430
|
-
--ph-canvas: #191919;
|
|
1431
|
-
--ph-surface: #212121;
|
|
1432
|
-
--ph-muted: #2a2a2a;
|
|
1433
|
-
--ph-toolbar: #333333;
|
|
1434
|
-
--ph-border: #373737;
|
|
1435
|
-
--ph-border-strong: #4a4a4a;
|
|
1436
|
-
|
|
1437
|
-
--ph-text-primary: #ffffff;
|
|
1438
|
-
--ph-text-secondary: #cdcdcd;
|
|
1439
|
-
--ph-text-tertiary: #6b6b6b;
|
|
1440
|
-
|
|
1441
|
-
--ph-accent: #4a9eff;
|
|
1442
|
-
--ph-accent-hover: #3381e6;
|
|
1443
|
-
--ph-blue: #4a9eff;
|
|
1444
|
-
--ph-violet: #a06cd5;
|
|
1445
|
-
--ph-purple: #a06cd5;
|
|
1446
|
-
|
|
1447
|
-
--ph-success: #45c4a0;
|
|
1448
|
-
--ph-warning: #eac54f;
|
|
1449
|
-
--ph-danger: #f15e5e;
|
|
1450
|
-
--ph-info: #4a9eff;
|
|
1451
|
-
|
|
1452
|
-
--ph-text-3000: #191919;
|
|
1453
|
-
--ph-primary-button-face: #ffffff;
|
|
1454
|
-
--ph-primary-button-border: #3381e6;
|
|
1455
|
-
--ph-primary-button-border-hover: #2663b8;
|
|
1456
|
-
--ph-primary-frame-bg: #4a9eff;
|
|
1457
|
-
--ph-secondary-button-bg: #2a2a2a;
|
|
1458
|
-
--ph-secondary-frame-bg: #333333;
|
|
1459
|
-
--ph-secondary-button-border: #373737;
|
|
1460
|
-
--ph-secondary-button-border-hover: #4a4a4a;
|
|
1461
|
-
|
|
1462
|
-
--ph-border-3000: #333333;
|
|
1463
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.06);
|
|
1464
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.4);
|
|
1465
|
-
--ph-accent-highlight-secondary: hsla(215deg 100% 65% / 14%);
|
|
1466
|
-
|
|
1467
|
-
--ph-data-1: #4a9eff;
|
|
1468
|
-
--ph-data-2: #a06cd5;
|
|
1469
|
-
--ph-data-3: #eac54f;
|
|
1470
|
-
--ph-data-4: #45c4a0;
|
|
1471
|
-
--ph-data-5: #f15e5e;
|
|
1472
|
-
--ph-data-6: #f5a623;
|
|
1473
|
-
--ph-data-7: #d355a0;
|
|
1474
|
-
|
|
1475
|
-
--ph-product-session-replay: #eac54f;
|
|
1476
|
-
--ph-product-product-analytics: #4a9eff;
|
|
1477
|
-
--ph-product-data-pipeline: #45c4a0;
|
|
1478
|
-
--ph-product-feature-flags: #a06cd5;
|
|
1479
|
-
--ph-product-experiments: #f15e5e;
|
|
1480
|
-
--ph-product-data-warehouse: #f5a623;
|
|
1481
|
-
--ph-product-surveys: #d355a0;
|
|
1482
|
-
|
|
1483
|
-
--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");
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/* Tokyo Night Day — soft bluish greys with vivid blue and purple accents */
|
|
1487
|
-
[data-theme="deepsea-light"] {
|
|
1488
|
-
color-scheme: light;
|
|
1489
|
-
|
|
1490
|
-
--ph-canvas: #e1e2e7;
|
|
1491
|
-
--ph-surface: #f2f3f8;
|
|
1492
|
-
--ph-muted: #e9eaf1;
|
|
1493
|
-
--ph-toolbar: #d0d5e3;
|
|
1494
|
-
--ph-border: #c4c8da;
|
|
1495
|
-
--ph-border-strong: #a8aecb;
|
|
1496
|
-
|
|
1497
|
-
--ph-text-primary: #343b58;
|
|
1498
|
-
--ph-text-secondary: #6172b0;
|
|
1499
|
-
--ph-text-tertiary: #848cb5;
|
|
1500
|
-
|
|
1501
|
-
/* Tokyo Night blue */
|
|
1502
|
-
--ph-accent: #2e7de9;
|
|
1503
|
-
--ph-accent-hover: #2368c6;
|
|
1504
|
-
--ph-blue: #2e7de9;
|
|
1505
|
-
/* Day magenta */
|
|
1506
|
-
--ph-violet: #9854f1;
|
|
1507
|
-
/* Day purple */
|
|
1508
|
-
--ph-purple: #7847bd;
|
|
1509
|
-
|
|
1510
|
-
/* Day green */
|
|
1511
|
-
--ph-success: #587539;
|
|
1512
|
-
/* Day orange */
|
|
1513
|
-
--ph-warning: #b15c00;
|
|
1514
|
-
/* Day red */
|
|
1515
|
-
--ph-danger: #f52a65;
|
|
1516
|
-
/* Day cyan */
|
|
1517
|
-
--ph-info: #007197;
|
|
1518
|
-
|
|
1519
|
-
--ph-text-3000: #343b58;
|
|
1520
|
-
--ph-primary-button-face: #ffffff;
|
|
1521
|
-
--ph-primary-button-border: #2368c6;
|
|
1522
|
-
--ph-primary-button-border-hover: #1a52a3;
|
|
1523
|
-
--ph-primary-frame-bg: #2e7de9;
|
|
1524
|
-
--ph-secondary-button-bg: #f2f3f8;
|
|
1525
|
-
--ph-secondary-frame-bg: #d0d5e3;
|
|
1526
|
-
--ph-secondary-button-border: #c4c8da;
|
|
1527
|
-
--ph-secondary-button-border-hover: #2e7de9;
|
|
1528
|
-
|
|
1529
|
-
--ph-border-3000: #c4c8da;
|
|
1530
|
-
--ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.84);
|
|
1531
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
|
|
1532
|
-
--ph-accent-highlight-secondary: hsla(215deg 81% 55% / 12%);
|
|
1533
|
-
|
|
1534
|
-
--ph-data-1: #2e7de9;
|
|
1535
|
-
--ph-data-2: #9854f1;
|
|
1536
|
-
--ph-data-3: #007197;
|
|
1537
|
-
--ph-data-4: #b15c00;
|
|
1538
|
-
--ph-data-5: #587539;
|
|
1539
|
-
--ph-data-6: #f52a65;
|
|
1540
|
-
--ph-data-7: #8c6c3e;
|
|
1541
|
-
|
|
1542
|
-
--ph-product-session-replay: #b15c00;
|
|
1543
|
-
--ph-product-product-analytics: #2e7de9;
|
|
1544
|
-
--ph-product-data-pipeline: #007197;
|
|
1545
|
-
--ph-product-feature-flags: #9854f1;
|
|
1546
|
-
--ph-product-experiments: #f52a65;
|
|
1547
|
-
--ph-product-data-warehouse: #8c6c3e;
|
|
1548
|
-
--ph-product-surveys: #587539;
|
|
1549
|
-
|
|
1550
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23848cb5' 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");
|
|
334
|
+
--ph-accent-hover: #7c6594;
|
|
335
|
+
--ph-blue: #56949f;
|
|
336
|
+
--ph-violet: #907aa9;
|
|
337
|
+
--ph-purple: #907aa9;
|
|
338
|
+
--ph-success: #286983;
|
|
339
|
+
--ph-warning: #ea9d34;
|
|
340
|
+
--ph-danger: #b4637a;
|
|
341
|
+
--ph-info: #56949f;
|
|
342
|
+
--ph-on-accent: #ffffff;
|
|
343
|
+
--ph-on-violet: #ffffff;
|
|
344
|
+
--ph-on-success: #ffffff;
|
|
345
|
+
--ph-on-warning: #2d2130;
|
|
346
|
+
--ph-on-danger: #ffffff;
|
|
347
|
+
--ph-on-info: #ffffff;
|
|
348
|
+
--ph-focus-ring: #907aa9;
|
|
349
|
+
--ph-selected-bg: #f0e7ef;
|
|
350
|
+
--ph-selected-text: #6d597f;
|
|
351
|
+
--ph-selected-border: #b8a5c4;
|
|
352
|
+
--ph-text-3000: #575279;
|
|
353
|
+
--ph-primary-button-face: #fffaf3;
|
|
354
|
+
--ph-primary-button-border: #7c6594;
|
|
355
|
+
--ph-primary-button-border-hover: #6b567f;
|
|
356
|
+
--ph-primary-frame-bg: #907aa9;
|
|
357
|
+
--ph-secondary-button-bg: #f2e9e1;
|
|
358
|
+
--ph-secondary-frame-bg: #f4ede8;
|
|
359
|
+
--ph-secondary-button-border: #dfdad9;
|
|
360
|
+
--ph-secondary-button-border-hover: #9893a5;
|
|
361
|
+
--ph-border-3000: #dfdad9;
|
|
362
|
+
--ph-accent-highlight-secondary: hsl(268deg 21% 57% / 12%);
|
|
363
|
+
--ph-data-1: #56949f;
|
|
364
|
+
--ph-data-2: #907aa9;
|
|
365
|
+
--ph-data-3: #286983;
|
|
366
|
+
--ph-data-4: #b4637a;
|
|
367
|
+
--ph-data-5: #ea9d34;
|
|
368
|
+
--ph-data-6: #d7827e;
|
|
369
|
+
--ph-data-7: #797593;
|
|
1551
370
|
}
|
|
1552
371
|
|
|
1553
|
-
|
|
1554
|
-
[data-theme="deepsea-dark"] {
|
|
372
|
+
[data-theme="rosepine-dark"] {
|
|
1555
373
|
color-scheme: dark;
|
|
1556
|
-
|
|
1557
|
-
--ph-
|
|
1558
|
-
--ph-
|
|
1559
|
-
--ph-
|
|
1560
|
-
--ph-
|
|
1561
|
-
--ph-
|
|
1562
|
-
--ph-
|
|
1563
|
-
|
|
1564
|
-
--ph-
|
|
1565
|
-
--ph-text-
|
|
1566
|
-
--ph-text-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
--ph-accent: #
|
|
1570
|
-
--ph-
|
|
1571
|
-
--ph-
|
|
1572
|
-
|
|
1573
|
-
--ph-
|
|
1574
|
-
--ph-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
--ph-
|
|
1578
|
-
|
|
1579
|
-
--ph-
|
|
1580
|
-
|
|
1581
|
-
--ph-danger: #
|
|
1582
|
-
|
|
1583
|
-
--ph-
|
|
1584
|
-
|
|
1585
|
-
--ph-text
|
|
1586
|
-
--ph-
|
|
1587
|
-
--ph-
|
|
1588
|
-
--ph-primary-button-
|
|
1589
|
-
--ph-primary-
|
|
1590
|
-
--ph-
|
|
1591
|
-
--ph-
|
|
1592
|
-
--ph-secondary-button-
|
|
1593
|
-
--ph-secondary-
|
|
1594
|
-
|
|
1595
|
-
--ph-border-
|
|
1596
|
-
--ph-
|
|
1597
|
-
--ph-
|
|
1598
|
-
--ph-
|
|
1599
|
-
|
|
1600
|
-
--ph-data-
|
|
1601
|
-
--ph-data-
|
|
1602
|
-
--ph-data-
|
|
1603
|
-
--ph-data-
|
|
1604
|
-
--ph-data-
|
|
1605
|
-
--ph-data-6: #f7768e;
|
|
1606
|
-
--ph-data-7: #ff9e64;
|
|
1607
|
-
|
|
1608
|
-
--ph-product-session-replay: #e0af68;
|
|
1609
|
-
--ph-product-product-analytics: #7aa2f7;
|
|
1610
|
-
--ph-product-data-pipeline: #7dcfff;
|
|
1611
|
-
--ph-product-feature-flags: #bb9af7;
|
|
1612
|
-
--ph-product-experiments: #f7768e;
|
|
1613
|
-
--ph-product-data-warehouse: #ff9e64;
|
|
1614
|
-
--ph-product-surveys: #9ece6a;
|
|
1615
|
-
|
|
1616
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23565f89' 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");
|
|
374
|
+
--ph-canvas: #191724;
|
|
375
|
+
--ph-surface: #1f1d2e;
|
|
376
|
+
--ph-muted: #26233a;
|
|
377
|
+
--ph-toolbar: #21202e;
|
|
378
|
+
--ph-surface-inset: #211f31;
|
|
379
|
+
--ph-surface-raised: #26233a;
|
|
380
|
+
--ph-surface-overlay: #302c45;
|
|
381
|
+
--ph-border: #403d52;
|
|
382
|
+
--ph-border-strong: #524f67;
|
|
383
|
+
--ph-text-primary: #e0def4;
|
|
384
|
+
--ph-text-secondary: #908caa;
|
|
385
|
+
--ph-text-tertiary: #6e6a86;
|
|
386
|
+
--ph-accent: #c4a7e7;
|
|
387
|
+
--ph-accent-hover: #d4bcf0;
|
|
388
|
+
--ph-blue: #9ccfd8;
|
|
389
|
+
--ph-violet: #c4a7e7;
|
|
390
|
+
--ph-purple: #c4a7e7;
|
|
391
|
+
--ph-success: #31748f;
|
|
392
|
+
--ph-warning: #f6c177;
|
|
393
|
+
--ph-danger: #eb6f92;
|
|
394
|
+
--ph-info: #9ccfd8;
|
|
395
|
+
--ph-on-accent: #191724;
|
|
396
|
+
--ph-on-violet: #191724;
|
|
397
|
+
--ph-on-success: #ffffff;
|
|
398
|
+
--ph-on-warning: #2d2130;
|
|
399
|
+
--ph-on-danger: #ffffff;
|
|
400
|
+
--ph-on-info: #191724;
|
|
401
|
+
--ph-focus-ring: #c4a7e7;
|
|
402
|
+
--ph-selected-bg: #342f49;
|
|
403
|
+
--ph-selected-text: #e0def4;
|
|
404
|
+
--ph-selected-border: #76639a;
|
|
405
|
+
--ph-text-3000: #e0def4;
|
|
406
|
+
--ph-primary-button-face: #1f1d2e;
|
|
407
|
+
--ph-primary-button-border: #9b7fd4;
|
|
408
|
+
--ph-primary-button-border-hover: #c4a7e7;
|
|
409
|
+
--ph-primary-frame-bg: #c4a7e7;
|
|
410
|
+
--ph-secondary-button-bg: #26233a;
|
|
411
|
+
--ph-secondary-frame-bg: #403d52;
|
|
412
|
+
--ph-secondary-button-border: #524f67;
|
|
413
|
+
--ph-secondary-button-border-hover: #6e6a86;
|
|
414
|
+
--ph-border-3000: #26233a;
|
|
415
|
+
--ph-accent-highlight-secondary: hsl(267deg 57% 78% / 14%);
|
|
416
|
+
--ph-data-1: #9ccfd8;
|
|
417
|
+
--ph-data-2: #c4a7e7;
|
|
418
|
+
--ph-data-3: #31748f;
|
|
419
|
+
--ph-data-4: #eb6f92;
|
|
420
|
+
--ph-data-5: #f6c177;
|
|
421
|
+
--ph-data-6: #ebbcba;
|
|
422
|
+
--ph-data-7: #908caa;
|
|
1617
423
|
}
|
|
1618
424
|
|
|
1619
|
-
/* Kraken Light — Medium-inspired paper, editorial ink, and publication green. */
|
|
1620
425
|
[data-theme="kraken-light"] {
|
|
1621
426
|
color-scheme: light;
|
|
1622
|
-
|
|
1623
427
|
--ph-canvas: #f7f4ed;
|
|
1624
428
|
--ph-surface: #ffffff;
|
|
1625
429
|
--ph-muted: #f2f2f2;
|
|
@@ -1628,19 +432,15 @@
|
|
|
1628
432
|
--ph-surface-raised: #ffffff;
|
|
1629
433
|
--ph-surface-overlay: #ffffff;
|
|
1630
434
|
--ph-border: #e2e2df;
|
|
1631
|
-
--ph-border-subtle: #ededeb;
|
|
1632
435
|
--ph-border-strong: #a8a8a3;
|
|
1633
|
-
|
|
1634
436
|
--ph-text-primary: #242424;
|
|
1635
437
|
--ph-text-secondary: #4f4f4f;
|
|
1636
438
|
--ph-text-tertiary: #6b6b6b;
|
|
1637
|
-
|
|
1638
439
|
--ph-accent: #242424;
|
|
1639
440
|
--ph-accent-hover: #000000;
|
|
1640
441
|
--ph-blue: #437aff;
|
|
1641
442
|
--ph-violet: #ffc017;
|
|
1642
443
|
--ph-purple: #e6ad15;
|
|
1643
|
-
|
|
1644
444
|
--ph-success: #1a8917;
|
|
1645
445
|
--ph-warning: #b26a00;
|
|
1646
446
|
--ph-danger: #c7463a;
|
|
@@ -1655,7 +455,6 @@
|
|
|
1655
455
|
--ph-selected-bg: #f2f2f2;
|
|
1656
456
|
--ph-selected-text: #242424;
|
|
1657
457
|
--ph-selected-border: #8b8b86;
|
|
1658
|
-
|
|
1659
458
|
--ph-text-3000: #ffffff;
|
|
1660
459
|
--ph-primary-button-face: #242424;
|
|
1661
460
|
--ph-primary-button-border: #171717;
|
|
@@ -1665,12 +464,8 @@
|
|
|
1665
464
|
--ph-secondary-frame-bg: #d7d7d4;
|
|
1666
465
|
--ph-secondary-button-border: #b7b7b2;
|
|
1667
466
|
--ph-secondary-button-border-hover: #777772;
|
|
1668
|
-
|
|
1669
467
|
--ph-border-3000: #d7d7d4;
|
|
1670
|
-
--ph-
|
|
1671
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
|
|
1672
|
-
--ph-accent-highlight-secondary: rgb(36 36 36 / 8%);
|
|
1673
|
-
|
|
468
|
+
--ph-accent-highlight-secondary: hsl(0deg 0% 14% / 8%);
|
|
1674
469
|
--ph-data-1: #242424;
|
|
1675
470
|
--ph-data-2: #ffc017;
|
|
1676
471
|
--ph-data-3: #437aff;
|
|
@@ -1678,22 +473,10 @@
|
|
|
1678
473
|
--ph-data-5: #b26a00;
|
|
1679
474
|
--ph-data-6: #c7463a;
|
|
1680
475
|
--ph-data-7: #ad1457;
|
|
1681
|
-
|
|
1682
|
-
--ph-product-session-replay: #b26a00;
|
|
1683
|
-
--ph-product-product-analytics: #1769aa;
|
|
1684
|
-
--ph-product-data-pipeline: #00838f;
|
|
1685
|
-
--ph-product-feature-flags: #ffc017;
|
|
1686
|
-
--ph-product-experiments: #437aff;
|
|
1687
|
-
--ph-product-data-warehouse: #7b5e3b;
|
|
1688
|
-
--ph-product-surveys: #c7463a;
|
|
1689
|
-
|
|
1690
|
-
--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");
|
|
1691
476
|
}
|
|
1692
477
|
|
|
1693
|
-
/* Kraken Dark — Medium-inspired night reading canvas and soft editorial contrast. */
|
|
1694
478
|
[data-theme="kraken-dark"] {
|
|
1695
479
|
color-scheme: dark;
|
|
1696
|
-
|
|
1697
480
|
--ph-canvas: #191919;
|
|
1698
481
|
--ph-surface: #222222;
|
|
1699
482
|
--ph-muted: #292929;
|
|
@@ -1702,19 +485,15 @@
|
|
|
1702
485
|
--ph-surface-raised: #262626;
|
|
1703
486
|
--ph-surface-overlay: #2b2b2b;
|
|
1704
487
|
--ph-border: #3a3a3a;
|
|
1705
|
-
--ph-border-subtle: #303030;
|
|
1706
488
|
--ph-border-strong: #686868;
|
|
1707
|
-
|
|
1708
489
|
--ph-text-primary: #f2f2f2;
|
|
1709
490
|
--ph-text-secondary: #c4c4c4;
|
|
1710
491
|
--ph-text-tertiary: #929292;
|
|
1711
|
-
|
|
1712
492
|
--ph-accent: #f2f2f2;
|
|
1713
493
|
--ph-accent-hover: #ffffff;
|
|
1714
494
|
--ph-blue: #7da3ff;
|
|
1715
495
|
--ph-violet: #ffc017;
|
|
1716
496
|
--ph-purple: #ffcd45;
|
|
1717
|
-
|
|
1718
497
|
--ph-success: #1a8917;
|
|
1719
498
|
--ph-warning: #e0a34a;
|
|
1720
499
|
--ph-danger: #c7463a;
|
|
@@ -1729,7 +508,6 @@
|
|
|
1729
508
|
--ph-selected-bg: #333333;
|
|
1730
509
|
--ph-selected-text: #ffffff;
|
|
1731
510
|
--ph-selected-border: #858585;
|
|
1732
|
-
|
|
1733
511
|
--ph-text-3000: #191919;
|
|
1734
512
|
--ph-primary-button-face: #f2f2f2;
|
|
1735
513
|
--ph-primary-button-border: #d6d6d6;
|
|
@@ -1739,12 +517,8 @@
|
|
|
1739
517
|
--ph-secondary-frame-bg: #414141;
|
|
1740
518
|
--ph-secondary-button-border: #505050;
|
|
1741
519
|
--ph-secondary-button-border-hover: #777777;
|
|
1742
|
-
|
|
1743
520
|
--ph-border-3000: #303030;
|
|
1744
|
-
--ph-
|
|
1745
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.4);
|
|
1746
|
-
--ph-accent-highlight-secondary: rgb(242 242 242 / 10%);
|
|
1747
|
-
|
|
521
|
+
--ph-accent-highlight-secondary: hsl(0deg 0% 95% / 10%);
|
|
1748
522
|
--ph-data-1: #f2f2f2;
|
|
1749
523
|
--ph-data-2: #ffc017;
|
|
1750
524
|
--ph-data-3: #7da3ff;
|
|
@@ -1752,184 +526,231 @@
|
|
|
1752
526
|
--ph-data-5: #e0a34a;
|
|
1753
527
|
--ph-data-6: #e77b70;
|
|
1754
528
|
--ph-data-7: #e183ae;
|
|
1755
|
-
|
|
1756
|
-
--ph-product-session-replay: #e0a34a;
|
|
1757
|
-
--ph-product-product-analytics: #6ba7d6;
|
|
1758
|
-
--ph-product-data-pipeline: #58c4c7;
|
|
1759
|
-
--ph-product-feature-flags: #ffc017;
|
|
1760
|
-
--ph-product-experiments: #7da3ff;
|
|
1761
|
-
--ph-product-data-warehouse: #c59a6b;
|
|
1762
|
-
--ph-product-surveys: #e77b70;
|
|
1763
|
-
|
|
1764
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23929292' 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");
|
|
1765
529
|
}
|
|
1766
530
|
|
|
1767
|
-
/*
|
|
1768
|
-
[data-theme="
|
|
531
|
+
/* Tokyo Night Day — soft bluish greys with vivid blue and purple accents. */
|
|
532
|
+
[data-theme="deepsea-light"] {
|
|
1769
533
|
color-scheme: light;
|
|
1770
|
-
|
|
1771
|
-
--ph-
|
|
1772
|
-
--ph-
|
|
1773
|
-
--ph-
|
|
1774
|
-
--ph-
|
|
1775
|
-
--ph-
|
|
1776
|
-
--ph-
|
|
1777
|
-
--ph-
|
|
1778
|
-
--ph-
|
|
1779
|
-
--ph-
|
|
1780
|
-
--ph-
|
|
1781
|
-
|
|
1782
|
-
--ph-
|
|
1783
|
-
--ph-
|
|
1784
|
-
--ph-
|
|
1785
|
-
|
|
1786
|
-
--ph-
|
|
1787
|
-
--ph-
|
|
1788
|
-
--ph-blue: #437aff;
|
|
1789
|
-
--ph-violet: #8b5cf6;
|
|
1790
|
-
--ph-purple: #7c3aed;
|
|
1791
|
-
|
|
1792
|
-
--ph-success: #15803d;
|
|
1793
|
-
--ph-warning: #b26a00;
|
|
1794
|
-
--ph-danger: #c7463a;
|
|
1795
|
-
--ph-info: #1769aa;
|
|
534
|
+
--ph-canvas: #e1e2e7;
|
|
535
|
+
--ph-surface: #f2f3f8;
|
|
536
|
+
--ph-muted: #e9eaf1;
|
|
537
|
+
--ph-toolbar: #d0d5e3;
|
|
538
|
+
--ph-border: #c4c8da;
|
|
539
|
+
--ph-border-strong: #a8aecb;
|
|
540
|
+
--ph-text-primary: #343b58;
|
|
541
|
+
--ph-text-secondary: #6172b0;
|
|
542
|
+
--ph-text-tertiary: #848cb5;
|
|
543
|
+
--ph-accent: #2e7de9;
|
|
544
|
+
--ph-accent-hover: #2368c6;
|
|
545
|
+
--ph-blue: #2e7de9;
|
|
546
|
+
--ph-violet: #9854f1;
|
|
547
|
+
--ph-purple: #7847bd;
|
|
548
|
+
--ph-success: #587539;
|
|
549
|
+
--ph-warning: #b15c00;
|
|
550
|
+
--ph-danger: #f52a65;
|
|
551
|
+
--ph-info: #007197;
|
|
1796
552
|
--ph-on-accent: #ffffff;
|
|
1797
553
|
--ph-on-violet: #ffffff;
|
|
1798
554
|
--ph-on-success: #ffffff;
|
|
1799
|
-
--ph-on-warning: #
|
|
555
|
+
--ph-on-warning: #ffffff;
|
|
1800
556
|
--ph-on-danger: #ffffff;
|
|
1801
557
|
--ph-on-info: #ffffff;
|
|
1802
|
-
--ph-focus-ring: #
|
|
1803
|
-
--ph-selected-bg: #
|
|
1804
|
-
--ph-selected-text: #
|
|
1805
|
-
--ph-selected-border: #
|
|
1806
|
-
|
|
1807
|
-
--ph-
|
|
1808
|
-
--ph-primary-button-
|
|
1809
|
-
--ph-primary-button-border: #
|
|
1810
|
-
--ph-primary-
|
|
1811
|
-
--ph-
|
|
1812
|
-
--ph-secondary-
|
|
1813
|
-
--ph-secondary-
|
|
1814
|
-
--ph-secondary-button-border: #
|
|
1815
|
-
--ph-
|
|
1816
|
-
|
|
1817
|
-
--ph-
|
|
1818
|
-
--ph-
|
|
1819
|
-
--ph-
|
|
1820
|
-
--ph-
|
|
1821
|
-
|
|
1822
|
-
--ph-data-
|
|
1823
|
-
--ph-data-
|
|
1824
|
-
--ph-data-3: #437aff;
|
|
1825
|
-
--ph-data-4: #059669;
|
|
1826
|
-
--ph-data-5: #b26a00;
|
|
1827
|
-
--ph-data-6: #c7463a;
|
|
1828
|
-
--ph-data-7: #7c3aed;
|
|
1829
|
-
|
|
1830
|
-
--ph-product-session-replay: #b26a00;
|
|
1831
|
-
--ph-product-product-analytics: #1769aa;
|
|
1832
|
-
--ph-product-data-pipeline: #059669;
|
|
1833
|
-
--ph-product-feature-flags: #f59e0b;
|
|
1834
|
-
--ph-product-experiments: #437aff;
|
|
1835
|
-
--ph-product-data-warehouse: #7b5e3b;
|
|
1836
|
-
--ph-product-surveys: #c7463a;
|
|
1837
|
-
|
|
1838
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%235f6f7a' 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");
|
|
558
|
+
--ph-focus-ring: #2e7de9;
|
|
559
|
+
--ph-selected-bg: #dfe8fb;
|
|
560
|
+
--ph-selected-text: #2459aa;
|
|
561
|
+
--ph-selected-border: #7da7e9;
|
|
562
|
+
--ph-text-3000: #343b58;
|
|
563
|
+
--ph-primary-button-face: #ffffff;
|
|
564
|
+
--ph-primary-button-border: #2368c6;
|
|
565
|
+
--ph-primary-button-border-hover: #1a52a3;
|
|
566
|
+
--ph-primary-frame-bg: #2e7de9;
|
|
567
|
+
--ph-secondary-button-bg: #f2f3f8;
|
|
568
|
+
--ph-secondary-frame-bg: #d0d5e3;
|
|
569
|
+
--ph-secondary-button-border: #c4c8da;
|
|
570
|
+
--ph-secondary-button-border-hover: #2e7de9;
|
|
571
|
+
--ph-border-3000: #c4c8da;
|
|
572
|
+
--ph-accent-highlight-secondary: hsl(215deg 81% 55% / 12%);
|
|
573
|
+
--ph-data-1: #2e7de9;
|
|
574
|
+
--ph-data-2: #9854f1;
|
|
575
|
+
--ph-data-3: #007197;
|
|
576
|
+
--ph-data-4: #b15c00;
|
|
577
|
+
--ph-data-5: #587539;
|
|
578
|
+
--ph-data-6: #f52a65;
|
|
579
|
+
--ph-data-7: #8c6c3e;
|
|
1839
580
|
}
|
|
1840
581
|
|
|
1841
|
-
/*
|
|
1842
|
-
[data-theme="
|
|
582
|
+
/* Tokyo Night — #1a1b26 base with signature blue, cyan, and purple. */
|
|
583
|
+
[data-theme="deepsea-dark"] {
|
|
1843
584
|
color-scheme: dark;
|
|
1844
|
-
|
|
1845
|
-
--ph-
|
|
1846
|
-
--ph-
|
|
1847
|
-
--ph-
|
|
1848
|
-
--ph-
|
|
1849
|
-
--ph-surface-
|
|
1850
|
-
--ph-surface-
|
|
1851
|
-
--ph-
|
|
1852
|
-
--ph-border: #
|
|
1853
|
-
--ph-
|
|
1854
|
-
--ph-
|
|
1855
|
-
|
|
1856
|
-
--ph-
|
|
1857
|
-
--ph-
|
|
1858
|
-
--ph-
|
|
1859
|
-
|
|
1860
|
-
--ph-
|
|
1861
|
-
--ph-
|
|
1862
|
-
--ph-
|
|
1863
|
-
--ph-
|
|
1864
|
-
--ph-
|
|
1865
|
-
|
|
1866
|
-
--ph-
|
|
1867
|
-
--ph-
|
|
1868
|
-
--ph-
|
|
1869
|
-
--ph-
|
|
1870
|
-
--ph-on-
|
|
1871
|
-
--ph-
|
|
1872
|
-
--ph-
|
|
1873
|
-
--ph-
|
|
1874
|
-
--ph-
|
|
1875
|
-
--ph-
|
|
1876
|
-
--ph-
|
|
1877
|
-
--ph-
|
|
1878
|
-
--ph-
|
|
1879
|
-
--ph-
|
|
1880
|
-
|
|
1881
|
-
--ph-
|
|
1882
|
-
--ph-
|
|
1883
|
-
--ph-
|
|
1884
|
-
--ph-
|
|
1885
|
-
--ph-
|
|
1886
|
-
--ph-
|
|
1887
|
-
--ph-
|
|
1888
|
-
--ph-
|
|
1889
|
-
--ph-
|
|
1890
|
-
|
|
1891
|
-
--ph-
|
|
1892
|
-
--ph-
|
|
1893
|
-
--ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.4);
|
|
1894
|
-
--ph-accent-highlight-secondary: rgb(34 211 238 / 12%);
|
|
1895
|
-
|
|
1896
|
-
--ph-data-1: #22d3ee;
|
|
1897
|
-
--ph-data-2: #fbbf24;
|
|
1898
|
-
--ph-data-3: #7da3ff;
|
|
1899
|
-
--ph-data-4: #34d399;
|
|
1900
|
-
--ph-data-5: #f59e0b;
|
|
1901
|
-
--ph-data-6: #f87171;
|
|
1902
|
-
--ph-data-7: #c4a7e7;
|
|
1903
|
-
|
|
1904
|
-
--ph-product-session-replay: #f59e0b;
|
|
1905
|
-
--ph-product-product-analytics: #60a5fa;
|
|
1906
|
-
--ph-product-data-pipeline: #34d399;
|
|
1907
|
-
--ph-product-feature-flags: #fbbf24;
|
|
1908
|
-
--ph-product-experiments: #7da3ff;
|
|
1909
|
-
--ph-product-data-warehouse: #d4a373;
|
|
1910
|
-
--ph-product-surveys: #f87171;
|
|
1911
|
-
|
|
1912
|
-
--ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238594a8' 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");
|
|
585
|
+
--ph-canvas: #1a1b26;
|
|
586
|
+
--ph-surface: #1f2335;
|
|
587
|
+
--ph-muted: #24283b;
|
|
588
|
+
--ph-toolbar: #292e42;
|
|
589
|
+
--ph-surface-inset: #1f2335;
|
|
590
|
+
--ph-surface-raised: #24283b;
|
|
591
|
+
--ph-surface-overlay: #292e42;
|
|
592
|
+
--ph-border: #3b4261;
|
|
593
|
+
--ph-border-strong: #565f89;
|
|
594
|
+
--ph-text-primary: #c0caf5;
|
|
595
|
+
--ph-text-secondary: #a9b1d6;
|
|
596
|
+
--ph-text-tertiary: #565f89;
|
|
597
|
+
--ph-accent: #7aa2f7;
|
|
598
|
+
--ph-accent-hover: #97b4f9;
|
|
599
|
+
--ph-blue: #7aa2f7;
|
|
600
|
+
--ph-violet: #bb9af7;
|
|
601
|
+
--ph-purple: #9d7cd8;
|
|
602
|
+
--ph-success: #9ece6a;
|
|
603
|
+
--ph-warning: #e0af68;
|
|
604
|
+
--ph-danger: #f7768e;
|
|
605
|
+
--ph-info: #7dcfff;
|
|
606
|
+
--ph-on-accent: #1a1b26;
|
|
607
|
+
--ph-on-violet: #1a1b26;
|
|
608
|
+
--ph-on-success: #10200d;
|
|
609
|
+
--ph-on-warning: #211606;
|
|
610
|
+
--ph-on-danger: #ffffff;
|
|
611
|
+
--ph-on-info: #102532;
|
|
612
|
+
--ph-focus-ring: #7aa2f7;
|
|
613
|
+
--ph-selected-bg: #2b3456;
|
|
614
|
+
--ph-selected-text: #c0caf5;
|
|
615
|
+
--ph-selected-border: #647bb7;
|
|
616
|
+
--ph-text-3000: #c0caf5;
|
|
617
|
+
--ph-primary-button-face: #1f2335;
|
|
618
|
+
--ph-primary-button-border: #3d59a1;
|
|
619
|
+
--ph-primary-button-border-hover: #7aa2f7;
|
|
620
|
+
--ph-primary-frame-bg: #7aa2f7;
|
|
621
|
+
--ph-secondary-button-bg: #24283b;
|
|
622
|
+
--ph-secondary-frame-bg: #3b4261;
|
|
623
|
+
--ph-secondary-button-border: #414868;
|
|
624
|
+
--ph-secondary-button-border-hover: #565f89;
|
|
625
|
+
--ph-border-3000: #292e42;
|
|
626
|
+
--ph-accent-highlight-secondary: hsl(221deg 89% 72% / 16%);
|
|
627
|
+
--ph-data-1: #7aa2f7;
|
|
628
|
+
--ph-data-2: #bb9af7;
|
|
629
|
+
--ph-data-3: #7dcfff;
|
|
630
|
+
--ph-data-4: #e0af68;
|
|
631
|
+
--ph-data-5: #9ece6a;
|
|
632
|
+
--ph-data-6: #f7768e;
|
|
633
|
+
--ph-data-7: #ff9e64;
|
|
1913
634
|
}
|
|
1914
635
|
|
|
1915
|
-
/*
|
|
636
|
+
/* Malibu — Nakama's GTA San Andreas-inspired sunset command-deck palette. */
|
|
637
|
+
[data-theme="malibu-light"] {
|
|
638
|
+
color-scheme: light;
|
|
639
|
+
--ph-canvas: #f6efeb;
|
|
640
|
+
--ph-surface: #fffaf4;
|
|
641
|
+
--ph-muted: #f3e7e2;
|
|
642
|
+
--ph-toolbar: #edddd8;
|
|
643
|
+
--ph-surface-inset: #f0e5df;
|
|
644
|
+
--ph-surface-raised: #fffaf4;
|
|
645
|
+
--ph-surface-overlay: #fffdf9;
|
|
646
|
+
--ph-border: rgb(123 49 75 / 24%);
|
|
647
|
+
--ph-border-subtle: rgb(123 49 75 / 14%);
|
|
648
|
+
--ph-border-strong: #b38b98;
|
|
649
|
+
--ph-text-primary: #30202d;
|
|
650
|
+
--ph-text-secondary: #64495a;
|
|
651
|
+
--ph-text-tertiary: #927786;
|
|
652
|
+
--ph-accent: #d14f74;
|
|
653
|
+
--ph-accent-hover: #b93a60;
|
|
654
|
+
--ph-blue: #3b8793;
|
|
655
|
+
--ph-violet: #7d3ca4;
|
|
656
|
+
--ph-purple: #a3418e;
|
|
657
|
+
--ph-success: #2d8f5a;
|
|
658
|
+
--ph-warning: #c97732;
|
|
659
|
+
--ph-danger: #c33e4e;
|
|
660
|
+
--ph-info: #3b8793;
|
|
661
|
+
--ph-on-accent: #ffffff;
|
|
662
|
+
--ph-on-violet: #ffffff;
|
|
663
|
+
--ph-on-success: #ffffff;
|
|
664
|
+
--ph-on-warning: #2d1730;
|
|
665
|
+
--ph-on-danger: #ffffff;
|
|
666
|
+
--ph-on-info: #ffffff;
|
|
667
|
+
--ph-focus-ring: #d14f74;
|
|
668
|
+
--ph-selected-bg: rgb(209 79 116 / 12%);
|
|
669
|
+
--ph-selected-text: #8d2148;
|
|
670
|
+
--ph-selected-border: rgb(209 79 116 / 48%);
|
|
671
|
+
--ph-text-3000: #ffffff;
|
|
672
|
+
--ph-primary-button-face: #d14f74;
|
|
673
|
+
--ph-primary-button-border: #b93a60;
|
|
674
|
+
--ph-primary-button-border-hover: #9f2f51;
|
|
675
|
+
--ph-primary-frame-bg: #9f2f51;
|
|
676
|
+
--ph-secondary-button-bg: #fffaf4;
|
|
677
|
+
--ph-secondary-frame-bg: #edddd8;
|
|
678
|
+
--ph-secondary-button-border: rgb(123 49 75 / 24%);
|
|
679
|
+
--ph-secondary-button-border-hover: rgb(209 79 116 / 52%);
|
|
680
|
+
--ph-border-3000: rgb(123 49 75 / 26%);
|
|
681
|
+
--ph-accent-highlight-secondary: rgb(209 79 116 / 12%);
|
|
682
|
+
--ph-data-1: #d14f74;
|
|
683
|
+
--ph-data-2: #b8eb44;
|
|
684
|
+
--ph-data-3: #3b8793;
|
|
685
|
+
--ph-data-4: #2d8f5a;
|
|
686
|
+
--ph-data-5: #ffab4d;
|
|
687
|
+
--ph-data-6: #c33e4e;
|
|
688
|
+
--ph-data-7: #7d3ca4;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
[data-theme="malibu-dark"] {
|
|
692
|
+
color-scheme: dark;
|
|
693
|
+
--ph-canvas: #17101f;
|
|
694
|
+
--ph-surface: #271b2b;
|
|
695
|
+
--ph-muted: #382334;
|
|
696
|
+
--ph-toolbar: #382334;
|
|
697
|
+
--ph-surface-inset: #17101f;
|
|
698
|
+
--ph-surface-raised: #271b2b;
|
|
699
|
+
--ph-surface-overlay: #382334;
|
|
700
|
+
--ph-border: rgb(137 93 122 / 22%);
|
|
701
|
+
--ph-border-subtle: rgb(137 93 122 / 36%);
|
|
702
|
+
--ph-border-strong: rgb(137 93 122 / 52%);
|
|
703
|
+
--ph-text-primary: #fff2e2;
|
|
704
|
+
--ph-text-secondary: #bea5b0;
|
|
705
|
+
--ph-text-tertiary: rgb(190 165 176 / 76%);
|
|
706
|
+
--ph-accent: #b8eb44;
|
|
707
|
+
--ph-accent-hover: #b8eb44;
|
|
708
|
+
--ph-blue: #b8eb44;
|
|
709
|
+
--ph-violet: #f54b87;
|
|
710
|
+
--ph-purple: #f54b87;
|
|
711
|
+
--ph-success: #67d389;
|
|
712
|
+
--ph-warning: #ffab4d;
|
|
713
|
+
--ph-danger: #f46064;
|
|
714
|
+
--ph-info: #f54b87;
|
|
715
|
+
--ph-on-accent: #000000;
|
|
716
|
+
--ph-on-violet: #fff2e2;
|
|
717
|
+
--ph-on-success: #000000;
|
|
718
|
+
--ph-on-warning: #000000;
|
|
719
|
+
--ph-on-danger: #fff2e2;
|
|
720
|
+
--ph-on-info: #fff2e2;
|
|
721
|
+
--ph-focus-ring: #b8eb44;
|
|
722
|
+
--ph-selected-bg: rgb(245 75 135 / 16%);
|
|
723
|
+
--ph-selected-text: #fff2e2;
|
|
724
|
+
--ph-selected-border: rgb(245 75 135 / 55%);
|
|
725
|
+
--ph-text-3000: #000000;
|
|
726
|
+
--ph-primary-button-face: #b8eb44;
|
|
727
|
+
--ph-primary-button-border: #b8eb44;
|
|
728
|
+
--ph-primary-button-border-hover: #b8eb44;
|
|
729
|
+
--ph-primary-frame-bg: #b8eb44;
|
|
730
|
+
--ph-secondary-button-bg: #382334;
|
|
731
|
+
--ph-secondary-frame-bg: #271b2b;
|
|
732
|
+
--ph-secondary-button-border: rgb(137 93 122 / 65%);
|
|
733
|
+
--ph-secondary-button-border-hover: rgb(184 235 68 / 65%);
|
|
734
|
+
--ph-border-3000: rgb(137 93 122 / 45%);
|
|
735
|
+
--ph-accent-highlight-secondary: rgb(245 75 135 / 16%);
|
|
736
|
+
--ph-data-1: #b8eb44;
|
|
737
|
+
--ph-data-2: #ffab4d;
|
|
738
|
+
--ph-data-3: #f54b87;
|
|
739
|
+
--ph-data-4: #67d389;
|
|
740
|
+
--ph-data-5: #ffab4d;
|
|
741
|
+
--ph-data-6: #f46064;
|
|
742
|
+
--ph-data-7: #f54b87;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
/* Semantic button contrast for dark palettes. */
|
|
1916
746
|
:is(
|
|
1917
747
|
[data-theme="hedgehog-dark"],
|
|
1918
|
-
[data-theme="catppuccin-dark"],
|
|
1919
|
-
[data-theme="sheets-dark"],
|
|
1920
748
|
[data-theme="note-dark"],
|
|
1921
|
-
[data-theme="presentation-dark"],
|
|
1922
|
-
[data-theme="socials-dark"],
|
|
1923
|
-
[data-theme="chats-dark"],
|
|
1924
|
-
[data-theme="xenide-dark"],
|
|
1925
|
-
[data-theme="bikini-bottom-dark"],
|
|
1926
749
|
[data-theme="turtletime-dark"],
|
|
1927
|
-
[data-theme="github-dark"],
|
|
1928
750
|
[data-theme="rosepine-dark"],
|
|
1929
|
-
[data-theme="notion-dark"],
|
|
1930
|
-
[data-theme="deepsea-dark"],
|
|
1931
751
|
[data-theme="kraken-dark"],
|
|
1932
|
-
[data-theme="
|
|
752
|
+
[data-theme="deepsea-dark"],
|
|
753
|
+
[data-theme="malibu-dark"]
|
|
1933
754
|
) {
|
|
1934
755
|
.ph-btn-signal {
|
|
1935
756
|
--ph-btn-face: color-mix(in oklab, var(--ph-accent) 62%, black);
|
|
@@ -1963,49 +784,17 @@
|
|
|
1963
784
|
}
|
|
1964
785
|
|
|
1965
786
|
:is(
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
) .ph-btn-
|
|
1973
|
-
:is(
|
|
1974
|
-
[data-theme="socials"],
|
|
1975
|
-
[data-theme="bikini-bottom"],
|
|
1976
|
-
[data-theme="rosepine-light"],
|
|
1977
|
-
[data-theme="deepsea-light"]
|
|
1978
|
-
) .ph-btn-accent,
|
|
1979
|
-
:is(
|
|
1980
|
-
[data-theme="catppuccin-light"],
|
|
1981
|
-
[data-theme="socials"],
|
|
1982
|
-
[data-theme="xenide-light"],
|
|
1983
|
-
[data-theme="bikini-bottom"],
|
|
1984
|
-
[data-theme="chats-light"]
|
|
1985
|
-
) .ph-btn-success,
|
|
1986
|
-
:is(
|
|
1987
|
-
[data-theme="xenide-light"],
|
|
1988
|
-
[data-theme="bikini-bottom"],
|
|
1989
|
-
[data-theme="rosepine-light"],
|
|
1990
|
-
[data-theme="notion"],
|
|
1991
|
-
[data-theme="deepsea-light"]
|
|
1992
|
-
) .ph-btn-danger,
|
|
1993
|
-
:is(
|
|
1994
|
-
[data-theme="socials"],
|
|
1995
|
-
[data-theme="bikini-bottom"],
|
|
1996
|
-
[data-theme="chats-light"],
|
|
1997
|
-
[data-theme="rosepine-light"],
|
|
1998
|
-
[data-theme="notion"]
|
|
1999
|
-
) .ph-btn-info {
|
|
787
|
+
[data-theme="rosepine-light"],
|
|
788
|
+
[data-theme="deepsea-light"],
|
|
789
|
+
[data-theme="malibu-light"]
|
|
790
|
+
)
|
|
791
|
+
.ph-btn-signal,
|
|
792
|
+
:is([data-theme="rosepine-light"], [data-theme="deepsea-light"]) .ph-btn-accent,
|
|
793
|
+
:is([data-theme="rosepine-light"], [data-theme="deepsea-light"]) .ph-btn-danger,
|
|
794
|
+
:is([data-theme="rosepine-light"]) .ph-btn-info {
|
|
2000
795
|
--ph-btn-ink: #050505;
|
|
2001
796
|
}
|
|
2002
797
|
|
|
2003
|
-
:is(
|
|
2004
|
-
[data-theme="sheets"],
|
|
2005
|
-
[data-theme="note"],
|
|
2006
|
-
[data-theme="presentation"],
|
|
2007
|
-
[data-theme="github-light"],
|
|
2008
|
-
[data-theme="deepsea-light"]
|
|
2009
|
-
) .ph-btn-warning {
|
|
798
|
+
:is([data-theme="note"], [data-theme="deepsea-light"]) .ph-btn-warning {
|
|
2010
799
|
--ph-btn-ink: #ffffff;
|
|
2011
800
|
}
|