@primer/primitives 9.0.0-rc.e0216c44 → 9.0.0
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/dist/css/functional/themes/dark-colorblind.css +262 -258
- package/dist/css/functional/themes/dark-dimmed.css +280 -276
- package/dist/css/functional/themes/dark-high-contrast.css +432 -428
- package/dist/css/functional/themes/dark-tritanopia.css +262 -258
- package/dist/css/functional/themes/dark.css +252 -248
- package/dist/css/functional/themes/light-colorblind.css +220 -216
- package/dist/css/functional/themes/light-high-contrast.css +252 -248
- package/dist/css/functional/themes/light-tritanopia.css +220 -216
- package/dist/css/functional/themes/light.css +210 -206
- package/dist/docs/functional/themes/dark-colorblind.json +325 -353
- package/dist/docs/functional/themes/dark-dimmed.json +351 -379
- package/dist/docs/functional/themes/dark-high-contrast.json +548 -538
- package/dist/docs/functional/themes/dark-tritanopia.json +323 -351
- package/dist/docs/functional/themes/dark.json +313 -341
- package/dist/docs/functional/themes/light-colorblind.json +305 -327
- package/dist/docs/functional/themes/light-high-contrast.json +353 -373
- package/dist/docs/functional/themes/light-tritanopia.json +304 -324
- package/dist/docs/functional/themes/light.json +294 -314
- package/dist/figma/figma.json +3 -3
- package/dist/figma/scales/dark-dimmed.json +147 -69
- package/dist/figma/scales/dark-high-constrast.json +145 -67
- package/dist/figma/scales/dark.json +120 -42
- package/dist/figma/scales/light-high-constrast.json +147 -69
- package/dist/figma/scales/light.json +118 -40
- package/dist/figma/shadows/dark-colorblind.json +179 -179
- package/dist/figma/shadows/dark-dimmed.json +179 -179
- package/dist/figma/shadows/dark-high-contrast.json +179 -179
- package/dist/figma/shadows/dark-tritanopia.json +179 -179
- package/dist/figma/shadows/dark.json +179 -179
- package/dist/figma/shadows/light-colorblind.json +123 -123
- package/dist/figma/shadows/light-high-contrast.json +123 -123
- package/dist/figma/shadows/light-tritanopia.json +123 -123
- package/dist/figma/shadows/light.json +123 -123
- package/dist/figma/themes/dark-colorblind.json +4632 -4613
- package/dist/figma/themes/dark-dimmed.json +1929 -1910
- package/dist/figma/themes/dark-high-contrast.json +3381 -3354
- package/dist/figma/themes/dark-tritanopia.json +4278 -4259
- package/dist/figma/themes/dark.json +4636 -4617
- package/dist/figma/themes/light-colorblind.json +2212 -2193
- package/dist/figma/themes/light-high-contrast.json +1878 -1860
- package/dist/figma/themes/light-tritanopia.json +2215 -2195
- package/dist/figma/themes/light.json +1873 -1853
- package/dist/internalCss/dark-colorblind.css +292 -278
- package/dist/internalCss/dark-dimmed.css +310 -296
- package/dist/internalCss/dark-high-contrast.css +462 -448
- package/dist/internalCss/dark-tritanopia.css +292 -278
- package/dist/internalCss/dark.css +282 -268
- package/dist/internalCss/light-colorblind.css +250 -236
- package/dist/internalCss/light-high-contrast.css +280 -266
- package/dist/internalCss/light-tritanopia.css +250 -236
- package/dist/internalCss/light.css +240 -226
- package/dist/styleLint/functional/themes/dark-colorblind.json +325 -353
- package/dist/styleLint/functional/themes/dark-dimmed.json +351 -379
- package/dist/styleLint/functional/themes/dark-high-contrast.json +548 -538
- package/dist/styleLint/functional/themes/dark-tritanopia.json +323 -351
- package/dist/styleLint/functional/themes/dark.json +313 -341
- package/dist/styleLint/functional/themes/light-colorblind.json +305 -327
- package/dist/styleLint/functional/themes/light-high-contrast.json +353 -373
- package/dist/styleLint/functional/themes/light-tritanopia.json +304 -324
- package/dist/styleLint/functional/themes/light.json +294 -314
- package/package.json +1 -1
- package/src/schemas/colorToken.ts +1 -1
- package/src/schemas/dimensionToken.ts +1 -0
- package/src/schemas/scopes.ts +10 -21
- package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -162
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +0 -92
- package/src/tokens/base/color/dark/dark.json5 +149 -104
- package/src/tokens/base/color/light/light.high-contrast.json5 +0 -92
- package/src/tokens/base/color/light/light.json5 +148 -103
- package/src/tokens/functional/color/dark/app-dark.json5 +5 -5
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +147 -10
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +211 -187
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/dark/patterns-dark.json5 +87 -96
- package/src/tokens/functional/color/dark/primitives-dark.json5 +27 -35
- package/src/tokens/functional/color/dark/syntax-dark.json5 +14 -14
- package/src/tokens/functional/color/light/app-light.json5 +5 -5
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +103 -119
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +5 -7
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +5 -6
- package/src/tokens/functional/color/light/patterns-light.json5 +89 -97
- package/src/tokens/functional/color/light/primitives-light.json5 +27 -32
- package/src/tokens/functional/color/light/syntax-light.json5 +14 -14
- package/src/tokens/functional/shadow/dark.json5 +15 -15
- package/src/tokens/functional/shadow/light.json5 +16 -16
- package/src/transformers/figmaAttributes.ts +6 -0
|
@@ -3,18 +3,23 @@
|
|
|
3
3
|
[data-color-mode="auto"][data-light-theme="light_high_contrast"],
|
|
4
4
|
[data-color-mode="auto"][data-light-theme="light_high_contrast"] ::backdrop {
|
|
5
5
|
--base-color-black: #010409;
|
|
6
|
+
--base-color-inset: #ffffff;
|
|
6
7
|
--base-color-transparent: #ffffff00;
|
|
7
8
|
--base-color-white: #ffffff;
|
|
8
9
|
--base-color-neutral-0: #ffffff;
|
|
9
|
-
--base-color-neutral-1: #
|
|
10
|
-
--base-color-neutral-2: #
|
|
11
|
-
--base-color-neutral-3: #
|
|
12
|
-
--base-color-neutral-4: #
|
|
13
|
-
--base-color-neutral-5: #
|
|
14
|
-
--base-color-neutral-6: #
|
|
15
|
-
--base-color-neutral-7: #
|
|
16
|
-
--base-color-neutral-8: #
|
|
17
|
-
--base-color-neutral-9: #
|
|
10
|
+
--base-color-neutral-1: #f6f8fa;
|
|
11
|
+
--base-color-neutral-2: #eff2f5;
|
|
12
|
+
--base-color-neutral-3: #e6eaef;
|
|
13
|
+
--base-color-neutral-4: #e0e6eb;
|
|
14
|
+
--base-color-neutral-5: #dae0e7;
|
|
15
|
+
--base-color-neutral-6: #d1d9e0;
|
|
16
|
+
--base-color-neutral-7: #c8d1da;
|
|
17
|
+
--base-color-neutral-8: #818b98;
|
|
18
|
+
--base-color-neutral-9: #59636e;
|
|
19
|
+
--base-color-neutral-10: #454c54;
|
|
20
|
+
--base-color-neutral-11: #393f46;
|
|
21
|
+
--base-color-neutral-12: #25292e;
|
|
22
|
+
--base-color-neutral-13: #010409;
|
|
18
23
|
--base-color-blue-0: #dff7ff;
|
|
19
24
|
--base-color-blue-1: #9cd7ff;
|
|
20
25
|
--base-color-blue-2: #67b3fd;
|
|
@@ -289,7 +294,7 @@
|
|
|
289
294
|
--base-display-color-white: #ffffff;
|
|
290
295
|
--topicTag-borderColor: #0349b4;
|
|
291
296
|
--highlight-neutral-bgColor: #fcf7be;
|
|
292
|
-
--page-header-bgColor: #
|
|
297
|
+
--page-header-bgColor: #e6eaef;
|
|
293
298
|
--diffBlob-addition-fgColor-text: #ffffff;
|
|
294
299
|
--diffBlob-addition-fgColor-num: #010409;
|
|
295
300
|
--diffBlob-addition-bgColor-num: #c2f9cd;
|
|
@@ -301,19 +306,19 @@
|
|
|
301
306
|
--diffBlob-deletion-bgColor-line: #fff0ee;
|
|
302
307
|
--diffBlob-deletion-bgColor-word: #a0111f;
|
|
303
308
|
--diffBlob-hunk-bgColor-num: #9cd7ff;
|
|
304
|
-
--diffBlob-expander-iconColor: #
|
|
309
|
+
--diffBlob-expander-iconColor: #454c54;
|
|
305
310
|
--codeMirror-fgColor: #010409;
|
|
306
311
|
--codeMirror-bgColor: #ffffff;
|
|
307
312
|
--codeMirror-gutters-bgColor: #ffffff;
|
|
308
313
|
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
309
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
310
|
-
--codeMirror-lineNumber-fgColor: #
|
|
314
|
+
--codeMirror-gutterMarker-fgColor-muted: #454c54;
|
|
315
|
+
--codeMirror-lineNumber-fgColor: #454c54;
|
|
311
316
|
--codeMirror-cursor-fgColor: #010409;
|
|
312
317
|
--codeMirror-selection-bgColor: #368cf9;
|
|
313
|
-
--codeMirror-activeline-bgColor: #
|
|
318
|
+
--codeMirror-activeline-bgColor: #e0e6eb;
|
|
314
319
|
--codeMirror-matchingBracket-fgColor: #010409;
|
|
315
320
|
--codeMirror-lines-bgColor: #ffffff;
|
|
316
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
321
|
+
--codeMirror-syntax-fgColor-comment: #010409;
|
|
317
322
|
--codeMirror-syntax-fgColor-constant: #023b95;
|
|
318
323
|
--codeMirror-syntax-fgColor-entity: #622cbc;
|
|
319
324
|
--codeMirror-syntax-fgColor-keyword: #a0111f;
|
|
@@ -323,10 +328,10 @@
|
|
|
323
328
|
--codeMirror-syntax-fgColor-variable: #702c00;
|
|
324
329
|
--header-fgColor-default: #ffffffb3;
|
|
325
330
|
--header-fgColor-logo: #ffffff;
|
|
326
|
-
--header-bgColor: #
|
|
327
|
-
--header-borderColor-divider: #
|
|
328
|
-
--headerSearch-bgColor: #
|
|
329
|
-
--headerSearch-borderColor: #
|
|
331
|
+
--header-bgColor: #25292e;
|
|
332
|
+
--header-borderColor-divider: #c8d1da;
|
|
333
|
+
--headerSearch-bgColor: #25292e;
|
|
334
|
+
--headerSearch-borderColor: #818b98;
|
|
330
335
|
--data-blue-color-emphasis: #006edb;
|
|
331
336
|
--data-blue-color-muted: #d1f0ff;
|
|
332
337
|
--data-auburn-color-emphasis: #9d615c;
|
|
@@ -445,32 +450,32 @@
|
|
|
445
450
|
--avatar-bgColor: #ffffff;
|
|
446
451
|
--avatar-borderColor: #010409e6;
|
|
447
452
|
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
448
|
-
--avatarStack-fade-bgColor-default: #
|
|
449
|
-
--avatarStack-fade-bgColor-muted: #
|
|
450
|
-
--control-bgColor-rest: #
|
|
451
|
-
--control-bgColor-hover: #
|
|
452
|
-
--control-bgColor-active: #
|
|
453
|
-
--control-bgColor-disabled: #
|
|
454
|
-
--control-bgColor-selected: #
|
|
455
|
-
--control-fgColor-rest: #
|
|
456
|
-
--control-fgColor-placeholder: #
|
|
457
|
-
--control-fgColor-disabled: #
|
|
458
|
-
--control-borderColor-rest: #
|
|
459
|
-
--control-borderColor-emphasis: #
|
|
460
|
-
--control-borderColor-disabled: #
|
|
461
|
-
--control-borderColor-selected: #
|
|
453
|
+
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
454
|
+
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
455
|
+
--control-bgColor-rest: #e0e6eb;
|
|
456
|
+
--control-bgColor-hover: #dae0e7;
|
|
457
|
+
--control-bgColor-active: #d1d9e0;
|
|
458
|
+
--control-bgColor-disabled: #e0e6eb;
|
|
459
|
+
--control-bgColor-selected: #e0e6eb;
|
|
460
|
+
--control-fgColor-rest: #25292e;
|
|
461
|
+
--control-fgColor-placeholder: #454c54;
|
|
462
|
+
--control-fgColor-disabled: #59636e;
|
|
463
|
+
--control-borderColor-rest: #454c54;
|
|
464
|
+
--control-borderColor-emphasis: #454c54;
|
|
465
|
+
--control-borderColor-disabled: #59636e1f;
|
|
466
|
+
--control-borderColor-selected: #e0e6eb;
|
|
462
467
|
--control-borderColor-success: #055d20;
|
|
463
468
|
--control-borderColor-danger: #a0111f;
|
|
464
469
|
--control-borderColor-warning: #744500;
|
|
465
|
-
--control-iconColor-rest: #
|
|
470
|
+
--control-iconColor-rest: #454c54;
|
|
466
471
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
467
|
-
--control-transparent-bgColor-hover: #
|
|
468
|
-
--control-transparent-bgColor-active: #
|
|
469
|
-
--control-transparent-bgColor-disabled: #
|
|
470
|
-
--control-transparent-bgColor-selected: #
|
|
472
|
+
--control-transparent-bgColor-hover: #dae0e7;
|
|
473
|
+
--control-transparent-bgColor-active: #d1d9e0;
|
|
474
|
+
--control-transparent-bgColor-disabled: #e0e6eb;
|
|
475
|
+
--control-transparent-bgColor-selected: #dae0e7;
|
|
471
476
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
472
|
-
--control-transparent-borderColor-hover: #
|
|
473
|
-
--control-transparent-borderColor-active: #
|
|
477
|
+
--control-transparent-borderColor-hover: #454c54;
|
|
478
|
+
--control-transparent-borderColor-active: #454c54;
|
|
474
479
|
--control-danger-fgColor-rest: #8a071e;
|
|
475
480
|
--control-danger-fgColor-hover: #ffffff;
|
|
476
481
|
--control-danger-bgColor-hover: #a0111f;
|
|
@@ -478,38 +483,40 @@
|
|
|
478
483
|
--control-checked-bgColor-rest: #0349b4;
|
|
479
484
|
--control-checked-bgColor-hover: #0344a8;
|
|
480
485
|
--control-checked-bgColor-active: #033f9d;
|
|
481
|
-
--control-checked-bgColor-disabled: #
|
|
486
|
+
--control-checked-bgColor-disabled: #59636e;
|
|
482
487
|
--control-checked-fgColor-rest: #ffffff;
|
|
483
488
|
--control-checked-fgColor-disabled: #ffffff;
|
|
484
489
|
--control-checked-borderColor-rest: #0349b4;
|
|
485
490
|
--control-checked-borderColor-hover: #0344a8;
|
|
486
491
|
--control-checked-borderColor-active: #033f9d;
|
|
487
|
-
--control-checked-borderColor-disabled: #
|
|
488
|
-
--controlTrack-bgColor-rest: #
|
|
489
|
-
--controlTrack-bgColor-hover: #
|
|
490
|
-
--controlTrack-bgColor-active: #
|
|
491
|
-
--controlTrack-bgColor-disabled: #
|
|
492
|
-
--controlTrack-fgColor-rest: #
|
|
492
|
+
--control-checked-borderColor-disabled: #59636e;
|
|
493
|
+
--controlTrack-bgColor-rest: #dae0e7;
|
|
494
|
+
--controlTrack-bgColor-hover: #d1d9e0;
|
|
495
|
+
--controlTrack-bgColor-active: #c8d1da;
|
|
496
|
+
--controlTrack-bgColor-disabled: #59636e;
|
|
497
|
+
--controlTrack-fgColor-rest: #59636e;
|
|
493
498
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
494
|
-
--controlTrack-borderColor-rest: #
|
|
495
|
-
--controlTrack-borderColor-disabled: #
|
|
499
|
+
--controlTrack-borderColor-rest: #454c54;
|
|
500
|
+
--controlTrack-borderColor-disabled: #59636e;
|
|
496
501
|
--controlKnob-bgColor-rest: #ffffff;
|
|
497
|
-
--controlKnob-bgColor-disabled: #
|
|
502
|
+
--controlKnob-bgColor-disabled: #e0e6eb;
|
|
498
503
|
--controlKnob-bgColor-checked: #ffffff;
|
|
499
|
-
--controlKnob-borderColor-rest: #
|
|
500
|
-
--controlKnob-borderColor-disabled: #
|
|
504
|
+
--controlKnob-borderColor-rest: #454c54;
|
|
505
|
+
--controlKnob-borderColor-disabled: #e0e6eb;
|
|
501
506
|
--controlKnob-borderColor-checked: #0349b4;
|
|
502
|
-
--counter-borderColor: #
|
|
503
|
-
--
|
|
504
|
-
--
|
|
505
|
-
--button-default-
|
|
506
|
-
--button-default-bgColor-
|
|
507
|
-
--button-default-bgColor-
|
|
508
|
-
--button-default-bgColor-
|
|
509
|
-
--button-default-
|
|
510
|
-
--button-default-
|
|
511
|
-
--button-default-borderColor-
|
|
512
|
-
--button-default-borderColor-
|
|
507
|
+
--counter-borderColor: #454c54;
|
|
508
|
+
--counter-bgColor-muted: #e0e6eb;
|
|
509
|
+
--counter-bgColor-emphasis: #454c54;
|
|
510
|
+
--button-default-fgColor-rest: #25292e;
|
|
511
|
+
--button-default-bgColor-rest: #e0e6eb;
|
|
512
|
+
--button-default-bgColor-hover: #dae0e7;
|
|
513
|
+
--button-default-bgColor-active: #d1d9e0;
|
|
514
|
+
--button-default-bgColor-selected: #d1d9e0;
|
|
515
|
+
--button-default-bgColor-disabled: #e0e6eb;
|
|
516
|
+
--button-default-borderColor-rest: #454c54;
|
|
517
|
+
--button-default-borderColor-hover: #454c54;
|
|
518
|
+
--button-default-borderColor-active: #454c54;
|
|
519
|
+
--button-default-borderColor-disabled: #59636e1f;
|
|
513
520
|
--button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
|
|
514
521
|
--button-primary-fgColor-rest: #ffffff;
|
|
515
522
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
@@ -523,29 +530,29 @@
|
|
|
523
530
|
--button-primary-borderColor-active: #013d14;
|
|
524
531
|
--button-primary-borderColor-disabled: #85cb97;
|
|
525
532
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
|
|
526
|
-
--button-invisible-fgColor-rest: #
|
|
527
|
-
--button-invisible-fgColor-hover: #
|
|
528
|
-
--button-invisible-fgColor-disabled: #
|
|
529
|
-
--button-invisible-iconColor-rest: #
|
|
530
|
-
--button-invisible-iconColor-hover: #
|
|
531
|
-
--button-invisible-iconColor-disabled: #
|
|
533
|
+
--button-invisible-fgColor-rest: #454c54;
|
|
534
|
+
--button-invisible-fgColor-hover: #393f46;
|
|
535
|
+
--button-invisible-fgColor-disabled: #59636e;
|
|
536
|
+
--button-invisible-iconColor-rest: #454c54;
|
|
537
|
+
--button-invisible-iconColor-hover: #393f46;
|
|
538
|
+
--button-invisible-iconColor-disabled: #59636e;
|
|
532
539
|
--button-invisible-bgColor-rest: #ffffff00;
|
|
533
|
-
--button-invisible-bgColor-hover: #
|
|
534
|
-
--button-invisible-bgColor-active: #
|
|
535
|
-
--button-invisible-bgColor-disabled: #
|
|
540
|
+
--button-invisible-bgColor-hover: #dae0e7;
|
|
541
|
+
--button-invisible-bgColor-active: #d1d9e0;
|
|
542
|
+
--button-invisible-bgColor-disabled: #e0e6eb;
|
|
536
543
|
--button-invisible-borderColor-rest: #ffffff00;
|
|
537
|
-
--button-invisible-borderColor-hover: #
|
|
538
|
-
--button-invisible-borderColor-disabled: #
|
|
544
|
+
--button-invisible-borderColor-hover: #454c54;
|
|
545
|
+
--button-invisible-borderColor-disabled: #59636e1f;
|
|
539
546
|
--button-outline-fgColor-rest: #023b95;
|
|
540
547
|
--button-outline-fgColor-hover: #ffffff;
|
|
541
548
|
--button-outline-fgColor-active: #ffffff;
|
|
542
549
|
--button-outline-fgColor-disabled: #023b9580;
|
|
543
|
-
--button-outline-bgColor-rest: #
|
|
550
|
+
--button-outline-bgColor-rest: #e0e6eb;
|
|
544
551
|
--button-outline-bgColor-hover: #0349b4;
|
|
545
552
|
--button-outline-bgColor-active: #033f9d;
|
|
546
|
-
--button-outline-bgColor-disabled: #
|
|
547
|
-
--button-outline-borderColor-hover: #
|
|
548
|
-
--button-outline-borderColor-active: #
|
|
553
|
+
--button-outline-bgColor-disabled: #e0e6eb;
|
|
554
|
+
--button-outline-borderColor-hover: #013d14;
|
|
555
|
+
--button-outline-borderColor-active: #013d14;
|
|
549
556
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
550
557
|
--button-danger-fgColor-rest: #8a071e;
|
|
551
558
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -553,19 +560,19 @@
|
|
|
553
560
|
--button-danger-fgColor-disabled: #8a071e80;
|
|
554
561
|
--button-danger-iconColor-rest: #8a071e;
|
|
555
562
|
--button-danger-iconColor-hover: #ffffff;
|
|
556
|
-
--button-danger-bgColor-rest: #
|
|
563
|
+
--button-danger-bgColor-rest: #e0e6eb;
|
|
557
564
|
--button-danger-bgColor-hover: #86061d;
|
|
558
565
|
--button-danger-bgColor-active: #74041a;
|
|
559
|
-
--button-danger-bgColor-disabled: #
|
|
560
|
-
--button-danger-borderColor-rest: #
|
|
561
|
-
--button-danger-borderColor-hover: #
|
|
562
|
-
--button-danger-borderColor-active: #
|
|
566
|
+
--button-danger-bgColor-disabled: #e0e6eb;
|
|
567
|
+
--button-danger-borderColor-rest: #454c54;
|
|
568
|
+
--button-danger-borderColor-hover: #013d14;
|
|
569
|
+
--button-danger-borderColor-active: #013d14;
|
|
563
570
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
|
|
564
|
-
--button-inactive-fgColor: #
|
|
565
|
-
--button-inactive-bgColor: #
|
|
571
|
+
--button-inactive-fgColor: #454c54;
|
|
572
|
+
--button-inactive-bgColor: #e0e6eb;
|
|
566
573
|
--button-star-iconColor: #d5a824;
|
|
567
|
-
--buttonCounter-default-bgColor-rest: #
|
|
568
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
574
|
+
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
575
|
+
--buttonCounter-invisible-bgColor-rest: #e0e6eb;
|
|
569
576
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
570
577
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
571
578
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -587,17 +594,17 @@
|
|
|
587
594
|
--focus-outline: #0349b4 solid 2px;
|
|
588
595
|
--menu-bgColor-active: #ffffff00;
|
|
589
596
|
--overlay-bgColor: #ffffff;
|
|
590
|
-
--overlay-borderColor: #
|
|
591
|
-
--overlay-backdrop-bgColor: #
|
|
597
|
+
--overlay-borderColor: #454c54;
|
|
598
|
+
--overlay-backdrop-bgColor: #393f4666;
|
|
592
599
|
--selectMenu-borderColor: #ffffff00;
|
|
593
600
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
594
601
|
--sideNav-bgColor-selected: #ffffff;
|
|
595
|
-
--skeletonLoader-bgColor: #
|
|
596
|
-
--timelineBadge-bgColor: #
|
|
602
|
+
--skeletonLoader-bgColor: #e6eaef;
|
|
603
|
+
--timelineBadge-bgColor: #e6eaef;
|
|
597
604
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
598
605
|
--underlineNav-borderColor-active: #cd3425;
|
|
599
|
-
--underlineNav-borderColor-hover: #
|
|
600
|
-
--underlineNav-iconColor-rest: #
|
|
606
|
+
--underlineNav-borderColor-hover: #454c54;
|
|
607
|
+
--underlineNav-iconColor-rest: #454c54;
|
|
601
608
|
--selection-bgColor: #0349b433;
|
|
602
609
|
--card-bgColor: #ffffff;
|
|
603
610
|
--label-green-bgColor-rest: #caf7ca;
|
|
@@ -714,17 +721,17 @@
|
|
|
714
721
|
--label-coral-fgColor-rest: #ba2e12;
|
|
715
722
|
--label-coral-fgColor-hover: #9b2712;
|
|
716
723
|
--label-coral-fgColor-active: #7e2011;
|
|
717
|
-
--tooltip-bgColor: #
|
|
724
|
+
--tooltip-bgColor: #25292e;
|
|
718
725
|
--tooltip-fgColor: #ffffff;
|
|
719
726
|
--fgColor-default: #010409;
|
|
720
|
-
--fgColor-muted: #
|
|
727
|
+
--fgColor-muted: #454c54;
|
|
721
728
|
--fgColor-onEmphasis: #ffffff;
|
|
722
729
|
--fgColor-onInverse: #ffffff;
|
|
723
730
|
--fgColor-white: #ffffff;
|
|
724
731
|
--fgColor-black: #010409;
|
|
725
|
-
--fgColor-disabled: #
|
|
732
|
+
--fgColor-disabled: #59636e;
|
|
726
733
|
--fgColor-link: #023b95;
|
|
727
|
-
--fgColor-neutral: #
|
|
734
|
+
--fgColor-neutral: #393f46;
|
|
728
735
|
--fgColor-accent: #023b95;
|
|
729
736
|
--fgColor-success: #024c1a;
|
|
730
737
|
--fgColor-open: #024c1a;
|
|
@@ -736,16 +743,16 @@
|
|
|
736
743
|
--fgColor-upsell: #512598;
|
|
737
744
|
--fgColor-sponsors: #7d0c57;
|
|
738
745
|
--bgColor-default: #ffffff;
|
|
739
|
-
--bgColor-muted: #
|
|
740
|
-
--bgColor-inset: #
|
|
741
|
-
--bgColor-emphasis: #
|
|
742
|
-
--bgColor-inverse: #
|
|
746
|
+
--bgColor-muted: #e6eaef;
|
|
747
|
+
--bgColor-inset: #eff2f5;
|
|
748
|
+
--bgColor-emphasis: #25292e;
|
|
749
|
+
--bgColor-inverse: #25292e;
|
|
743
750
|
--bgColor-white: #ffffff;
|
|
744
751
|
--bgColor-black: #010409;
|
|
745
|
-
--bgColor-disabled: #
|
|
752
|
+
--bgColor-disabled: #e0e6eb;
|
|
746
753
|
--bgColor-transparent: #ffffff00;
|
|
747
|
-
--bgColor-neutral-muted: #
|
|
748
|
-
--bgColor-neutral-emphasis: #
|
|
754
|
+
--bgColor-neutral-muted: #e0e6eb;
|
|
755
|
+
--bgColor-neutral-emphasis: #454c54;
|
|
749
756
|
--bgColor-accent-muted: #dff7ff;
|
|
750
757
|
--bgColor-accent-emphasis: #0349b4;
|
|
751
758
|
--bgColor-success-muted: #d2fedb;
|
|
@@ -766,14 +773,14 @@
|
|
|
766
773
|
--bgColor-upsell-emphasis: #622cbc;
|
|
767
774
|
--bgColor-sponsors-muted: #feeff7;
|
|
768
775
|
--bgColor-sponsors-emphasis: #971368;
|
|
769
|
-
--borderColor-default: #
|
|
770
|
-
--borderColor-muted: #
|
|
771
|
-
--borderColor-emphasis: #
|
|
772
|
-
--borderColor-disabled: #
|
|
776
|
+
--borderColor-default: #454c54;
|
|
777
|
+
--borderColor-muted: #454c54;
|
|
778
|
+
--borderColor-emphasis: #454c54;
|
|
779
|
+
--borderColor-disabled: #59636e1f;
|
|
773
780
|
--borderColor-transparent: #ffffff00;
|
|
774
|
-
--borderColor-translucent: #
|
|
775
|
-
--borderColor-neutral-muted: #
|
|
776
|
-
--borderColor-neutral-emphasis: #
|
|
781
|
+
--borderColor-translucent: #59636e;
|
|
782
|
+
--borderColor-neutral-muted: #454c54;
|
|
783
|
+
--borderColor-neutral-emphasis: #59636e;
|
|
777
784
|
--borderColor-accent-muted: #368cf9;
|
|
778
785
|
--borderColor-accent-emphasis: #0349b4;
|
|
779
786
|
--borderColor-success-muted: #26a148;
|
|
@@ -786,19 +793,19 @@
|
|
|
786
793
|
--borderColor-severe-emphasis: #873800;
|
|
787
794
|
--borderColor-danger-muted: #ee5a5d;
|
|
788
795
|
--borderColor-danger-emphasis: #a0111f;
|
|
789
|
-
--borderColor-closed-muted: #
|
|
796
|
+
--borderColor-closed-muted: #ee5a5d;
|
|
790
797
|
--borderColor-closed-emphasis: #a0111f;
|
|
791
798
|
--borderColor-done-muted: #a371f7;
|
|
792
799
|
--borderColor-done-emphasis: #622cbc;
|
|
793
|
-
--borderColor-upsell-muted: #
|
|
800
|
+
--borderColor-upsell-muted: #a371f7;
|
|
794
801
|
--borderColor-upsell-emphasis: #622cbc;
|
|
795
802
|
--borderColor-sponsors-muted: #ed4baf;
|
|
796
803
|
--borderColor-sponsors-emphasis: #971368;
|
|
797
|
-
--color-ansi-black: #
|
|
798
|
-
--color-ansi-black-bright: #
|
|
799
|
-
--color-ansi-white: #
|
|
800
|
-
--color-ansi-white-bright: #
|
|
801
|
-
--color-ansi-gray: #
|
|
804
|
+
--color-ansi-black: #010409;
|
|
805
|
+
--color-ansi-black-bright: #393f46;
|
|
806
|
+
--color-ansi-white: #59636e;
|
|
807
|
+
--color-ansi-white-bright: #818b98;
|
|
808
|
+
--color-ansi-gray: #59636e;
|
|
802
809
|
--color-ansi-red: #a0111f;
|
|
803
810
|
--color-ansi-red-bright: #86061d;
|
|
804
811
|
--color-ansi-green: #024c1a;
|
|
@@ -811,62 +818,67 @@
|
|
|
811
818
|
--color-ansi-magenta-bright: #844ae7;
|
|
812
819
|
--color-ansi-cyan: #1b7c83;
|
|
813
820
|
--color-ansi-cyan-bright: #3192aa;
|
|
814
|
-
--color-prettylights-syntax-comment: #
|
|
821
|
+
--color-prettylights-syntax-comment: #59636e;
|
|
815
822
|
--color-prettylights-syntax-constant: #023b95;
|
|
816
823
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
817
824
|
--color-prettylights-syntax-entity: #512598;
|
|
818
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
825
|
+
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
819
826
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
820
827
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
821
828
|
--color-prettylights-syntax-string: #032563;
|
|
822
829
|
--color-prettylights-syntax-variable: #702c00;
|
|
823
830
|
--color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
|
|
824
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
825
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
831
|
+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
|
|
832
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
826
833
|
--color-prettylights-syntax-invalid-illegal-bg: #6e011a;
|
|
827
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
834
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
828
835
|
--color-prettylights-syntax-carriage-return-bg: #a0111f;
|
|
829
836
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
830
837
|
--color-prettylights-syntax-markup-list: #2e1800;
|
|
831
838
|
--color-prettylights-syntax-markup-heading: #023b95;
|
|
832
|
-
--color-prettylights-syntax-markup-italic: #
|
|
833
|
-
--color-prettylights-syntax-markup-bold: #
|
|
839
|
+
--color-prettylights-syntax-markup-italic: #010409;
|
|
840
|
+
--color-prettylights-syntax-markup-bold: #010409;
|
|
834
841
|
--color-prettylights-syntax-markup-deleted-text: #6e011a;
|
|
835
842
|
--color-prettylights-syntax-markup-deleted-bg: #fff0ee;
|
|
836
843
|
--color-prettylights-syntax-markup-inserted-text: #024c1a;
|
|
837
844
|
--color-prettylights-syntax-markup-inserted-bg: #d2fedb;
|
|
838
845
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
839
846
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
840
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
847
|
+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
841
848
|
--color-prettylights-syntax-markup-ignored-bg: #023b95;
|
|
842
849
|
--color-prettylights-syntax-meta-diff-range: #622cbc;
|
|
843
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
850
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
844
851
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
845
852
|
--shadow-resting-xsmall: 0px 1px 0px 0px #0104091a;
|
|
846
853
|
--shadow-resting-small: 0px 1px 0px 0px #0104090a;
|
|
847
|
-
--shadow-resting-medium: 0px 3px 6px 0px #
|
|
848
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
849
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
850
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
851
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
852
|
-
--shadow-floating-legacy: 0px 6px 12px -3px #
|
|
854
|
+
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
855
|
+
--shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
856
|
+
--shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
857
|
+
--shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
|
|
858
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
|
|
859
|
+
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
853
860
|
}
|
|
854
861
|
@media (prefers-color-scheme: dark) {
|
|
855
862
|
[data-color-mode="auto"][data-dark-theme="light_high_contrast"],
|
|
856
863
|
[data-color-mode="auto"][data-dark-theme="light_high_contrast"] ::backdrop {
|
|
857
864
|
--base-color-black: #010409;
|
|
865
|
+
--base-color-inset: #ffffff;
|
|
858
866
|
--base-color-transparent: #ffffff00;
|
|
859
867
|
--base-color-white: #ffffff;
|
|
860
868
|
--base-color-neutral-0: #ffffff;
|
|
861
|
-
--base-color-neutral-1: #
|
|
862
|
-
--base-color-neutral-2: #
|
|
863
|
-
--base-color-neutral-3: #
|
|
864
|
-
--base-color-neutral-4: #
|
|
865
|
-
--base-color-neutral-5: #
|
|
866
|
-
--base-color-neutral-6: #
|
|
867
|
-
--base-color-neutral-7: #
|
|
868
|
-
--base-color-neutral-8: #
|
|
869
|
-
--base-color-neutral-9: #
|
|
869
|
+
--base-color-neutral-1: #f6f8fa;
|
|
870
|
+
--base-color-neutral-2: #eff2f5;
|
|
871
|
+
--base-color-neutral-3: #e6eaef;
|
|
872
|
+
--base-color-neutral-4: #e0e6eb;
|
|
873
|
+
--base-color-neutral-5: #dae0e7;
|
|
874
|
+
--base-color-neutral-6: #d1d9e0;
|
|
875
|
+
--base-color-neutral-7: #c8d1da;
|
|
876
|
+
--base-color-neutral-8: #818b98;
|
|
877
|
+
--base-color-neutral-9: #59636e;
|
|
878
|
+
--base-color-neutral-10: #454c54;
|
|
879
|
+
--base-color-neutral-11: #393f46;
|
|
880
|
+
--base-color-neutral-12: #25292e;
|
|
881
|
+
--base-color-neutral-13: #010409;
|
|
870
882
|
--base-color-blue-0: #dff7ff;
|
|
871
883
|
--base-color-blue-1: #9cd7ff;
|
|
872
884
|
--base-color-blue-2: #67b3fd;
|
|
@@ -1141,7 +1153,7 @@
|
|
|
1141
1153
|
--base-display-color-white: #ffffff;
|
|
1142
1154
|
--topicTag-borderColor: #0349b4;
|
|
1143
1155
|
--highlight-neutral-bgColor: #fcf7be;
|
|
1144
|
-
--page-header-bgColor: #
|
|
1156
|
+
--page-header-bgColor: #e6eaef;
|
|
1145
1157
|
--diffBlob-addition-fgColor-text: #ffffff;
|
|
1146
1158
|
--diffBlob-addition-fgColor-num: #010409;
|
|
1147
1159
|
--diffBlob-addition-bgColor-num: #c2f9cd;
|
|
@@ -1153,19 +1165,19 @@
|
|
|
1153
1165
|
--diffBlob-deletion-bgColor-line: #fff0ee;
|
|
1154
1166
|
--diffBlob-deletion-bgColor-word: #a0111f;
|
|
1155
1167
|
--diffBlob-hunk-bgColor-num: #9cd7ff;
|
|
1156
|
-
--diffBlob-expander-iconColor: #
|
|
1168
|
+
--diffBlob-expander-iconColor: #454c54;
|
|
1157
1169
|
--codeMirror-fgColor: #010409;
|
|
1158
1170
|
--codeMirror-bgColor: #ffffff;
|
|
1159
1171
|
--codeMirror-gutters-bgColor: #ffffff;
|
|
1160
1172
|
--codeMirror-gutterMarker-fgColor-default: #ffffff;
|
|
1161
|
-
--codeMirror-gutterMarker-fgColor-muted: #
|
|
1162
|
-
--codeMirror-lineNumber-fgColor: #
|
|
1173
|
+
--codeMirror-gutterMarker-fgColor-muted: #454c54;
|
|
1174
|
+
--codeMirror-lineNumber-fgColor: #454c54;
|
|
1163
1175
|
--codeMirror-cursor-fgColor: #010409;
|
|
1164
1176
|
--codeMirror-selection-bgColor: #368cf9;
|
|
1165
|
-
--codeMirror-activeline-bgColor: #
|
|
1177
|
+
--codeMirror-activeline-bgColor: #e0e6eb;
|
|
1166
1178
|
--codeMirror-matchingBracket-fgColor: #010409;
|
|
1167
1179
|
--codeMirror-lines-bgColor: #ffffff;
|
|
1168
|
-
--codeMirror-syntax-fgColor-comment: #
|
|
1180
|
+
--codeMirror-syntax-fgColor-comment: #010409;
|
|
1169
1181
|
--codeMirror-syntax-fgColor-constant: #023b95;
|
|
1170
1182
|
--codeMirror-syntax-fgColor-entity: #622cbc;
|
|
1171
1183
|
--codeMirror-syntax-fgColor-keyword: #a0111f;
|
|
@@ -1175,10 +1187,10 @@
|
|
|
1175
1187
|
--codeMirror-syntax-fgColor-variable: #702c00;
|
|
1176
1188
|
--header-fgColor-default: #ffffffb3;
|
|
1177
1189
|
--header-fgColor-logo: #ffffff;
|
|
1178
|
-
--header-bgColor: #
|
|
1179
|
-
--header-borderColor-divider: #
|
|
1180
|
-
--headerSearch-bgColor: #
|
|
1181
|
-
--headerSearch-borderColor: #
|
|
1190
|
+
--header-bgColor: #25292e;
|
|
1191
|
+
--header-borderColor-divider: #c8d1da;
|
|
1192
|
+
--headerSearch-bgColor: #25292e;
|
|
1193
|
+
--headerSearch-borderColor: #818b98;
|
|
1182
1194
|
--data-blue-color-emphasis: #006edb;
|
|
1183
1195
|
--data-blue-color-muted: #d1f0ff;
|
|
1184
1196
|
--data-auburn-color-emphasis: #9d615c;
|
|
@@ -1297,32 +1309,32 @@
|
|
|
1297
1309
|
--avatar-bgColor: #ffffff;
|
|
1298
1310
|
--avatar-borderColor: #010409e6;
|
|
1299
1311
|
--avatar-shadow: 0px 0px 0px 2px #ffffffcc;
|
|
1300
|
-
--avatarStack-fade-bgColor-default: #
|
|
1301
|
-
--avatarStack-fade-bgColor-muted: #
|
|
1302
|
-
--control-bgColor-rest: #
|
|
1303
|
-
--control-bgColor-hover: #
|
|
1304
|
-
--control-bgColor-active: #
|
|
1305
|
-
--control-bgColor-disabled: #
|
|
1306
|
-
--control-bgColor-selected: #
|
|
1307
|
-
--control-fgColor-rest: #
|
|
1308
|
-
--control-fgColor-placeholder: #
|
|
1309
|
-
--control-fgColor-disabled: #
|
|
1310
|
-
--control-borderColor-rest: #
|
|
1311
|
-
--control-borderColor-emphasis: #
|
|
1312
|
-
--control-borderColor-disabled: #
|
|
1313
|
-
--control-borderColor-selected: #
|
|
1312
|
+
--avatarStack-fade-bgColor-default: #c8d1da;
|
|
1313
|
+
--avatarStack-fade-bgColor-muted: #dae0e7;
|
|
1314
|
+
--control-bgColor-rest: #e0e6eb;
|
|
1315
|
+
--control-bgColor-hover: #dae0e7;
|
|
1316
|
+
--control-bgColor-active: #d1d9e0;
|
|
1317
|
+
--control-bgColor-disabled: #e0e6eb;
|
|
1318
|
+
--control-bgColor-selected: #e0e6eb;
|
|
1319
|
+
--control-fgColor-rest: #25292e;
|
|
1320
|
+
--control-fgColor-placeholder: #454c54;
|
|
1321
|
+
--control-fgColor-disabled: #59636e;
|
|
1322
|
+
--control-borderColor-rest: #454c54;
|
|
1323
|
+
--control-borderColor-emphasis: #454c54;
|
|
1324
|
+
--control-borderColor-disabled: #59636e1f;
|
|
1325
|
+
--control-borderColor-selected: #e0e6eb;
|
|
1314
1326
|
--control-borderColor-success: #055d20;
|
|
1315
1327
|
--control-borderColor-danger: #a0111f;
|
|
1316
1328
|
--control-borderColor-warning: #744500;
|
|
1317
|
-
--control-iconColor-rest: #
|
|
1329
|
+
--control-iconColor-rest: #454c54;
|
|
1318
1330
|
--control-transparent-bgColor-rest: #ffffff00;
|
|
1319
|
-
--control-transparent-bgColor-hover: #
|
|
1320
|
-
--control-transparent-bgColor-active: #
|
|
1321
|
-
--control-transparent-bgColor-disabled: #
|
|
1322
|
-
--control-transparent-bgColor-selected: #
|
|
1331
|
+
--control-transparent-bgColor-hover: #dae0e7;
|
|
1332
|
+
--control-transparent-bgColor-active: #d1d9e0;
|
|
1333
|
+
--control-transparent-bgColor-disabled: #e0e6eb;
|
|
1334
|
+
--control-transparent-bgColor-selected: #dae0e7;
|
|
1323
1335
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
1324
|
-
--control-transparent-borderColor-hover: #
|
|
1325
|
-
--control-transparent-borderColor-active: #
|
|
1336
|
+
--control-transparent-borderColor-hover: #454c54;
|
|
1337
|
+
--control-transparent-borderColor-active: #454c54;
|
|
1326
1338
|
--control-danger-fgColor-rest: #8a071e;
|
|
1327
1339
|
--control-danger-fgColor-hover: #ffffff;
|
|
1328
1340
|
--control-danger-bgColor-hover: #a0111f;
|
|
@@ -1330,38 +1342,40 @@
|
|
|
1330
1342
|
--control-checked-bgColor-rest: #0349b4;
|
|
1331
1343
|
--control-checked-bgColor-hover: #0344a8;
|
|
1332
1344
|
--control-checked-bgColor-active: #033f9d;
|
|
1333
|
-
--control-checked-bgColor-disabled: #
|
|
1345
|
+
--control-checked-bgColor-disabled: #59636e;
|
|
1334
1346
|
--control-checked-fgColor-rest: #ffffff;
|
|
1335
1347
|
--control-checked-fgColor-disabled: #ffffff;
|
|
1336
1348
|
--control-checked-borderColor-rest: #0349b4;
|
|
1337
1349
|
--control-checked-borderColor-hover: #0344a8;
|
|
1338
1350
|
--control-checked-borderColor-active: #033f9d;
|
|
1339
|
-
--control-checked-borderColor-disabled: #
|
|
1340
|
-
--controlTrack-bgColor-rest: #
|
|
1341
|
-
--controlTrack-bgColor-hover: #
|
|
1342
|
-
--controlTrack-bgColor-active: #
|
|
1343
|
-
--controlTrack-bgColor-disabled: #
|
|
1344
|
-
--controlTrack-fgColor-rest: #
|
|
1351
|
+
--control-checked-borderColor-disabled: #59636e;
|
|
1352
|
+
--controlTrack-bgColor-rest: #dae0e7;
|
|
1353
|
+
--controlTrack-bgColor-hover: #d1d9e0;
|
|
1354
|
+
--controlTrack-bgColor-active: #c8d1da;
|
|
1355
|
+
--controlTrack-bgColor-disabled: #59636e;
|
|
1356
|
+
--controlTrack-fgColor-rest: #59636e;
|
|
1345
1357
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
1346
|
-
--controlTrack-borderColor-rest: #
|
|
1347
|
-
--controlTrack-borderColor-disabled: #
|
|
1358
|
+
--controlTrack-borderColor-rest: #454c54;
|
|
1359
|
+
--controlTrack-borderColor-disabled: #59636e;
|
|
1348
1360
|
--controlKnob-bgColor-rest: #ffffff;
|
|
1349
|
-
--controlKnob-bgColor-disabled: #
|
|
1361
|
+
--controlKnob-bgColor-disabled: #e0e6eb;
|
|
1350
1362
|
--controlKnob-bgColor-checked: #ffffff;
|
|
1351
|
-
--controlKnob-borderColor-rest: #
|
|
1352
|
-
--controlKnob-borderColor-disabled: #
|
|
1363
|
+
--controlKnob-borderColor-rest: #454c54;
|
|
1364
|
+
--controlKnob-borderColor-disabled: #e0e6eb;
|
|
1353
1365
|
--controlKnob-borderColor-checked: #0349b4;
|
|
1354
|
-
--counter-borderColor: #
|
|
1355
|
-
--
|
|
1356
|
-
--
|
|
1357
|
-
--button-default-
|
|
1358
|
-
--button-default-bgColor-
|
|
1359
|
-
--button-default-bgColor-
|
|
1360
|
-
--button-default-bgColor-
|
|
1361
|
-
--button-default-
|
|
1362
|
-
--button-default-
|
|
1363
|
-
--button-default-borderColor-
|
|
1364
|
-
--button-default-borderColor-
|
|
1366
|
+
--counter-borderColor: #454c54;
|
|
1367
|
+
--counter-bgColor-muted: #e0e6eb;
|
|
1368
|
+
--counter-bgColor-emphasis: #454c54;
|
|
1369
|
+
--button-default-fgColor-rest: #25292e;
|
|
1370
|
+
--button-default-bgColor-rest: #e0e6eb;
|
|
1371
|
+
--button-default-bgColor-hover: #dae0e7;
|
|
1372
|
+
--button-default-bgColor-active: #d1d9e0;
|
|
1373
|
+
--button-default-bgColor-selected: #d1d9e0;
|
|
1374
|
+
--button-default-bgColor-disabled: #e0e6eb;
|
|
1375
|
+
--button-default-borderColor-rest: #454c54;
|
|
1376
|
+
--button-default-borderColor-hover: #454c54;
|
|
1377
|
+
--button-default-borderColor-active: #454c54;
|
|
1378
|
+
--button-default-borderColor-disabled: #59636e1f;
|
|
1365
1379
|
--button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
|
|
1366
1380
|
--button-primary-fgColor-rest: #ffffff;
|
|
1367
1381
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
@@ -1375,29 +1389,29 @@
|
|
|
1375
1389
|
--button-primary-borderColor-active: #013d14;
|
|
1376
1390
|
--button-primary-borderColor-disabled: #85cb97;
|
|
1377
1391
|
--button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
|
|
1378
|
-
--button-invisible-fgColor-rest: #
|
|
1379
|
-
--button-invisible-fgColor-hover: #
|
|
1380
|
-
--button-invisible-fgColor-disabled: #
|
|
1381
|
-
--button-invisible-iconColor-rest: #
|
|
1382
|
-
--button-invisible-iconColor-hover: #
|
|
1383
|
-
--button-invisible-iconColor-disabled: #
|
|
1392
|
+
--button-invisible-fgColor-rest: #454c54;
|
|
1393
|
+
--button-invisible-fgColor-hover: #393f46;
|
|
1394
|
+
--button-invisible-fgColor-disabled: #59636e;
|
|
1395
|
+
--button-invisible-iconColor-rest: #454c54;
|
|
1396
|
+
--button-invisible-iconColor-hover: #393f46;
|
|
1397
|
+
--button-invisible-iconColor-disabled: #59636e;
|
|
1384
1398
|
--button-invisible-bgColor-rest: #ffffff00;
|
|
1385
|
-
--button-invisible-bgColor-hover: #
|
|
1386
|
-
--button-invisible-bgColor-active: #
|
|
1387
|
-
--button-invisible-bgColor-disabled: #
|
|
1399
|
+
--button-invisible-bgColor-hover: #dae0e7;
|
|
1400
|
+
--button-invisible-bgColor-active: #d1d9e0;
|
|
1401
|
+
--button-invisible-bgColor-disabled: #e0e6eb;
|
|
1388
1402
|
--button-invisible-borderColor-rest: #ffffff00;
|
|
1389
|
-
--button-invisible-borderColor-hover: #
|
|
1390
|
-
--button-invisible-borderColor-disabled: #
|
|
1403
|
+
--button-invisible-borderColor-hover: #454c54;
|
|
1404
|
+
--button-invisible-borderColor-disabled: #59636e1f;
|
|
1391
1405
|
--button-outline-fgColor-rest: #023b95;
|
|
1392
1406
|
--button-outline-fgColor-hover: #ffffff;
|
|
1393
1407
|
--button-outline-fgColor-active: #ffffff;
|
|
1394
1408
|
--button-outline-fgColor-disabled: #023b9580;
|
|
1395
|
-
--button-outline-bgColor-rest: #
|
|
1409
|
+
--button-outline-bgColor-rest: #e0e6eb;
|
|
1396
1410
|
--button-outline-bgColor-hover: #0349b4;
|
|
1397
1411
|
--button-outline-bgColor-active: #033f9d;
|
|
1398
|
-
--button-outline-bgColor-disabled: #
|
|
1399
|
-
--button-outline-borderColor-hover: #
|
|
1400
|
-
--button-outline-borderColor-active: #
|
|
1412
|
+
--button-outline-bgColor-disabled: #e0e6eb;
|
|
1413
|
+
--button-outline-borderColor-hover: #013d14;
|
|
1414
|
+
--button-outline-borderColor-active: #013d14;
|
|
1401
1415
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
1402
1416
|
--button-danger-fgColor-rest: #8a071e;
|
|
1403
1417
|
--button-danger-fgColor-hover: #ffffff;
|
|
@@ -1405,19 +1419,19 @@
|
|
|
1405
1419
|
--button-danger-fgColor-disabled: #8a071e80;
|
|
1406
1420
|
--button-danger-iconColor-rest: #8a071e;
|
|
1407
1421
|
--button-danger-iconColor-hover: #ffffff;
|
|
1408
|
-
--button-danger-bgColor-rest: #
|
|
1422
|
+
--button-danger-bgColor-rest: #e0e6eb;
|
|
1409
1423
|
--button-danger-bgColor-hover: #86061d;
|
|
1410
1424
|
--button-danger-bgColor-active: #74041a;
|
|
1411
|
-
--button-danger-bgColor-disabled: #
|
|
1412
|
-
--button-danger-borderColor-rest: #
|
|
1413
|
-
--button-danger-borderColor-hover: #
|
|
1414
|
-
--button-danger-borderColor-active: #
|
|
1425
|
+
--button-danger-bgColor-disabled: #e0e6eb;
|
|
1426
|
+
--button-danger-borderColor-rest: #454c54;
|
|
1427
|
+
--button-danger-borderColor-hover: #013d14;
|
|
1428
|
+
--button-danger-borderColor-active: #013d14;
|
|
1415
1429
|
--button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
|
|
1416
|
-
--button-inactive-fgColor: #
|
|
1417
|
-
--button-inactive-bgColor: #
|
|
1430
|
+
--button-inactive-fgColor: #454c54;
|
|
1431
|
+
--button-inactive-bgColor: #e0e6eb;
|
|
1418
1432
|
--button-star-iconColor: #d5a824;
|
|
1419
|
-
--buttonCounter-default-bgColor-rest: #
|
|
1420
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
1433
|
+
--buttonCounter-default-bgColor-rest: #c8d1da;
|
|
1434
|
+
--buttonCounter-invisible-bgColor-rest: #e0e6eb;
|
|
1421
1435
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
1422
1436
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
1423
1437
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -1439,17 +1453,17 @@
|
|
|
1439
1453
|
--focus-outline: #0349b4 solid 2px;
|
|
1440
1454
|
--menu-bgColor-active: #ffffff00;
|
|
1441
1455
|
--overlay-bgColor: #ffffff;
|
|
1442
|
-
--overlay-borderColor: #
|
|
1443
|
-
--overlay-backdrop-bgColor: #
|
|
1456
|
+
--overlay-borderColor: #454c54;
|
|
1457
|
+
--overlay-backdrop-bgColor: #393f4666;
|
|
1444
1458
|
--selectMenu-borderColor: #ffffff00;
|
|
1445
1459
|
--selectMenu-bgColor-active: #9cd7ff;
|
|
1446
1460
|
--sideNav-bgColor-selected: #ffffff;
|
|
1447
|
-
--skeletonLoader-bgColor: #
|
|
1448
|
-
--timelineBadge-bgColor: #
|
|
1461
|
+
--skeletonLoader-bgColor: #e6eaef;
|
|
1462
|
+
--timelineBadge-bgColor: #e6eaef;
|
|
1449
1463
|
--treeViewItem-leadingVisual-iconColor-rest: #368cf9;
|
|
1450
1464
|
--underlineNav-borderColor-active: #cd3425;
|
|
1451
|
-
--underlineNav-borderColor-hover: #
|
|
1452
|
-
--underlineNav-iconColor-rest: #
|
|
1465
|
+
--underlineNav-borderColor-hover: #454c54;
|
|
1466
|
+
--underlineNav-iconColor-rest: #454c54;
|
|
1453
1467
|
--selection-bgColor: #0349b433;
|
|
1454
1468
|
--card-bgColor: #ffffff;
|
|
1455
1469
|
--label-green-bgColor-rest: #caf7ca;
|
|
@@ -1566,17 +1580,17 @@
|
|
|
1566
1580
|
--label-coral-fgColor-rest: #ba2e12;
|
|
1567
1581
|
--label-coral-fgColor-hover: #9b2712;
|
|
1568
1582
|
--label-coral-fgColor-active: #7e2011;
|
|
1569
|
-
--tooltip-bgColor: #
|
|
1583
|
+
--tooltip-bgColor: #25292e;
|
|
1570
1584
|
--tooltip-fgColor: #ffffff;
|
|
1571
1585
|
--fgColor-default: #010409;
|
|
1572
|
-
--fgColor-muted: #
|
|
1586
|
+
--fgColor-muted: #454c54;
|
|
1573
1587
|
--fgColor-onEmphasis: #ffffff;
|
|
1574
1588
|
--fgColor-onInverse: #ffffff;
|
|
1575
1589
|
--fgColor-white: #ffffff;
|
|
1576
1590
|
--fgColor-black: #010409;
|
|
1577
|
-
--fgColor-disabled: #
|
|
1591
|
+
--fgColor-disabled: #59636e;
|
|
1578
1592
|
--fgColor-link: #023b95;
|
|
1579
|
-
--fgColor-neutral: #
|
|
1593
|
+
--fgColor-neutral: #393f46;
|
|
1580
1594
|
--fgColor-accent: #023b95;
|
|
1581
1595
|
--fgColor-success: #024c1a;
|
|
1582
1596
|
--fgColor-open: #024c1a;
|
|
@@ -1588,16 +1602,16 @@
|
|
|
1588
1602
|
--fgColor-upsell: #512598;
|
|
1589
1603
|
--fgColor-sponsors: #7d0c57;
|
|
1590
1604
|
--bgColor-default: #ffffff;
|
|
1591
|
-
--bgColor-muted: #
|
|
1592
|
-
--bgColor-inset: #
|
|
1593
|
-
--bgColor-emphasis: #
|
|
1594
|
-
--bgColor-inverse: #
|
|
1605
|
+
--bgColor-muted: #e6eaef;
|
|
1606
|
+
--bgColor-inset: #eff2f5;
|
|
1607
|
+
--bgColor-emphasis: #25292e;
|
|
1608
|
+
--bgColor-inverse: #25292e;
|
|
1595
1609
|
--bgColor-white: #ffffff;
|
|
1596
1610
|
--bgColor-black: #010409;
|
|
1597
|
-
--bgColor-disabled: #
|
|
1611
|
+
--bgColor-disabled: #e0e6eb;
|
|
1598
1612
|
--bgColor-transparent: #ffffff00;
|
|
1599
|
-
--bgColor-neutral-muted: #
|
|
1600
|
-
--bgColor-neutral-emphasis: #
|
|
1613
|
+
--bgColor-neutral-muted: #e0e6eb;
|
|
1614
|
+
--bgColor-neutral-emphasis: #454c54;
|
|
1601
1615
|
--bgColor-accent-muted: #dff7ff;
|
|
1602
1616
|
--bgColor-accent-emphasis: #0349b4;
|
|
1603
1617
|
--bgColor-success-muted: #d2fedb;
|
|
@@ -1618,14 +1632,14 @@
|
|
|
1618
1632
|
--bgColor-upsell-emphasis: #622cbc;
|
|
1619
1633
|
--bgColor-sponsors-muted: #feeff7;
|
|
1620
1634
|
--bgColor-sponsors-emphasis: #971368;
|
|
1621
|
-
--borderColor-default: #
|
|
1622
|
-
--borderColor-muted: #
|
|
1623
|
-
--borderColor-emphasis: #
|
|
1624
|
-
--borderColor-disabled: #
|
|
1635
|
+
--borderColor-default: #454c54;
|
|
1636
|
+
--borderColor-muted: #454c54;
|
|
1637
|
+
--borderColor-emphasis: #454c54;
|
|
1638
|
+
--borderColor-disabled: #59636e1f;
|
|
1625
1639
|
--borderColor-transparent: #ffffff00;
|
|
1626
|
-
--borderColor-translucent: #
|
|
1627
|
-
--borderColor-neutral-muted: #
|
|
1628
|
-
--borderColor-neutral-emphasis: #
|
|
1640
|
+
--borderColor-translucent: #59636e;
|
|
1641
|
+
--borderColor-neutral-muted: #454c54;
|
|
1642
|
+
--borderColor-neutral-emphasis: #59636e;
|
|
1629
1643
|
--borderColor-accent-muted: #368cf9;
|
|
1630
1644
|
--borderColor-accent-emphasis: #0349b4;
|
|
1631
1645
|
--borderColor-success-muted: #26a148;
|
|
@@ -1638,19 +1652,19 @@
|
|
|
1638
1652
|
--borderColor-severe-emphasis: #873800;
|
|
1639
1653
|
--borderColor-danger-muted: #ee5a5d;
|
|
1640
1654
|
--borderColor-danger-emphasis: #a0111f;
|
|
1641
|
-
--borderColor-closed-muted: #
|
|
1655
|
+
--borderColor-closed-muted: #ee5a5d;
|
|
1642
1656
|
--borderColor-closed-emphasis: #a0111f;
|
|
1643
1657
|
--borderColor-done-muted: #a371f7;
|
|
1644
1658
|
--borderColor-done-emphasis: #622cbc;
|
|
1645
|
-
--borderColor-upsell-muted: #
|
|
1659
|
+
--borderColor-upsell-muted: #a371f7;
|
|
1646
1660
|
--borderColor-upsell-emphasis: #622cbc;
|
|
1647
1661
|
--borderColor-sponsors-muted: #ed4baf;
|
|
1648
1662
|
--borderColor-sponsors-emphasis: #971368;
|
|
1649
|
-
--color-ansi-black: #
|
|
1650
|
-
--color-ansi-black-bright: #
|
|
1651
|
-
--color-ansi-white: #
|
|
1652
|
-
--color-ansi-white-bright: #
|
|
1653
|
-
--color-ansi-gray: #
|
|
1663
|
+
--color-ansi-black: #010409;
|
|
1664
|
+
--color-ansi-black-bright: #393f46;
|
|
1665
|
+
--color-ansi-white: #59636e;
|
|
1666
|
+
--color-ansi-white-bright: #818b98;
|
|
1667
|
+
--color-ansi-gray: #59636e;
|
|
1654
1668
|
--color-ansi-red: #a0111f;
|
|
1655
1669
|
--color-ansi-red-bright: #86061d;
|
|
1656
1670
|
--color-ansi-green: #024c1a;
|
|
@@ -1663,44 +1677,44 @@
|
|
|
1663
1677
|
--color-ansi-magenta-bright: #844ae7;
|
|
1664
1678
|
--color-ansi-cyan: #1b7c83;
|
|
1665
1679
|
--color-ansi-cyan-bright: #3192aa;
|
|
1666
|
-
--color-prettylights-syntax-comment: #
|
|
1680
|
+
--color-prettylights-syntax-comment: #59636e;
|
|
1667
1681
|
--color-prettylights-syntax-constant: #023b95;
|
|
1668
1682
|
--color-prettylights-syntax-constant-other-reference-link: #032563;
|
|
1669
1683
|
--color-prettylights-syntax-entity: #512598;
|
|
1670
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
1684
|
+
--color-prettylights-syntax-storage-modifier-import: #010409;
|
|
1671
1685
|
--color-prettylights-syntax-entity-tag: #023b95;
|
|
1672
1686
|
--color-prettylights-syntax-keyword: #a0111f;
|
|
1673
1687
|
--color-prettylights-syntax-string: #032563;
|
|
1674
1688
|
--color-prettylights-syntax-variable: #702c00;
|
|
1675
1689
|
--color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
|
|
1676
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
1677
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
1690
|
+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
|
|
1691
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
1678
1692
|
--color-prettylights-syntax-invalid-illegal-bg: #6e011a;
|
|
1679
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
1693
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
1680
1694
|
--color-prettylights-syntax-carriage-return-bg: #a0111f;
|
|
1681
1695
|
--color-prettylights-syntax-string-regexp: #024c1a;
|
|
1682
1696
|
--color-prettylights-syntax-markup-list: #2e1800;
|
|
1683
1697
|
--color-prettylights-syntax-markup-heading: #023b95;
|
|
1684
|
-
--color-prettylights-syntax-markup-italic: #
|
|
1685
|
-
--color-prettylights-syntax-markup-bold: #
|
|
1698
|
+
--color-prettylights-syntax-markup-italic: #010409;
|
|
1699
|
+
--color-prettylights-syntax-markup-bold: #010409;
|
|
1686
1700
|
--color-prettylights-syntax-markup-deleted-text: #6e011a;
|
|
1687
1701
|
--color-prettylights-syntax-markup-deleted-bg: #fff0ee;
|
|
1688
1702
|
--color-prettylights-syntax-markup-inserted-text: #024c1a;
|
|
1689
1703
|
--color-prettylights-syntax-markup-inserted-bg: #d2fedb;
|
|
1690
1704
|
--color-prettylights-syntax-markup-changed-text: #702c00;
|
|
1691
1705
|
--color-prettylights-syntax-markup-changed-bg: #ffc67b;
|
|
1692
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
1706
|
+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
|
|
1693
1707
|
--color-prettylights-syntax-markup-ignored-bg: #023b95;
|
|
1694
1708
|
--color-prettylights-syntax-meta-diff-range: #622cbc;
|
|
1695
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
1709
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
|
|
1696
1710
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1697
1711
|
--shadow-resting-xsmall: 0px 1px 0px 0px #0104091a;
|
|
1698
1712
|
--shadow-resting-small: 0px 1px 0px 0px #0104090a;
|
|
1699
|
-
--shadow-resting-medium: 0px 3px 6px 0px #
|
|
1700
|
-
--shadow-floating-small: 0px 0px 0px 1px #
|
|
1701
|
-
--shadow-floating-medium: 0px 0px 0px 1px #
|
|
1702
|
-
--shadow-floating-large: 0px 0px 0px 1px #
|
|
1703
|
-
--shadow-floating-xlarge: 0px 0px 0px 1px #
|
|
1704
|
-
--shadow-floating-legacy: 0px 6px 12px -3px #
|
|
1713
|
+
--shadow-resting-medium: 0px 3px 6px 0px #25292e1f;
|
|
1714
|
+
--shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1715
|
+
--shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
|
|
1716
|
+
--shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
|
|
1717
|
+
--shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
|
|
1718
|
+
--shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
|
|
1705
1719
|
}
|
|
1706
1720
|
}
|