@carbon/themes 11.65.0 → 11.66.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/es/index.js +363 -3
- package/lib/index.js +406 -1
- package/package.json +6 -6
- package/scss/generated/_themes.scss +180 -0
- package/scss/generated/_tokens.scss +135 -0
- package/src/g10.js +47 -0
- package/src/g100.js +46 -0
- package/src/g90.js +47 -0
- package/src/tokens/v11TokenGroup.js +45 -0
- package/src/white.js +47 -0
- package/umd/index.js +406 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/themes",
|
|
3
3
|
"description": "Themes for applying color in the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.66.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@carbon/colors": "^11.
|
|
36
|
-
"@carbon/layout": "^11.
|
|
37
|
-
"@carbon/type": "^11.
|
|
35
|
+
"@carbon/colors": "^11.45.0",
|
|
36
|
+
"@carbon/layout": "^11.46.0",
|
|
37
|
+
"@carbon/type": "^11.52.0",
|
|
38
38
|
"@ibm/telemetry-js": "^1.5.0",
|
|
39
39
|
"color": "^4.0.0"
|
|
40
40
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@carbon/cli": "^11.38.0",
|
|
45
45
|
"@carbon/cli-reporter": "^10.8.0",
|
|
46
46
|
"@carbon/scss-generator": "^10.20.0",
|
|
47
|
-
"@carbon/test-utils": "^10.
|
|
47
|
+
"@carbon/test-utils": "^10.39.0",
|
|
48
48
|
"change-case": "^4.1.1",
|
|
49
49
|
"core-js": "^3.16.0",
|
|
50
50
|
"fs-extra": "^11.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"rimraf": "^6.0.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "ce7846aab8a3a1afe9b03d2d07d267af6cdb6ac2"
|
|
56
56
|
}
|
|
@@ -148,44 +148,89 @@ $white: (
|
|
|
148
148
|
support-success-inverse: #42be65,
|
|
149
149
|
support-warning: #f1c21b,
|
|
150
150
|
support-warning-inverse: #f1c21b,
|
|
151
|
+
syntax-angle-bracket: #697077,
|
|
152
|
+
syntax-annotation: #007d79,
|
|
153
|
+
syntax-arithmetic-operator: #343a3f,
|
|
151
154
|
syntax-atom: #161616,
|
|
152
155
|
syntax-attribute: #00539a,
|
|
153
156
|
syntax-attribute-name: #00539a,
|
|
154
157
|
syntax-attribute-value: #161616,
|
|
158
|
+
syntax-bitwise-operator: #343a3f,
|
|
155
159
|
syntax-block-comment: #198038,
|
|
156
160
|
syntax-bool: #161616,
|
|
161
|
+
syntax-brace: #343a3f,
|
|
162
|
+
syntax-bracket: #343a3f,
|
|
157
163
|
syntax-character: #161616,
|
|
158
164
|
syntax-class-name: #007d79,
|
|
159
165
|
syntax-color: #161616,
|
|
160
166
|
syntax-comment: #198038,
|
|
167
|
+
syntax-compare-operator: #343a3f,
|
|
168
|
+
syntax-constant: #0f62fe,
|
|
169
|
+
syntax-content: #161616,
|
|
170
|
+
syntax-content-separator: #343a3f,
|
|
161
171
|
syntax-control-keyword: #6929c4,
|
|
172
|
+
syntax-control-operator: #6929c4,
|
|
173
|
+
syntax-definition: #00539a,
|
|
162
174
|
syntax-definition-keyword: #00539a,
|
|
175
|
+
syntax-definition-operator: #00539a,
|
|
176
|
+
syntax-deref-operator: #343a3f,
|
|
163
177
|
syntax-doc-comment: #198038,
|
|
164
178
|
syntax-doc-string: #161616,
|
|
179
|
+
syntax-document-meta: #198038,
|
|
180
|
+
syntax-emphasis: #161616,
|
|
165
181
|
syntax-escape: #343a3f,
|
|
166
182
|
syntax-float: #198038,
|
|
183
|
+
syntax-function: #8e6a00,
|
|
184
|
+
syntax-heading: #00539a,
|
|
185
|
+
syntax-heading-1: #00539a,
|
|
186
|
+
syntax-heading-2: #00539a,
|
|
187
|
+
syntax-heading-3: #00539a,
|
|
188
|
+
syntax-heading-4: #00539a,
|
|
189
|
+
syntax-heading-5: #00539a,
|
|
190
|
+
syntax-heading-6: #00539a,
|
|
167
191
|
syntax-integer: #198038,
|
|
192
|
+
syntax-invalid: #da1e28,
|
|
168
193
|
syntax-keyword: #0f62fe,
|
|
169
194
|
syntax-label-name: #0f62fe,
|
|
170
195
|
syntax-line-comment: #198038,
|
|
196
|
+
syntax-link: #0f62fe,
|
|
197
|
+
syntax-list: #161616,
|
|
171
198
|
syntax-literal: #161616,
|
|
199
|
+
syntax-local: #0f62fe,
|
|
200
|
+
syntax-logic-operator: #343a3f,
|
|
172
201
|
syntax-macro-name: #161616,
|
|
202
|
+
syntax-meta: #198038,
|
|
203
|
+
syntax-modifier: #0f62fe,
|
|
173
204
|
syntax-module-keyword: #6929c4,
|
|
205
|
+
syntax-monospace: #161616,
|
|
174
206
|
syntax-name: #0f62fe,
|
|
175
207
|
syntax-namespace: #007d79,
|
|
176
208
|
syntax-null: #161616,
|
|
177
209
|
syntax-number: #198038,
|
|
210
|
+
syntax-operator: #343a3f,
|
|
178
211
|
syntax-operator-keyword: #0f62fe,
|
|
212
|
+
syntax-paren: #343a3f,
|
|
213
|
+
syntax-processing-instruction: #161616,
|
|
179
214
|
syntax-property-name: #00539a,
|
|
215
|
+
syntax-punctuation: #343a3f,
|
|
216
|
+
syntax-quote: #198038,
|
|
180
217
|
syntax-regexp: #6929c4,
|
|
181
218
|
syntax-self: #007d79,
|
|
219
|
+
syntax-separator: #343a3f,
|
|
220
|
+
syntax-special: #0f62fe,
|
|
182
221
|
syntax-special-string: #8a3ffc,
|
|
222
|
+
syntax-square-bracket: #343a3f,
|
|
223
|
+
syntax-standard: #0f62fe,
|
|
224
|
+
syntax-strikethrough: #161616,
|
|
183
225
|
syntax-string: #161616,
|
|
226
|
+
syntax-strong: #161616,
|
|
184
227
|
syntax-tag: #007d79,
|
|
185
228
|
syntax-tag-name: #007d79,
|
|
186
229
|
syntax-type: #007d79,
|
|
187
230
|
syntax-type-name: #007d79,
|
|
231
|
+
syntax-type-operator: #007d79,
|
|
188
232
|
syntax-unit: #198038,
|
|
233
|
+
syntax-update-operator: #343a3f,
|
|
189
234
|
syntax-url: #343a3f,
|
|
190
235
|
syntax-variable: #0f62fe,
|
|
191
236
|
syntax-variable-name: #0f62fe,
|
|
@@ -344,44 +389,89 @@ $g10: (
|
|
|
344
389
|
support-success-inverse: #42be65,
|
|
345
390
|
support-warning: #f1c21b,
|
|
346
391
|
support-warning-inverse: #f1c21b,
|
|
392
|
+
syntax-angle-bracket: #697077,
|
|
393
|
+
syntax-annotation: #007d79,
|
|
394
|
+
syntax-arithmetic-operator: #343a3f,
|
|
347
395
|
syntax-atom: #161616,
|
|
348
396
|
syntax-attribute: #00539a,
|
|
349
397
|
syntax-attribute-name: #00539a,
|
|
350
398
|
syntax-attribute-value: #161616,
|
|
399
|
+
syntax-bitwise-operator: #343a3f,
|
|
351
400
|
syntax-block-comment: #198038,
|
|
352
401
|
syntax-bool: #161616,
|
|
402
|
+
syntax-brace: #343a3f,
|
|
403
|
+
syntax-bracket: #343a3f,
|
|
353
404
|
syntax-character: #161616,
|
|
354
405
|
syntax-class-name: #007d79,
|
|
355
406
|
syntax-color: #161616,
|
|
356
407
|
syntax-comment: #198038,
|
|
408
|
+
syntax-compare-operator: #343a3f,
|
|
409
|
+
syntax-constant: #0f62fe,
|
|
410
|
+
syntax-content: #161616,
|
|
411
|
+
syntax-content-separator: #343a3f,
|
|
357
412
|
syntax-control-keyword: #6929c4,
|
|
413
|
+
syntax-control-operator: #6929c4,
|
|
414
|
+
syntax-definition: #00539a,
|
|
358
415
|
syntax-definition-keyword: #00539a,
|
|
416
|
+
syntax-definition-operator: #00539a,
|
|
417
|
+
syntax-deref-operator: #343a3f,
|
|
359
418
|
syntax-doc-comment: #198038,
|
|
360
419
|
syntax-doc-string: #161616,
|
|
420
|
+
syntax-document-meta: #198038,
|
|
421
|
+
syntax-emphasis: #161616,
|
|
361
422
|
syntax-escape: #343a3f,
|
|
362
423
|
syntax-float: #198038,
|
|
424
|
+
syntax-function: #8e6a00,
|
|
425
|
+
syntax-heading: #00539a,
|
|
426
|
+
syntax-heading-1: #00539a,
|
|
427
|
+
syntax-heading-2: #00539a,
|
|
428
|
+
syntax-heading-3: #00539a,
|
|
429
|
+
syntax-heading-4: #00539a,
|
|
430
|
+
syntax-heading-5: #00539a,
|
|
431
|
+
syntax-heading-6: #00539a,
|
|
363
432
|
syntax-integer: #198038,
|
|
433
|
+
syntax-invalid: #da1e28,
|
|
364
434
|
syntax-keyword: #0f62fe,
|
|
365
435
|
syntax-label-name: #0f62fe,
|
|
366
436
|
syntax-line-comment: #198038,
|
|
437
|
+
syntax-link: #0f62fe,
|
|
438
|
+
syntax-list: #161616,
|
|
367
439
|
syntax-literal: #161616,
|
|
440
|
+
syntax-local: #0f62fe,
|
|
441
|
+
syntax-logic-operator: #343a3f,
|
|
368
442
|
syntax-macro-name: #161616,
|
|
443
|
+
syntax-meta: #198038,
|
|
444
|
+
syntax-modifier: #0f62fe,
|
|
369
445
|
syntax-module-keyword: #6929c4,
|
|
446
|
+
syntax-monospace: #161616,
|
|
370
447
|
syntax-name: #0f62fe,
|
|
371
448
|
syntax-namespace: #007d79,
|
|
372
449
|
syntax-null: #161616,
|
|
373
450
|
syntax-number: #198038,
|
|
451
|
+
syntax-operator: #343a3f,
|
|
374
452
|
syntax-operator-keyword: #0f62fe,
|
|
453
|
+
syntax-paren: #343a3f,
|
|
454
|
+
syntax-processing-instruction: #161616,
|
|
375
455
|
syntax-property-name: #00539a,
|
|
456
|
+
syntax-punctuation: #343a3f,
|
|
457
|
+
syntax-quote: #198038,
|
|
376
458
|
syntax-regexp: #6929c4,
|
|
377
459
|
syntax-self: #007d79,
|
|
460
|
+
syntax-separator: #343a3f,
|
|
461
|
+
syntax-special: #0f62fe,
|
|
378
462
|
syntax-special-string: #8a3ffc,
|
|
463
|
+
syntax-square-bracket: #343a3f,
|
|
464
|
+
syntax-standard: #0f62fe,
|
|
465
|
+
syntax-strikethrough: #161616,
|
|
379
466
|
syntax-string: #161616,
|
|
467
|
+
syntax-strong: #161616,
|
|
380
468
|
syntax-tag: #007d79,
|
|
381
469
|
syntax-tag-name: #007d79,
|
|
382
470
|
syntax-type: #007d79,
|
|
383
471
|
syntax-type-name: #007d79,
|
|
472
|
+
syntax-type-operator: #007d79,
|
|
384
473
|
syntax-unit: #198038,
|
|
474
|
+
syntax-update-operator: #343a3f,
|
|
385
475
|
syntax-url: #343a3f,
|
|
386
476
|
syntax-variable: #0f62fe,
|
|
387
477
|
syntax-variable-name: #0f62fe,
|
|
@@ -540,44 +630,89 @@ $g90: (
|
|
|
540
630
|
support-success-inverse: #24a148,
|
|
541
631
|
support-warning: #f1c21b,
|
|
542
632
|
support-warning-inverse: #f1c21b,
|
|
633
|
+
syntax-angle-bracket: #8d8d8d,
|
|
634
|
+
syntax-annotation: #08bdba,
|
|
635
|
+
syntax-arithmetic-operator: #e0e0e0,
|
|
543
636
|
syntax-atom: #f4f4f4,
|
|
544
637
|
syntax-attribute: #33b1ff,
|
|
545
638
|
syntax-attribute-name: #33b1ff,
|
|
546
639
|
syntax-attribute-value: #f4f4f4,
|
|
640
|
+
syntax-bitwise-operator: #e0e0e0,
|
|
547
641
|
syntax-block-comment: #42be65,
|
|
548
642
|
syntax-bool: #f4f4f4,
|
|
643
|
+
syntax-brace: #e0e0e0,
|
|
644
|
+
syntax-bracket: #e0e0e0,
|
|
549
645
|
syntax-character: #f4f4f4,
|
|
550
646
|
syntax-class-name: #3ddbd9,
|
|
551
647
|
syntax-color: #f4f4f4,
|
|
552
648
|
syntax-comment: #42be65,
|
|
649
|
+
syntax-compare-operator: #e0e0e0,
|
|
650
|
+
syntax-constant: #4589ff,
|
|
651
|
+
syntax-content: #f4f4f4,
|
|
652
|
+
syntax-content-separator: #e0e0e0,
|
|
553
653
|
syntax-control-keyword: #be95ff,
|
|
654
|
+
syntax-control-operator: #be95ff,
|
|
655
|
+
syntax-definition: #33b1ff,
|
|
554
656
|
syntax-definition-keyword: #33b1ff,
|
|
657
|
+
syntax-definition-operator: #33b1ff,
|
|
658
|
+
syntax-deref-operator: #e0e0e0,
|
|
555
659
|
syntax-doc-comment: #42be65,
|
|
556
660
|
syntax-doc-string: #f4f4f4,
|
|
661
|
+
syntax-document-meta: #42be65,
|
|
662
|
+
syntax-emphasis: #f4f4f4,
|
|
557
663
|
syntax-escape: #e0e0e0,
|
|
558
664
|
syntax-float: #6fdc8c,
|
|
665
|
+
syntax-function: #f1c21b,
|
|
666
|
+
syntax-heading: #33b1ff,
|
|
667
|
+
syntax-heading-1: #33b1ff,
|
|
668
|
+
syntax-heading-2: #33b1ff,
|
|
669
|
+
syntax-heading-3: #33b1ff,
|
|
670
|
+
syntax-heading-4: #33b1ff,
|
|
671
|
+
syntax-heading-5: #33b1ff,
|
|
672
|
+
syntax-heading-6: #33b1ff,
|
|
559
673
|
syntax-integer: #6fdc8c,
|
|
674
|
+
syntax-invalid: #fa4d56,
|
|
560
675
|
syntax-keyword: #4589ff,
|
|
561
676
|
syntax-label-name: #a6c8ff,
|
|
562
677
|
syntax-line-comment: #42be65,
|
|
678
|
+
syntax-link: #4589ff,
|
|
679
|
+
syntax-list: #f4f4f4,
|
|
563
680
|
syntax-literal: #f4f4f4,
|
|
681
|
+
syntax-local: #a6c8ff,
|
|
682
|
+
syntax-logic-operator: #e0e0e0,
|
|
564
683
|
syntax-macro-name: #f4f4f4,
|
|
684
|
+
syntax-meta: #42be65,
|
|
685
|
+
syntax-modifier: #4589ff,
|
|
565
686
|
syntax-module-keyword: #be95ff,
|
|
687
|
+
syntax-monospace: #f4f4f4,
|
|
566
688
|
syntax-name: #a6c8ff,
|
|
567
689
|
syntax-namespace: #3ddbd9,
|
|
568
690
|
syntax-null: #f4f4f4,
|
|
569
691
|
syntax-number: #6fdc8c,
|
|
692
|
+
syntax-operator: #e0e0e0,
|
|
570
693
|
syntax-operator-keyword: #4589ff,
|
|
694
|
+
syntax-paren: #e0e0e0,
|
|
695
|
+
syntax-processing-instruction: #f4f4f4,
|
|
571
696
|
syntax-property-name: #33b1ff,
|
|
697
|
+
syntax-punctuation: #e0e0e0,
|
|
698
|
+
syntax-quote: #42be65,
|
|
572
699
|
syntax-regexp: #be95ff,
|
|
573
700
|
syntax-self: #3ddbd9,
|
|
701
|
+
syntax-separator: #e0e0e0,
|
|
702
|
+
syntax-special: #4589ff,
|
|
574
703
|
syntax-special-string: #be95ff,
|
|
704
|
+
syntax-square-bracket: #e0e0e0,
|
|
705
|
+
syntax-standard: #4589ff,
|
|
706
|
+
syntax-strikethrough: #f4f4f4,
|
|
575
707
|
syntax-string: #f4f4f4,
|
|
708
|
+
syntax-strong: #f4f4f4,
|
|
576
709
|
syntax-tag: #3ddbd9,
|
|
577
710
|
syntax-tag-name: #3ddbd9,
|
|
578
711
|
syntax-type: #3ddbd9,
|
|
579
712
|
syntax-type-name: #3ddbd9,
|
|
713
|
+
syntax-type-operator: #3ddbd9,
|
|
580
714
|
syntax-unit: #6fdc8c,
|
|
715
|
+
syntax-update-operator: #e0e0e0,
|
|
581
716
|
syntax-url: #e0e0e0,
|
|
582
717
|
syntax-variable: #a6c8ff,
|
|
583
718
|
syntax-variable-name: #a6c8ff,
|
|
@@ -736,44 +871,89 @@ $g100: (
|
|
|
736
871
|
support-success-inverse: #24a148,
|
|
737
872
|
support-warning: #f1c21b,
|
|
738
873
|
support-warning-inverse: #f1c21b,
|
|
874
|
+
syntax-angle-bracket: #8d8d8d,
|
|
875
|
+
syntax-annotation: #08bdba,
|
|
876
|
+
syntax-arithmetic-operator: #e0e0e0,
|
|
739
877
|
syntax-atom: #f4f4f4,
|
|
740
878
|
syntax-attribute: #33b1ff,
|
|
741
879
|
syntax-attribute-name: #33b1ff,
|
|
742
880
|
syntax-attribute-value: #f4f4f4,
|
|
881
|
+
syntax-bitwise-operator: #e0e0e0,
|
|
743
882
|
syntax-block-comment: #42be65,
|
|
744
883
|
syntax-bool: #f4f4f4,
|
|
884
|
+
syntax-brace: #e0e0e0,
|
|
885
|
+
syntax-bracket: #e0e0e0,
|
|
745
886
|
syntax-character: #f4f4f4,
|
|
746
887
|
syntax-class-name: #3ddbd9,
|
|
747
888
|
syntax-color: #f4f4f4,
|
|
748
889
|
syntax-comment: #42be65,
|
|
890
|
+
syntax-compare-operator: #e0e0e0,
|
|
891
|
+
syntax-constant: #4589ff,
|
|
892
|
+
syntax-content: #f4f4f4,
|
|
893
|
+
syntax-content-separator: #e0e0e0,
|
|
749
894
|
syntax-control-keyword: #be95ff,
|
|
895
|
+
syntax-control-operator: #be95ff,
|
|
896
|
+
syntax-definition: #33b1ff,
|
|
750
897
|
syntax-definition-keyword: #33b1ff,
|
|
898
|
+
syntax-definition-operator: #33b1ff,
|
|
899
|
+
syntax-deref-operator: #e0e0e0,
|
|
751
900
|
syntax-doc-comment: #42be65,
|
|
752
901
|
syntax-doc-string: #f4f4f4,
|
|
902
|
+
syntax-document-meta: #42be65,
|
|
903
|
+
syntax-emphasis: #f4f4f4,
|
|
753
904
|
syntax-escape: #e0e0e0,
|
|
754
905
|
syntax-float: #6fdc8c,
|
|
906
|
+
syntax-function: #f1c21b,
|
|
907
|
+
syntax-heading: #33b1ff,
|
|
908
|
+
syntax-heading-1: #33b1ff,
|
|
909
|
+
syntax-heading-2: #33b1ff,
|
|
910
|
+
syntax-heading-3: #33b1ff,
|
|
911
|
+
syntax-heading-4: #33b1ff,
|
|
912
|
+
syntax-heading-5: #33b1ff,
|
|
913
|
+
syntax-heading-6: #33b1ff,
|
|
755
914
|
syntax-integer: #6fdc8c,
|
|
915
|
+
syntax-invalid: #fa4d56,
|
|
756
916
|
syntax-keyword: #4589ff,
|
|
757
917
|
syntax-label-name: #a6c8ff,
|
|
758
918
|
syntax-line-comment: #42be65,
|
|
919
|
+
syntax-link: #4589ff,
|
|
920
|
+
syntax-list: #f4f4f4,
|
|
759
921
|
syntax-literal: #f4f4f4,
|
|
922
|
+
syntax-local: #a6c8ff,
|
|
923
|
+
syntax-logic-operator: #e0e0e0,
|
|
760
924
|
syntax-macro-name: #f4f4f4,
|
|
925
|
+
syntax-meta: #42be65,
|
|
926
|
+
syntax-modifier: #4589ff,
|
|
761
927
|
syntax-module-keyword: #be95ff,
|
|
928
|
+
syntax-monospace: #f4f4f4,
|
|
762
929
|
syntax-name: #a6c8ff,
|
|
763
930
|
syntax-namespace: #3ddbd9,
|
|
764
931
|
syntax-null: #f4f4f4,
|
|
765
932
|
syntax-number: #6fdc8c,
|
|
933
|
+
syntax-operator: #e0e0e0,
|
|
766
934
|
syntax-operator-keyword: #4589ff,
|
|
935
|
+
syntax-paren: #e0e0e0,
|
|
936
|
+
syntax-processing-instruction: #f4f4f4,
|
|
767
937
|
syntax-property-name: #33b1ff,
|
|
938
|
+
syntax-punctuation: #e0e0e0,
|
|
939
|
+
syntax-quote: #42be65,
|
|
768
940
|
syntax-regexp: #be95ff,
|
|
769
941
|
syntax-self: #3ddbd9,
|
|
942
|
+
syntax-separator: #e0e0e0,
|
|
943
|
+
syntax-special: #4589ff,
|
|
770
944
|
syntax-special-string: #be95ff,
|
|
945
|
+
syntax-square-bracket: #e0e0e0,
|
|
946
|
+
syntax-standard: #4589ff,
|
|
947
|
+
syntax-strikethrough: #f4f4f4,
|
|
771
948
|
syntax-string: #f4f4f4,
|
|
949
|
+
syntax-strong: #f4f4f4,
|
|
772
950
|
syntax-tag: #3ddbd9,
|
|
773
951
|
syntax-tag-name: #3ddbd9,
|
|
774
952
|
syntax-type: #3ddbd9,
|
|
775
953
|
syntax-type-name: #3ddbd9,
|
|
954
|
+
syntax-type-operator: #3ddbd9,
|
|
776
955
|
syntax-unit: #6fdc8c,
|
|
956
|
+
syntax-update-operator: #e0e0e0,
|
|
777
957
|
syntax-url: #e0e0e0,
|
|
778
958
|
syntax-variable: #a6c8ff,
|
|
779
959
|
syntax-variable-name: #a6c8ff,
|
|
@@ -427,6 +427,141 @@ $syntax-url: _get('syntax-url') !default;
|
|
|
427
427
|
/// The CSS Custom Property for the `syntax-color` token
|
|
428
428
|
$syntax-color: _get('syntax-color') !default;
|
|
429
429
|
|
|
430
|
+
/// The CSS Custom Property for the `syntax-operator` token
|
|
431
|
+
$syntax-operator: _get('syntax-operator') !default;
|
|
432
|
+
|
|
433
|
+
/// The CSS Custom Property for the `syntax-deref-operator` token
|
|
434
|
+
$syntax-deref-operator: _get('syntax-deref-operator') !default;
|
|
435
|
+
|
|
436
|
+
/// The CSS Custom Property for the `syntax-arithmetic-operator` token
|
|
437
|
+
$syntax-arithmetic-operator: _get('syntax-arithmetic-operator') !default;
|
|
438
|
+
|
|
439
|
+
/// The CSS Custom Property for the `syntax-logic-operator` token
|
|
440
|
+
$syntax-logic-operator: _get('syntax-logic-operator') !default;
|
|
441
|
+
|
|
442
|
+
/// The CSS Custom Property for the `syntax-bitwise-operator` token
|
|
443
|
+
$syntax-bitwise-operator: _get('syntax-bitwise-operator') !default;
|
|
444
|
+
|
|
445
|
+
/// The CSS Custom Property for the `syntax-compare-operator` token
|
|
446
|
+
$syntax-compare-operator: _get('syntax-compare-operator') !default;
|
|
447
|
+
|
|
448
|
+
/// The CSS Custom Property for the `syntax-update-operator` token
|
|
449
|
+
$syntax-update-operator: _get('syntax-update-operator') !default;
|
|
450
|
+
|
|
451
|
+
/// The CSS Custom Property for the `syntax-definition-operator` token
|
|
452
|
+
$syntax-definition-operator: _get('syntax-definition-operator') !default;
|
|
453
|
+
|
|
454
|
+
/// The CSS Custom Property for the `syntax-type-operator` token
|
|
455
|
+
$syntax-type-operator: _get('syntax-type-operator') !default;
|
|
456
|
+
|
|
457
|
+
/// The CSS Custom Property for the `syntax-control-operator` token
|
|
458
|
+
$syntax-control-operator: _get('syntax-control-operator') !default;
|
|
459
|
+
|
|
460
|
+
/// The CSS Custom Property for the `syntax-modifier` token
|
|
461
|
+
$syntax-modifier: _get('syntax-modifier') !default;
|
|
462
|
+
|
|
463
|
+
/// The CSS Custom Property for the `syntax-punctuation` token
|
|
464
|
+
$syntax-punctuation: _get('syntax-punctuation') !default;
|
|
465
|
+
|
|
466
|
+
/// The CSS Custom Property for the `syntax-separator` token
|
|
467
|
+
$syntax-separator: _get('syntax-separator') !default;
|
|
468
|
+
|
|
469
|
+
/// The CSS Custom Property for the `syntax-bracket` token
|
|
470
|
+
$syntax-bracket: _get('syntax-bracket') !default;
|
|
471
|
+
|
|
472
|
+
/// The CSS Custom Property for the `syntax-angle-bracket` token
|
|
473
|
+
$syntax-angle-bracket: _get('syntax-angle-bracket') !default;
|
|
474
|
+
|
|
475
|
+
/// The CSS Custom Property for the `syntax-square-bracket` token
|
|
476
|
+
$syntax-square-bracket: _get('syntax-square-bracket') !default;
|
|
477
|
+
|
|
478
|
+
/// The CSS Custom Property for the `syntax-paren` token
|
|
479
|
+
$syntax-paren: _get('syntax-paren') !default;
|
|
480
|
+
|
|
481
|
+
/// The CSS Custom Property for the `syntax-brace` token
|
|
482
|
+
$syntax-brace: _get('syntax-brace') !default;
|
|
483
|
+
|
|
484
|
+
/// The CSS Custom Property for the `syntax-content` token
|
|
485
|
+
$syntax-content: _get('syntax-content') !default;
|
|
486
|
+
|
|
487
|
+
/// The CSS Custom Property for the `syntax-heading` token
|
|
488
|
+
$syntax-heading: _get('syntax-heading') !default;
|
|
489
|
+
|
|
490
|
+
/// The CSS Custom Property for the `syntax-heading-1` token
|
|
491
|
+
$syntax-heading-1: _get('syntax-heading-1') !default;
|
|
492
|
+
|
|
493
|
+
/// The CSS Custom Property for the `syntax-heading-2` token
|
|
494
|
+
$syntax-heading-2: _get('syntax-heading-2') !default;
|
|
495
|
+
|
|
496
|
+
/// The CSS Custom Property for the `syntax-heading-3` token
|
|
497
|
+
$syntax-heading-3: _get('syntax-heading-3') !default;
|
|
498
|
+
|
|
499
|
+
/// The CSS Custom Property for the `syntax-heading-4` token
|
|
500
|
+
$syntax-heading-4: _get('syntax-heading-4') !default;
|
|
501
|
+
|
|
502
|
+
/// The CSS Custom Property for the `syntax-heading-5` token
|
|
503
|
+
$syntax-heading-5: _get('syntax-heading-5') !default;
|
|
504
|
+
|
|
505
|
+
/// The CSS Custom Property for the `syntax-heading-6` token
|
|
506
|
+
$syntax-heading-6: _get('syntax-heading-6') !default;
|
|
507
|
+
|
|
508
|
+
/// The CSS Custom Property for the `syntax-content-separator` token
|
|
509
|
+
$syntax-content-separator: _get('syntax-content-separator') !default;
|
|
510
|
+
|
|
511
|
+
/// The CSS Custom Property for the `syntax-list` token
|
|
512
|
+
$syntax-list: _get('syntax-list') !default;
|
|
513
|
+
|
|
514
|
+
/// The CSS Custom Property for the `syntax-quote` token
|
|
515
|
+
$syntax-quote: _get('syntax-quote') !default;
|
|
516
|
+
|
|
517
|
+
/// The CSS Custom Property for the `syntax-emphasis` token
|
|
518
|
+
$syntax-emphasis: _get('syntax-emphasis') !default;
|
|
519
|
+
|
|
520
|
+
/// The CSS Custom Property for the `syntax-strong` token
|
|
521
|
+
$syntax-strong: _get('syntax-strong') !default;
|
|
522
|
+
|
|
523
|
+
/// The CSS Custom Property for the `syntax-monospace` token
|
|
524
|
+
$syntax-monospace: _get('syntax-monospace') !default;
|
|
525
|
+
|
|
526
|
+
/// The CSS Custom Property for the `syntax-link` token
|
|
527
|
+
$syntax-link: _get('syntax-link') !default;
|
|
528
|
+
|
|
529
|
+
/// The CSS Custom Property for the `syntax-strikethrough` token
|
|
530
|
+
$syntax-strikethrough: _get('syntax-strikethrough') !default;
|
|
531
|
+
|
|
532
|
+
/// The CSS Custom Property for the `syntax-invalid` token
|
|
533
|
+
$syntax-invalid: _get('syntax-invalid') !default;
|
|
534
|
+
|
|
535
|
+
/// The CSS Custom Property for the `syntax-meta` token
|
|
536
|
+
$syntax-meta: _get('syntax-meta') !default;
|
|
537
|
+
|
|
538
|
+
/// The CSS Custom Property for the `syntax-document-meta` token
|
|
539
|
+
$syntax-document-meta: _get('syntax-document-meta') !default;
|
|
540
|
+
|
|
541
|
+
/// The CSS Custom Property for the `syntax-annotation` token
|
|
542
|
+
$syntax-annotation: _get('syntax-annotation') !default;
|
|
543
|
+
|
|
544
|
+
/// The CSS Custom Property for the `syntax-processing-instruction` token
|
|
545
|
+
$syntax-processing-instruction: _get('syntax-processing-instruction') !default;
|
|
546
|
+
|
|
547
|
+
/// The CSS Custom Property for the `syntax-definition` token
|
|
548
|
+
$syntax-definition: _get('syntax-definition') !default;
|
|
549
|
+
|
|
550
|
+
/// The CSS Custom Property for the `syntax-constant` token
|
|
551
|
+
$syntax-constant: _get('syntax-constant') !default;
|
|
552
|
+
|
|
553
|
+
/// The CSS Custom Property for the `syntax-function` token
|
|
554
|
+
$syntax-function: _get('syntax-function') !default;
|
|
555
|
+
|
|
556
|
+
/// The CSS Custom Property for the `syntax-standard` token
|
|
557
|
+
$syntax-standard: _get('syntax-standard') !default;
|
|
558
|
+
|
|
559
|
+
/// The CSS Custom Property for the `syntax-local` token
|
|
560
|
+
$syntax-local: _get('syntax-local') !default;
|
|
561
|
+
|
|
562
|
+
/// The CSS Custom Property for the `syntax-special` token
|
|
563
|
+
$syntax-special: _get('syntax-special') !default;
|
|
564
|
+
|
|
430
565
|
/// The CSS Custom Property for the `ai-popover-background` token
|
|
431
566
|
$ai-popover-background: _get('ai-popover-background') !default;
|
|
432
567
|
|
package/src/g10.js
CHANGED
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
blue100,
|
|
17
17
|
|
|
18
18
|
// Gray
|
|
19
|
+
coolGray60,
|
|
19
20
|
coolGray80,
|
|
20
21
|
gray10,
|
|
21
22
|
gray10Hover,
|
|
@@ -37,6 +38,7 @@ import {
|
|
|
37
38
|
green50,
|
|
38
39
|
green60,
|
|
39
40
|
yellow30,
|
|
41
|
+
yellow60,
|
|
40
42
|
orange40,
|
|
41
43
|
red50,
|
|
42
44
|
red60,
|
|
@@ -256,6 +258,51 @@ export const syntaxRegexp = purple70;
|
|
|
256
258
|
export const syntaxEscape = coolGray80;
|
|
257
259
|
export const syntaxUrl = syntaxEscape;
|
|
258
260
|
export const syntaxColor = syntaxMacroName;
|
|
261
|
+
export const syntaxOperator = coolGray80;
|
|
262
|
+
export const syntaxDerefOperator = syntaxOperator;
|
|
263
|
+
export const syntaxArithmeticOperator = syntaxOperator;
|
|
264
|
+
export const syntaxLogicOperator = syntaxOperator;
|
|
265
|
+
export const syntaxBitwiseOperator = syntaxOperator;
|
|
266
|
+
export const syntaxCompareOperator = syntaxOperator;
|
|
267
|
+
export const syntaxUpdateOperator = syntaxOperator;
|
|
268
|
+
export const syntaxDefinitionOperator = syntaxDefinitionKeyword;
|
|
269
|
+
export const syntaxTypeOperator = syntaxTag;
|
|
270
|
+
export const syntaxControlOperator = syntaxModuleKeyword;
|
|
271
|
+
export const syntaxModifier = syntaxKeyword;
|
|
272
|
+
export const syntaxPunctuation = coolGray80;
|
|
273
|
+
export const syntaxSeparator = syntaxPunctuation;
|
|
274
|
+
export const syntaxBracket = syntaxPunctuation;
|
|
275
|
+
export const syntaxAngleBracket = coolGray60;
|
|
276
|
+
export const syntaxSquareBracket = syntaxBracket;
|
|
277
|
+
export const syntaxParen = syntaxBracket;
|
|
278
|
+
export const syntaxBrace = syntaxBracket;
|
|
279
|
+
export const syntaxContent = textPrimary;
|
|
280
|
+
export const syntaxList = syntaxContent;
|
|
281
|
+
export const syntaxEmphasis = syntaxContent;
|
|
282
|
+
export const syntaxStrong = syntaxContent;
|
|
283
|
+
export const syntaxMonospace = syntaxContent;
|
|
284
|
+
export const syntaxStrikethrough = syntaxContent;
|
|
285
|
+
export const syntaxHeading = cyan70;
|
|
286
|
+
export const syntaxHeading1 = syntaxHeading;
|
|
287
|
+
export const syntaxHeading2 = syntaxHeading;
|
|
288
|
+
export const syntaxHeading3 = syntaxHeading;
|
|
289
|
+
export const syntaxHeading4 = syntaxHeading;
|
|
290
|
+
export const syntaxHeading5 = syntaxHeading;
|
|
291
|
+
export const syntaxHeading6 = syntaxHeading;
|
|
292
|
+
export const syntaxContentSeparator = syntaxPunctuation;
|
|
293
|
+
export const syntaxQuote = syntaxComment;
|
|
294
|
+
export const syntaxLink = blue60;
|
|
295
|
+
export const syntaxInvalid = red60;
|
|
296
|
+
export const syntaxMeta = green60;
|
|
297
|
+
export const syntaxDocumentMeta = syntaxMeta;
|
|
298
|
+
export const syntaxAnnotation = teal60;
|
|
299
|
+
export const syntaxProcessingInstruction = syntaxString;
|
|
300
|
+
export const syntaxDefinition = cyan70;
|
|
301
|
+
export const syntaxConstant = blue60;
|
|
302
|
+
export const syntaxFunction = yellow60;
|
|
303
|
+
export const syntaxStandard = blue60;
|
|
304
|
+
export const syntaxLocal = blue60;
|
|
305
|
+
export const syntaxSpecial = blue60;
|
|
259
306
|
|
|
260
307
|
//// AI - Experimental (Use at your own risk)
|
|
261
308
|
//// Phase 2 - new \\\\
|
package/src/g100.js
CHANGED
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
purple50,
|
|
46
46
|
purple60,
|
|
47
47
|
teal30,
|
|
48
|
+
teal40,
|
|
48
49
|
|
|
49
50
|
// Constants
|
|
50
51
|
white,
|
|
@@ -258,6 +259,51 @@ export const syntaxRegexp = purple40;
|
|
|
258
259
|
export const syntaxEscape = gray20;
|
|
259
260
|
export const syntaxUrl = syntaxEscape;
|
|
260
261
|
export const syntaxColor = syntaxMacroName;
|
|
262
|
+
export const syntaxOperator = gray20;
|
|
263
|
+
export const syntaxDerefOperator = syntaxOperator;
|
|
264
|
+
export const syntaxArithmeticOperator = syntaxOperator;
|
|
265
|
+
export const syntaxLogicOperator = syntaxOperator;
|
|
266
|
+
export const syntaxBitwiseOperator = syntaxOperator;
|
|
267
|
+
export const syntaxCompareOperator = syntaxOperator;
|
|
268
|
+
export const syntaxUpdateOperator = syntaxOperator;
|
|
269
|
+
export const syntaxDefinitionOperator = syntaxDefinitionKeyword;
|
|
270
|
+
export const syntaxTypeOperator = syntaxTag;
|
|
271
|
+
export const syntaxControlOperator = syntaxModuleKeyword;
|
|
272
|
+
export const syntaxModifier = syntaxKeyword;
|
|
273
|
+
export const syntaxPunctuation = gray20;
|
|
274
|
+
export const syntaxSeparator = syntaxPunctuation;
|
|
275
|
+
export const syntaxBracket = syntaxPunctuation;
|
|
276
|
+
export const syntaxAngleBracket = gray50;
|
|
277
|
+
export const syntaxSquareBracket = syntaxBracket;
|
|
278
|
+
export const syntaxParen = syntaxBracket;
|
|
279
|
+
export const syntaxBrace = syntaxBracket;
|
|
280
|
+
export const syntaxContent = textPrimary;
|
|
281
|
+
export const syntaxList = syntaxContent;
|
|
282
|
+
export const syntaxEmphasis = syntaxContent;
|
|
283
|
+
export const syntaxStrong = syntaxContent;
|
|
284
|
+
export const syntaxMonospace = syntaxContent;
|
|
285
|
+
export const syntaxStrikethrough = syntaxContent;
|
|
286
|
+
export const syntaxHeading = cyan40;
|
|
287
|
+
export const syntaxHeading1 = syntaxHeading;
|
|
288
|
+
export const syntaxHeading2 = syntaxHeading;
|
|
289
|
+
export const syntaxHeading3 = syntaxHeading;
|
|
290
|
+
export const syntaxHeading4 = syntaxHeading;
|
|
291
|
+
export const syntaxHeading5 = syntaxHeading;
|
|
292
|
+
export const syntaxHeading6 = syntaxHeading;
|
|
293
|
+
export const syntaxContentSeparator = syntaxPunctuation;
|
|
294
|
+
export const syntaxQuote = syntaxComment;
|
|
295
|
+
export const syntaxLink = blue50;
|
|
296
|
+
export const syntaxInvalid = red50;
|
|
297
|
+
export const syntaxMeta = green40;
|
|
298
|
+
export const syntaxDocumentMeta = syntaxMeta;
|
|
299
|
+
export const syntaxAnnotation = teal40;
|
|
300
|
+
export const syntaxProcessingInstruction = syntaxString;
|
|
301
|
+
export const syntaxDefinition = cyan40;
|
|
302
|
+
export const syntaxConstant = blue50;
|
|
303
|
+
export const syntaxFunction = yellow30;
|
|
304
|
+
export const syntaxStandard = blue50;
|
|
305
|
+
export const syntaxLocal = blue30;
|
|
306
|
+
export const syntaxSpecial = blue50;
|
|
261
307
|
|
|
262
308
|
//// AI - Experimental (Use at your own risk)
|
|
263
309
|
//// Phase 2 - new \\\\
|