@oxide/design-system 6.0.4-canary.7affc0f → 6.0.5-canary.70a2cc8

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.
@@ -486,12 +486,12 @@ var oxql_tmLanguage_default = {
486
486
  ]
487
487
  };
488
488
 
489
- // components/src/asciidoc/oxide-dark.json
490
- var oxide_dark_default = {
489
+ // components/src/asciidoc/oxide-syntax.json
490
+ var oxide_syntax_default = {
491
491
  name: "Oxide Dark",
492
492
  colors: {
493
- "editor.background": "#080F11",
494
- "editor.foreground": "#E7E7E8"
493
+ "editor.background": "var(--syntax-bg)",
494
+ "editor.foreground": "var(--syntax-fg)"
495
495
  },
496
496
  tokenColors: [
497
497
  {
@@ -502,32 +502,32 @@ var oxide_dark_default = {
502
502
  "punctuation.definition.variable"
503
503
  ],
504
504
  settings: {
505
- foreground: "#E7E7E8"
505
+ foreground: "var(--syntax-fg)"
506
506
  }
507
507
  },
508
508
  {
509
509
  scope: "punctuation",
510
510
  settings: {
511
- foreground: "#A1A4A5",
511
+ foreground: "var(--syntax-comment)",
512
512
  fontStyle: ""
513
513
  }
514
514
  },
515
515
  {
516
516
  scope: ["comment", "punctuation.definition.comment"],
517
517
  settings: {
518
- foreground: "#A1A4A5"
518
+ foreground: "var(--syntax-comment)"
519
519
  }
520
520
  },
521
521
  {
522
522
  scope: ["string", "punctuation.definition.string"],
523
523
  settings: {
524
- foreground: "#68D9A7"
524
+ foreground: "var(--syntax-string)"
525
525
  }
526
526
  },
527
527
  {
528
528
  scope: "constant.character.escape",
529
529
  settings: {
530
- foreground: "#EFB7C2"
530
+ foreground: "var(--syntax-escape)"
531
531
  }
532
532
  },
533
533
  {
@@ -542,7 +542,7 @@ var oxide_dark_default = {
542
542
  "keyword.other.unit.suffix.floating-point"
543
543
  ],
544
544
  settings: {
545
- foreground: "#EDD5A6"
545
+ foreground: "var(--syntax-number)"
546
546
  }
547
547
  },
548
548
  {
@@ -557,14 +557,14 @@ var oxide_dark_default = {
557
557
  "punctuation.definition.keyword"
558
558
  ],
559
559
  settings: {
560
- foreground: "#C6A5EA",
560
+ foreground: "var(--syntax-keyword)",
561
561
  fontStyle: ""
562
562
  }
563
563
  },
564
564
  {
565
565
  scope: "entity.name.tag.documentation",
566
566
  settings: {
567
- foreground: "#C6A5EA"
567
+ foreground: "var(--syntax-keyword)"
568
568
  }
569
569
  },
570
570
  {
@@ -577,7 +577,7 @@ var oxide_dark_default = {
577
577
  "punctuation.separator.key-value"
578
578
  ],
579
579
  settings: {
580
- foreground: "#A7E0C8"
580
+ foreground: "var(--syntax-operator)"
581
581
  }
582
582
  },
583
583
  {
@@ -589,7 +589,7 @@ var oxide_dark_default = {
589
589
  "variable.function"
590
590
  ],
591
591
  settings: {
592
- foreground: "#9DAFFA"
592
+ foreground: "var(--syntax-function)"
593
593
  }
594
594
  },
595
595
  {
@@ -601,31 +601,31 @@ var oxide_dark_default = {
601
601
  "entity.name.struct"
602
602
  ],
603
603
  settings: {
604
- foreground: "#EDD5A6"
604
+ foreground: "var(--syntax-number)"
605
605
  }
606
606
  },
607
607
  {
608
608
  scope: "entity.name.enum",
609
609
  settings: {
610
- foreground: "#EDD5A6"
610
+ foreground: "var(--syntax-number)"
611
611
  }
612
612
  },
613
613
  {
614
614
  scope: ["meta.enum variable.other.readwrite", "variable.other.enummember"],
615
615
  settings: {
616
- foreground: "#A7E0C8"
616
+ foreground: "var(--syntax-operator)"
617
617
  }
618
618
  },
619
619
  {
620
620
  scope: "meta.property.object",
621
621
  settings: {
622
- foreground: "#A7E0C8"
622
+ foreground: "var(--syntax-operator)"
623
623
  }
624
624
  },
625
625
  {
626
626
  scope: ["meta.type", "meta.type-alias", "support.type", "entity.name.type"],
627
627
  settings: {
628
- foreground: "#EDD5A6"
628
+ foreground: "var(--syntax-number)"
629
629
  }
630
630
  },
631
631
  {
@@ -637,49 +637,49 @@ var oxide_dark_default = {
637
637
  "punctuation.decorator"
638
638
  ],
639
639
  settings: {
640
- foreground: "#EDD5A6"
640
+ foreground: "var(--syntax-number)"
641
641
  }
642
642
  },
643
643
  {
644
644
  scope: ["variable.parameter", "meta.function.parameters"],
645
645
  settings: {
646
- foreground: "#F39EAE"
646
+ foreground: "var(--syntax-parameter)"
647
647
  }
648
648
  },
649
649
  {
650
650
  scope: ["constant.language", "support.function.builtin"],
651
651
  settings: {
652
- foreground: "#F7869B"
652
+ foreground: "var(--syntax-builtin)"
653
653
  }
654
654
  },
655
655
  {
656
656
  scope: "entity.other.attribute-name.documentation",
657
657
  settings: {
658
- foreground: "#F7869B"
658
+ foreground: "var(--syntax-builtin)"
659
659
  }
660
660
  },
661
661
  {
662
662
  scope: ["keyword.control.directive", "punctuation.definition.directive"],
663
663
  settings: {
664
- foreground: "#EDD5A6"
664
+ foreground: "var(--syntax-number)"
665
665
  }
666
666
  },
667
667
  {
668
668
  scope: "punctuation.definition.typeparameters",
669
669
  settings: {
670
- foreground: "#9DAFFA"
670
+ foreground: "var(--syntax-function)"
671
671
  }
672
672
  },
673
673
  {
674
674
  scope: "entity.name.namespace",
675
675
  settings: {
676
- foreground: "#EDD5A6"
676
+ foreground: "var(--syntax-number)"
677
677
  }
678
678
  },
679
679
  {
680
680
  scope: "support.type.property-name.css",
681
681
  settings: {
682
- foreground: "#9DAFFA",
682
+ foreground: "var(--syntax-function)",
683
683
  fontStyle: ""
684
684
  }
685
685
  },
@@ -689,19 +689,19 @@ var oxide_dark_default = {
689
689
  "variable.language.this punctuation.definition.variable"
690
690
  ],
691
691
  settings: {
692
- foreground: "#F7869B"
692
+ foreground: "var(--syntax-builtin)"
693
693
  }
694
694
  },
695
695
  {
696
696
  scope: "variable.object.property",
697
697
  settings: {
698
- foreground: "#E7E7E8"
698
+ foreground: "var(--syntax-fg)"
699
699
  }
700
700
  },
701
701
  {
702
702
  scope: ["string.template variable", "string variable"],
703
703
  settings: {
704
- foreground: "#E7E7E8"
704
+ foreground: "var(--syntax-fg)"
705
705
  }
706
706
  },
707
707
  {
@@ -713,7 +713,7 @@ var oxide_dark_default = {
713
713
  {
714
714
  scope: "storage.modifier.specifier.extern.cpp",
715
715
  settings: {
716
- foreground: "#C6A5EA"
716
+ foreground: "var(--syntax-keyword)"
717
717
  }
718
718
  },
719
719
  {
@@ -724,7 +724,7 @@ var oxide_dark_default = {
724
724
  "entity.name.scope-resolution.function.definition.cpp"
725
725
  ],
726
726
  settings: {
727
- foreground: "#EDD5A6"
727
+ foreground: "var(--syntax-number)"
728
728
  }
729
729
  },
730
730
  {
@@ -736,19 +736,19 @@ var oxide_dark_default = {
736
736
  {
737
737
  scope: ["storage.modifier.reference.cpp"],
738
738
  settings: {
739
- foreground: "#A7E0C8"
739
+ foreground: "var(--syntax-operator)"
740
740
  }
741
741
  },
742
742
  {
743
743
  scope: "meta.interpolation.cs",
744
744
  settings: {
745
- foreground: "#E7E7E8"
745
+ foreground: "var(--syntax-fg)"
746
746
  }
747
747
  },
748
748
  {
749
749
  scope: "comment.block.documentation.cs",
750
750
  settings: {
751
- foreground: "#E7E7E8"
751
+ foreground: "var(--syntax-fg)"
752
752
  }
753
753
  },
754
754
  {
@@ -757,38 +757,38 @@ var oxide_dark_default = {
757
757
  "entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css"
758
758
  ],
759
759
  settings: {
760
- foreground: "#EDD5A6"
760
+ foreground: "var(--syntax-number)"
761
761
  }
762
762
  },
763
763
  {
764
764
  scope: "punctuation.separator.operator.css",
765
765
  settings: {
766
- foreground: "#A7E0C8"
766
+ foreground: "var(--syntax-operator)"
767
767
  }
768
768
  },
769
769
  {
770
770
  scope: "source.css entity.other.attribute-name.pseudo-class",
771
771
  settings: {
772
- foreground: "#A7E0C8"
772
+ foreground: "var(--syntax-operator)"
773
773
  }
774
774
  },
775
775
  {
776
776
  scope: "source.css constant.other.unicode-range",
777
777
  settings: {
778
- foreground: "#EDD5A6"
778
+ foreground: "var(--syntax-number)"
779
779
  }
780
780
  },
781
781
  {
782
782
  scope: "source.css variable.parameter.url",
783
783
  settings: {
784
- foreground: "#88DCB7",
784
+ foreground: "var(--syntax-operator)",
785
785
  fontStyle: ""
786
786
  }
787
787
  },
788
788
  {
789
789
  scope: ["support.type.vendored.property-name"],
790
790
  settings: {
791
- foreground: "#9DAFFA"
791
+ foreground: "var(--syntax-function)"
792
792
  }
793
793
  },
794
794
  {
@@ -799,7 +799,7 @@ var oxide_dark_default = {
799
799
  "meta.definition.variable.scss"
800
800
  ],
801
801
  settings: {
802
- foreground: "#F39EAE"
802
+ foreground: "var(--syntax-parameter)"
803
803
  }
804
804
  },
805
805
  {
@@ -809,19 +809,19 @@ var oxide_dark_default = {
809
809
  "meta.property-list variable.other.less punctuation.definition.variable.less"
810
810
  ],
811
811
  settings: {
812
- foreground: "#9DAFFA"
812
+ foreground: "var(--syntax-function)"
813
813
  }
814
814
  },
815
815
  {
816
816
  scope: "keyword.other.unit.percentage.css",
817
817
  settings: {
818
- foreground: "#EDD5A6"
818
+ foreground: "var(--syntax-number)"
819
819
  }
820
820
  },
821
821
  {
822
822
  scope: "source.css meta.attribute-selector",
823
823
  settings: {
824
- foreground: "#88DCB7"
824
+ foreground: "var(--syntax-operator)"
825
825
  }
826
826
  },
827
827
  {
@@ -836,51 +836,51 @@ var oxide_dark_default = {
836
836
  "support.type.property-name.yaml"
837
837
  ],
838
838
  settings: {
839
- foreground: "#9DAFFA",
839
+ foreground: "var(--syntax-function)",
840
840
  fontStyle: ""
841
841
  }
842
842
  },
843
843
  {
844
844
  scope: ["constant.language.json", "constant.language.yaml"],
845
845
  settings: {
846
- foreground: "#EDD5A6"
846
+ foreground: "var(--syntax-number)"
847
847
  }
848
848
  },
849
849
  {
850
850
  scope: ["entity.name.type.anchor.yaml", "variable.other.alias.yaml"],
851
851
  settings: {
852
- foreground: "#EDD5A6",
852
+ foreground: "var(--syntax-number)",
853
853
  fontStyle: ""
854
854
  }
855
855
  },
856
856
  {
857
857
  scope: ["support.type.property-name.table", "entity.name.section.group-title.ini"],
858
858
  settings: {
859
- foreground: "#EDD5A6"
859
+ foreground: "var(--syntax-number)"
860
860
  }
861
861
  },
862
862
  {
863
863
  scope: "constant.other.time.datetime.offset.toml",
864
864
  settings: {
865
- foreground: "#EFB7C2"
865
+ foreground: "var(--syntax-escape)"
866
866
  }
867
867
  },
868
868
  {
869
869
  scope: ["punctuation.definition.anchor.yaml", "punctuation.definition.alias.yaml"],
870
870
  settings: {
871
- foreground: "#EFB7C2"
871
+ foreground: "var(--syntax-escape)"
872
872
  }
873
873
  },
874
874
  {
875
875
  scope: "entity.other.document.begin.yaml",
876
876
  settings: {
877
- foreground: "#EFB7C2"
877
+ foreground: "var(--syntax-escape)"
878
878
  }
879
879
  },
880
880
  {
881
881
  scope: "markup.changed.diff",
882
882
  settings: {
883
- foreground: "#EDD5A6"
883
+ foreground: "var(--syntax-number)"
884
884
  }
885
885
  },
886
886
  {
@@ -891,85 +891,85 @@ var oxide_dark_default = {
891
891
  "punctuation.definition.to-file.diff"
892
892
  ],
893
893
  settings: {
894
- foreground: "#9DAFFA"
894
+ foreground: "var(--syntax-function)"
895
895
  }
896
896
  },
897
897
  {
898
898
  scope: "markup.inserted.diff",
899
899
  settings: {
900
- foreground: "#88DCB7"
900
+ foreground: "var(--syntax-operator)"
901
901
  }
902
902
  },
903
903
  {
904
904
  scope: "markup.deleted.diff",
905
905
  settings: {
906
- foreground: "#F7869B"
906
+ foreground: "var(--syntax-builtin)"
907
907
  }
908
908
  },
909
909
  {
910
910
  scope: ["variable.other.env"],
911
911
  settings: {
912
- foreground: "#9DAFFA"
912
+ foreground: "var(--syntax-function)"
913
913
  }
914
914
  },
915
915
  {
916
916
  scope: ["string.quoted variable.other.env"],
917
917
  settings: {
918
- foreground: "#E7E7E8"
918
+ foreground: "var(--syntax-fg)"
919
919
  }
920
920
  },
921
921
  {
922
922
  scope: "support.function.builtin.gdscript",
923
923
  settings: {
924
- foreground: "#9DAFFA"
924
+ foreground: "var(--syntax-function)"
925
925
  }
926
926
  },
927
927
  {
928
928
  scope: "constant.language.gdscript",
929
929
  settings: {
930
- foreground: "#EDD5A6"
930
+ foreground: "var(--syntax-number)"
931
931
  }
932
932
  },
933
933
  {
934
934
  scope: "comment meta.annotation.go",
935
935
  settings: {
936
- foreground: "#F39EAE"
936
+ foreground: "var(--syntax-parameter)"
937
937
  }
938
938
  },
939
939
  {
940
940
  scope: "comment meta.annotation.parameters.go",
941
941
  settings: {
942
- foreground: "#EDD5A6"
942
+ foreground: "var(--syntax-number)"
943
943
  }
944
944
  },
945
945
  {
946
946
  scope: "constant.language.go",
947
947
  settings: {
948
- foreground: "#EDD5A6"
948
+ foreground: "var(--syntax-number)"
949
949
  }
950
950
  },
951
951
  {
952
952
  scope: "variable.graphql",
953
953
  settings: {
954
- foreground: "#E7E7E8"
954
+ foreground: "var(--syntax-fg)"
955
955
  }
956
956
  },
957
957
  {
958
958
  scope: "string.unquoted.alias.graphql",
959
959
  settings: {
960
- foreground: "#F2CDCD"
960
+ foreground: "var(--syntax-string-alias)"
961
961
  }
962
962
  },
963
963
  {
964
964
  scope: "constant.character.enum.graphql",
965
965
  settings: {
966
- foreground: "#A7E0C8"
966
+ foreground: "var(--syntax-operator)"
967
967
  }
968
968
  },
969
969
  {
970
970
  scope: "meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql",
971
971
  settings: {
972
- foreground: "#F2CDCD"
972
+ foreground: "var(--syntax-string-alias)"
973
973
  }
974
974
  },
975
975
  {
@@ -980,13 +980,13 @@ var oxide_dark_default = {
980
980
  "meta.tag.metadata.doctype punctuation.definition.tag"
981
981
  ],
982
982
  settings: {
983
- foreground: "#C6A5EA"
983
+ foreground: "var(--syntax-keyword)"
984
984
  }
985
985
  },
986
986
  {
987
987
  scope: ["entity.name.tag"],
988
988
  settings: {
989
- foreground: "#9DAFFA",
989
+ foreground: "var(--syntax-function)",
990
990
  fontStyle: ""
991
991
  }
992
992
  },
@@ -1002,13 +1002,13 @@ var oxide_dark_default = {
1002
1002
  "constant.character.entity.tsx punctuation"
1003
1003
  ],
1004
1004
  settings: {
1005
- foreground: "#F7869B"
1005
+ foreground: "var(--syntax-builtin)"
1006
1006
  }
1007
1007
  },
1008
1008
  {
1009
1009
  scope: ["entity.other.attribute-name"],
1010
1010
  settings: {
1011
- foreground: "#EDD5A6"
1011
+ foreground: "var(--syntax-number)"
1012
1012
  }
1013
1013
  },
1014
1014
  {
@@ -1019,26 +1019,26 @@ var oxide_dark_default = {
1019
1019
  "support.class.component.vue"
1020
1020
  ],
1021
1021
  settings: {
1022
- foreground: "#EFB7C2",
1022
+ foreground: "var(--syntax-escape)",
1023
1023
  fontStyle: ""
1024
1024
  }
1025
1025
  },
1026
1026
  {
1027
1027
  scope: ["punctuation.definition.annotation", "storage.type.annotation"],
1028
1028
  settings: {
1029
- foreground: "#EDD5A6"
1029
+ foreground: "var(--syntax-number)"
1030
1030
  }
1031
1031
  },
1032
1032
  {
1033
1033
  scope: "constant.other.enum.java",
1034
1034
  settings: {
1035
- foreground: "#A7E0C8"
1035
+ foreground: "var(--syntax-operator)"
1036
1036
  }
1037
1037
  },
1038
1038
  {
1039
1039
  scope: "storage.modifier.import.java",
1040
1040
  settings: {
1041
- foreground: "#E7E7E8"
1041
+ foreground: "var(--syntax-fg)"
1042
1042
  }
1043
1043
  },
1044
1044
  {
@@ -1050,7 +1050,7 @@ var oxide_dark_default = {
1050
1050
  {
1051
1051
  scope: "meta.export variable.other.readwrite.js",
1052
1052
  settings: {
1053
- foreground: "#F39EAE"
1053
+ foreground: "var(--syntax-parameter)"
1054
1054
  }
1055
1055
  },
1056
1056
  {
@@ -1061,13 +1061,13 @@ var oxide_dark_default = {
1061
1061
  "variable.other.property.ts"
1062
1062
  ],
1063
1063
  settings: {
1064
- foreground: "#E7E7E8"
1064
+ foreground: "var(--syntax-fg)"
1065
1065
  }
1066
1066
  },
1067
1067
  {
1068
1068
  scope: ["variable.other.jsdoc", "comment.block.documentation variable.other"],
1069
1069
  settings: {
1070
- foreground: "#F39EAE",
1070
+ foreground: "var(--syntax-parameter)",
1071
1071
  fontStyle: ""
1072
1072
  }
1073
1073
  },
@@ -1080,19 +1080,19 @@ var oxide_dark_default = {
1080
1080
  {
1081
1081
  scope: "support.type.object.console.js",
1082
1082
  settings: {
1083
- foreground: "#E7E7E8"
1083
+ foreground: "var(--syntax-fg)"
1084
1084
  }
1085
1085
  },
1086
1086
  {
1087
1087
  scope: ["support.constant.node", "support.type.object.module.js"],
1088
1088
  settings: {
1089
- foreground: "#C6A5EA"
1089
+ foreground: "var(--syntax-keyword)"
1090
1090
  }
1091
1091
  },
1092
1092
  {
1093
1093
  scope: "storage.modifier.implements",
1094
1094
  settings: {
1095
- foreground: "#C6A5EA"
1095
+ foreground: "var(--syntax-keyword)"
1096
1096
  }
1097
1097
  },
1098
1098
  {
@@ -1104,25 +1104,25 @@ var oxide_dark_default = {
1104
1104
  "support.type.builtin.ts"
1105
1105
  ],
1106
1106
  settings: {
1107
- foreground: "#C6A5EA"
1107
+ foreground: "var(--syntax-keyword)"
1108
1108
  }
1109
1109
  },
1110
1110
  {
1111
1111
  scope: "variable.parameter.generic",
1112
1112
  settings: {
1113
- foreground: "#EDD5A6"
1113
+ foreground: "var(--syntax-number)"
1114
1114
  }
1115
1115
  },
1116
1116
  {
1117
1117
  scope: ["keyword.declaration.function.arrow.js", "storage.type.function.arrow.ts"],
1118
1118
  settings: {
1119
- foreground: "#A7E0C8"
1119
+ foreground: "var(--syntax-operator)"
1120
1120
  }
1121
1121
  },
1122
1122
  {
1123
1123
  scope: "punctuation.decorator.ts",
1124
1124
  settings: {
1125
- foreground: "#9DAFFA"
1125
+ foreground: "var(--syntax-function)"
1126
1126
  }
1127
1127
  },
1128
1128
  {
@@ -1139,49 +1139,49 @@ var oxide_dark_default = {
1139
1139
  "keyword.operator.expression.typeof.ts"
1140
1140
  ],
1141
1141
  settings: {
1142
- foreground: "#C6A5EA"
1142
+ foreground: "var(--syntax-keyword)"
1143
1143
  }
1144
1144
  },
1145
1145
  {
1146
1146
  scope: "support.function.macro.julia",
1147
1147
  settings: {
1148
- foreground: "#A7E0C8"
1148
+ foreground: "var(--syntax-operator)"
1149
1149
  }
1150
1150
  },
1151
1151
  {
1152
1152
  scope: "constant.language.julia",
1153
1153
  settings: {
1154
- foreground: "#EDD5A6"
1154
+ foreground: "var(--syntax-number)"
1155
1155
  }
1156
1156
  },
1157
1157
  {
1158
1158
  scope: "constant.other.symbol.julia",
1159
1159
  settings: {
1160
- foreground: "#F39EAE"
1160
+ foreground: "var(--syntax-parameter)"
1161
1161
  }
1162
1162
  },
1163
1163
  {
1164
1164
  scope: "text.tex keyword.control.preamble",
1165
1165
  settings: {
1166
- foreground: "#A7E0C8"
1166
+ foreground: "var(--syntax-operator)"
1167
1167
  }
1168
1168
  },
1169
1169
  {
1170
1170
  scope: "text.tex support.function.be",
1171
1171
  settings: {
1172
- foreground: "#9DAFFA"
1172
+ foreground: "var(--syntax-function)"
1173
1173
  }
1174
1174
  },
1175
1175
  {
1176
1176
  scope: "constant.other.general.math.tex",
1177
1177
  settings: {
1178
- foreground: "#F2CDCD"
1178
+ foreground: "var(--syntax-string-alias)"
1179
1179
  }
1180
1180
  },
1181
1181
  {
1182
1182
  scope: "comment.line.double-dash.documentation.lua storage.type.annotation.lua",
1183
1183
  settings: {
1184
- foreground: "#C6A5EA",
1184
+ foreground: "var(--syntax-keyword)",
1185
1185
  fontStyle: ""
1186
1186
  }
1187
1187
  },
@@ -1191,7 +1191,7 @@ var oxide_dark_default = {
1191
1191
  "comment.line.double-dash.documentation.lua variable.lua"
1192
1192
  ],
1193
1193
  settings: {
1194
- foreground: "#E7E7E8"
1194
+ foreground: "var(--syntax-fg)"
1195
1195
  }
1196
1196
  },
1197
1197
  {
@@ -1206,7 +1206,7 @@ var oxide_dark_default = {
1206
1206
  "markup.heading.heading-0.asciidoc"
1207
1207
  ],
1208
1208
  settings: {
1209
- foreground: "#F7869B"
1209
+ foreground: "var(--syntax-builtin)"
1210
1210
  }
1211
1211
  },
1212
1212
  {
@@ -1221,7 +1221,7 @@ var oxide_dark_default = {
1221
1221
  "markup.heading.heading-1.asciidoc"
1222
1222
  ],
1223
1223
  settings: {
1224
- foreground: "#EDD5A6"
1224
+ foreground: "var(--syntax-number)"
1225
1225
  }
1226
1226
  },
1227
1227
  {
@@ -1235,7 +1235,7 @@ var oxide_dark_default = {
1235
1235
  "markup.heading.heading-2.asciidoc"
1236
1236
  ],
1237
1237
  settings: {
1238
- foreground: "#EDD5A6"
1238
+ foreground: "var(--syntax-number)"
1239
1239
  }
1240
1240
  },
1241
1241
  {
@@ -1249,7 +1249,7 @@ var oxide_dark_default = {
1249
1249
  "markup.heading.heading-3.asciidoc"
1250
1250
  ],
1251
1251
  settings: {
1252
- foreground: "#88DCB7"
1252
+ foreground: "var(--syntax-operator)"
1253
1253
  }
1254
1254
  },
1255
1255
  {
@@ -1263,7 +1263,7 @@ var oxide_dark_default = {
1263
1263
  "markup.heading.heading-4.asciidoc"
1264
1264
  ],
1265
1265
  settings: {
1266
- foreground: "#9DAFFA"
1266
+ foreground: "var(--syntax-function)"
1267
1267
  }
1268
1268
  },
1269
1269
  {
@@ -1277,33 +1277,33 @@ var oxide_dark_default = {
1277
1277
  "markup.heading.heading-5.asciidoc"
1278
1278
  ],
1279
1279
  settings: {
1280
- foreground: "#C6A5EA"
1280
+ foreground: "var(--syntax-keyword)"
1281
1281
  }
1282
1282
  },
1283
1283
  {
1284
1284
  scope: "markup.bold",
1285
1285
  settings: {
1286
- foreground: "#F7869B",
1286
+ foreground: "var(--syntax-builtin)",
1287
1287
  fontStyle: "bold"
1288
1288
  }
1289
1289
  },
1290
1290
  {
1291
1291
  scope: "markup.italic",
1292
1292
  settings: {
1293
- foreground: "#F7869B"
1293
+ foreground: "var(--syntax-builtin)"
1294
1294
  }
1295
1295
  },
1296
1296
  {
1297
1297
  scope: "markup.strikethrough",
1298
1298
  settings: {
1299
- foreground: "#A6ADC8",
1299
+ foreground: "var(--syntax-comment)",
1300
1300
  fontStyle: "strikethrough"
1301
1301
  }
1302
1302
  },
1303
1303
  {
1304
1304
  scope: ["punctuation.definition.link", "markup.underline.link"],
1305
1305
  settings: {
1306
- foreground: "#9DAFFA"
1306
+ foreground: "var(--syntax-function)"
1307
1307
  }
1308
1308
  },
1309
1309
  {
@@ -1320,7 +1320,7 @@ var oxide_dark_default = {
1320
1320
  "markup.substitution.attribute-reference"
1321
1321
  ],
1322
1322
  settings: {
1323
- foreground: "#B4BEFE"
1323
+ foreground: "var(--syntax-blue-pale)"
1324
1324
  }
1325
1325
  },
1326
1326
  {
@@ -1333,13 +1333,13 @@ var oxide_dark_default = {
1333
1333
  "markup.raw.block.quarto"
1334
1334
  ],
1335
1335
  settings: {
1336
- foreground: "#88DCB7"
1336
+ foreground: "var(--syntax-operator)"
1337
1337
  }
1338
1338
  },
1339
1339
  {
1340
1340
  scope: "fenced_code.block.language",
1341
1341
  settings: {
1342
- foreground: "#9DAFFA"
1342
+ foreground: "var(--syntax-function)"
1343
1343
  }
1344
1344
  },
1345
1345
  {
@@ -1348,19 +1348,19 @@ var oxide_dark_default = {
1348
1348
  "markup.raw support.asciidoc"
1349
1349
  ],
1350
1350
  settings: {
1351
- foreground: "#A1A4A5"
1351
+ foreground: "var(--syntax-comment)"
1352
1352
  }
1353
1353
  },
1354
1354
  {
1355
1355
  scope: ["markup.quote", "punctuation.definition.quote.begin"],
1356
1356
  settings: {
1357
- foreground: "#EFB7C2"
1357
+ foreground: "var(--syntax-escape)"
1358
1358
  }
1359
1359
  },
1360
1360
  {
1361
1361
  scope: "meta.separator.markdown",
1362
1362
  settings: {
1363
- foreground: "#A7E0C8"
1363
+ foreground: "var(--syntax-operator)"
1364
1364
  }
1365
1365
  },
1366
1366
  {
@@ -1370,7 +1370,7 @@ var oxide_dark_default = {
1370
1370
  "markup.list.bullet"
1371
1371
  ],
1372
1372
  settings: {
1373
- foreground: "#A7E0C8"
1373
+ foreground: "var(--syntax-operator)"
1374
1374
  }
1375
1375
  },
1376
1376
  {
@@ -1385,52 +1385,52 @@ var oxide_dark_default = {
1385
1385
  "entity.other.attribute-name.single.nix"
1386
1386
  ],
1387
1387
  settings: {
1388
- foreground: "#9DAFFA"
1388
+ foreground: "var(--syntax-function)"
1389
1389
  }
1390
1390
  },
1391
1391
  {
1392
1392
  scope: "variable.parameter.name.nix",
1393
1393
  settings: {
1394
- foreground: "#E7E7E8",
1394
+ foreground: "var(--syntax-fg)",
1395
1395
  fontStyle: ""
1396
1396
  }
1397
1397
  },
1398
1398
  {
1399
1399
  scope: "meta.embedded variable.parameter.name.nix",
1400
1400
  settings: {
1401
- foreground: "#B4BEFE",
1401
+ foreground: "var(--syntax-blue-pale)",
1402
1402
  fontStyle: ""
1403
1403
  }
1404
1404
  },
1405
1405
  {
1406
1406
  scope: "string.unquoted.path.nix",
1407
1407
  settings: {
1408
- foreground: "#EFB7C2",
1408
+ foreground: "var(--syntax-escape)",
1409
1409
  fontStyle: ""
1410
1410
  }
1411
1411
  },
1412
1412
  {
1413
1413
  scope: ["support.attribute.builtin", "meta.attribute.php"],
1414
1414
  settings: {
1415
- foreground: "#EDD5A6"
1415
+ foreground: "var(--syntax-number)"
1416
1416
  }
1417
1417
  },
1418
1418
  {
1419
1419
  scope: "meta.function.parameters.php punctuation.definition.variable.php",
1420
1420
  settings: {
1421
- foreground: "#F39EAE"
1421
+ foreground: "var(--syntax-parameter)"
1422
1422
  }
1423
1423
  },
1424
1424
  {
1425
1425
  scope: "constant.language.php",
1426
1426
  settings: {
1427
- foreground: "#C6A5EA"
1427
+ foreground: "var(--syntax-keyword)"
1428
1428
  }
1429
1429
  },
1430
1430
  {
1431
1431
  scope: "text.html.php support.function",
1432
1432
  settings: {
1433
- foreground: "#9DAFFA"
1433
+ foreground: "var(--syntax-function)"
1434
1434
  }
1435
1435
  },
1436
1436
  {
@@ -1442,13 +1442,13 @@ var oxide_dark_default = {
1442
1442
  {
1443
1443
  scope: ["support.variable.magic.python", "meta.function-call.arguments.python"],
1444
1444
  settings: {
1445
- foreground: "#E7E7E8"
1445
+ foreground: "var(--syntax-fg)"
1446
1446
  }
1447
1447
  },
1448
1448
  {
1449
1449
  scope: ["support.function.magic.python"],
1450
1450
  settings: {
1451
- foreground: "#9DAFFA"
1451
+ foreground: "var(--syntax-function)"
1452
1452
  }
1453
1453
  },
1454
1454
  {
@@ -1457,19 +1457,19 @@ var oxide_dark_default = {
1457
1457
  "variable.language.special.self.python"
1458
1458
  ],
1459
1459
  settings: {
1460
- foreground: "#F7869B"
1460
+ foreground: "var(--syntax-builtin)"
1461
1461
  }
1462
1462
  },
1463
1463
  {
1464
1464
  scope: ["keyword.control.flow.python", "keyword.operator.logical.python"],
1465
1465
  settings: {
1466
- foreground: "#C6A5EA"
1466
+ foreground: "var(--syntax-keyword)"
1467
1467
  }
1468
1468
  },
1469
1469
  {
1470
1470
  scope: "storage.type.function.python",
1471
1471
  settings: {
1472
- foreground: "#C6A5EA"
1472
+ foreground: "var(--syntax-keyword)"
1473
1473
  }
1474
1474
  },
1475
1475
  {
@@ -1478,13 +1478,13 @@ var oxide_dark_default = {
1478
1478
  "meta.function.decorator.identifier.python"
1479
1479
  ],
1480
1480
  settings: {
1481
- foreground: "#9DAFFA"
1481
+ foreground: "var(--syntax-function)"
1482
1482
  }
1483
1483
  },
1484
1484
  {
1485
1485
  scope: ["meta.function-call.python"],
1486
1486
  settings: {
1487
- foreground: "#9DAFFA"
1487
+ foreground: "var(--syntax-function)"
1488
1488
  }
1489
1489
  },
1490
1490
  {
@@ -1493,43 +1493,43 @@ var oxide_dark_default = {
1493
1493
  "punctuation.definition.decorator.python"
1494
1494
  ],
1495
1495
  settings: {
1496
- foreground: "#EDD5A6"
1496
+ foreground: "var(--syntax-number)"
1497
1497
  }
1498
1498
  },
1499
1499
  {
1500
1500
  scope: "constant.character.format.placeholder.other.python",
1501
1501
  settings: {
1502
- foreground: "#EFB7C2"
1502
+ foreground: "var(--syntax-escape)"
1503
1503
  }
1504
1504
  },
1505
1505
  {
1506
1506
  scope: ["support.type.exception.python", "support.function.builtin.python"],
1507
1507
  settings: {
1508
- foreground: "#EDD5A6"
1508
+ foreground: "var(--syntax-number)"
1509
1509
  }
1510
1510
  },
1511
1511
  {
1512
1512
  scope: ["support.type.python"],
1513
1513
  settings: {
1514
- foreground: "#EDD5A6"
1514
+ foreground: "var(--syntax-number)"
1515
1515
  }
1516
1516
  },
1517
1517
  {
1518
1518
  scope: "constant.language.python",
1519
1519
  settings: {
1520
- foreground: "#C6A5EA"
1520
+ foreground: "var(--syntax-keyword)"
1521
1521
  }
1522
1522
  },
1523
1523
  {
1524
1524
  scope: ["meta.indexed-name.python", "meta.item-access.python"],
1525
1525
  settings: {
1526
- foreground: "#F39EAE"
1526
+ foreground: "var(--syntax-parameter)"
1527
1527
  }
1528
1528
  },
1529
1529
  {
1530
1530
  scope: "storage.type.string.python",
1531
1531
  settings: {
1532
- foreground: "#88DCB7"
1532
+ foreground: "var(--syntax-operator)"
1533
1533
  }
1534
1534
  },
1535
1535
  {
@@ -1544,19 +1544,19 @@ var oxide_dark_default = {
1544
1544
  "string.regexp punctuation.definition.string.end"
1545
1545
  ],
1546
1546
  settings: {
1547
- foreground: "#EFB7C2"
1547
+ foreground: "var(--syntax-escape)"
1548
1548
  }
1549
1549
  },
1550
1550
  {
1551
1551
  scope: "keyword.control.anchor.regexp",
1552
1552
  settings: {
1553
- foreground: "#C6A5EA"
1553
+ foreground: "var(--syntax-keyword)"
1554
1554
  }
1555
1555
  },
1556
1556
  {
1557
1557
  scope: "string.regexp.ts",
1558
1558
  settings: {
1559
- foreground: "#E7E7E8"
1559
+ foreground: "var(--syntax-fg)"
1560
1560
  }
1561
1561
  },
1562
1562
  {
@@ -1565,37 +1565,37 @@ var oxide_dark_default = {
1565
1565
  "keyword.other.back-reference.regexp"
1566
1566
  ],
1567
1567
  settings: {
1568
- foreground: "#88DCB7"
1568
+ foreground: "var(--syntax-operator)"
1569
1569
  }
1570
1570
  },
1571
1571
  {
1572
1572
  scope: "punctuation.definition.character-class.regexp",
1573
1573
  settings: {
1574
- foreground: "#EDD5A6"
1574
+ foreground: "var(--syntax-number)"
1575
1575
  }
1576
1576
  },
1577
1577
  {
1578
1578
  scope: "constant.other.character-class.regexp",
1579
1579
  settings: {
1580
- foreground: "#EFB7C2"
1580
+ foreground: "var(--syntax-escape)"
1581
1581
  }
1582
1582
  },
1583
1583
  {
1584
1584
  scope: "constant.other.character-class.range.regexp",
1585
1585
  settings: {
1586
- foreground: "#F5E0DC"
1586
+ foreground: "var(--syntax-rose)"
1587
1587
  }
1588
1588
  },
1589
1589
  {
1590
1590
  scope: "keyword.operator.quantifier.regexp",
1591
1591
  settings: {
1592
- foreground: "#A7E0C8"
1592
+ foreground: "var(--syntax-operator)"
1593
1593
  }
1594
1594
  },
1595
1595
  {
1596
1596
  scope: "constant.character.numeric.regexp",
1597
1597
  settings: {
1598
- foreground: "#EDD5A6"
1598
+ foreground: "var(--syntax-number)"
1599
1599
  }
1600
1600
  },
1601
1601
  {
@@ -1605,7 +1605,7 @@ var oxide_dark_default = {
1605
1605
  "meta.assertion.negative-look-ahead.regexp"
1606
1606
  ],
1607
1607
  settings: {
1608
- foreground: "#9DAFFA"
1608
+ foreground: "var(--syntax-function)"
1609
1609
  }
1610
1610
  },
1611
1611
  {
@@ -1616,7 +1616,7 @@ var oxide_dark_default = {
1616
1616
  "punctuation.definition.attribute.rust"
1617
1617
  ],
1618
1618
  settings: {
1619
- foreground: "#EDD5A6"
1619
+ foreground: "var(--syntax-number)"
1620
1620
  }
1621
1621
  },
1622
1622
  {
@@ -1643,57 +1643,57 @@ var oxide_dark_default = {
1643
1643
  "storage.type.type.rust"
1644
1644
  ],
1645
1645
  settings: {
1646
- foreground: "#C6A5EA",
1646
+ foreground: "var(--syntax-keyword)",
1647
1647
  fontStyle: ""
1648
1648
  }
1649
1649
  },
1650
1650
  {
1651
1651
  scope: "entity.name.type.numeric.rust",
1652
1652
  settings: {
1653
- foreground: "#C6A5EA",
1653
+ foreground: "var(--syntax-keyword)",
1654
1654
  fontStyle: ""
1655
1655
  }
1656
1656
  },
1657
1657
  {
1658
1658
  scope: "meta.generic.rust",
1659
1659
  settings: {
1660
- foreground: "#EDD5A6"
1660
+ foreground: "var(--syntax-number)"
1661
1661
  }
1662
1662
  },
1663
1663
  {
1664
1664
  scope: "entity.name.impl.rust",
1665
1665
  settings: {
1666
- foreground: "#EDD5A6"
1666
+ foreground: "var(--syntax-number)"
1667
1667
  }
1668
1668
  },
1669
1669
  {
1670
1670
  scope: "entity.name.module.rust",
1671
1671
  settings: {
1672
- foreground: "#EDD5A6"
1672
+ foreground: "var(--syntax-number)"
1673
1673
  }
1674
1674
  },
1675
1675
  {
1676
1676
  scope: "entity.name.trait.rust",
1677
1677
  settings: {
1678
- foreground: "#EDD5A6"
1678
+ foreground: "var(--syntax-number)"
1679
1679
  }
1680
1680
  },
1681
1681
  {
1682
1682
  scope: "storage.type.source.rust",
1683
1683
  settings: {
1684
- foreground: "#EDD5A6"
1684
+ foreground: "var(--syntax-number)"
1685
1685
  }
1686
1686
  },
1687
1687
  {
1688
1688
  scope: "entity.name.union.rust",
1689
1689
  settings: {
1690
- foreground: "#EDD5A6"
1690
+ foreground: "var(--syntax-number)"
1691
1691
  }
1692
1692
  },
1693
1693
  {
1694
1694
  scope: "meta.enum.rust storage.type.source.rust",
1695
1695
  settings: {
1696
- foreground: "#A7E0C8"
1696
+ foreground: "var(--syntax-operator)"
1697
1697
  }
1698
1698
  },
1699
1699
  {
@@ -1703,61 +1703,61 @@ var oxide_dark_default = {
1703
1703
  "entity.name.function.macro.rust"
1704
1704
  ],
1705
1705
  settings: {
1706
- foreground: "#9DAFFA"
1706
+ foreground: "var(--syntax-function)"
1707
1707
  }
1708
1708
  },
1709
1709
  {
1710
1710
  scope: ["storage.modifier.lifetime.rust", "entity.name.type.lifetime"],
1711
1711
  settings: {
1712
- foreground: "#9DAFFA"
1712
+ foreground: "var(--syntax-function)"
1713
1713
  }
1714
1714
  },
1715
1715
  {
1716
1716
  scope: "string.quoted.double.rust constant.other.placeholder.rust",
1717
1717
  settings: {
1718
- foreground: "#EFB7C2"
1718
+ foreground: "var(--syntax-escape)"
1719
1719
  }
1720
1720
  },
1721
1721
  {
1722
1722
  scope: "meta.function.return-type.rust meta.generic.rust storage.type.rust",
1723
1723
  settings: {
1724
- foreground: "#E7E7E8"
1724
+ foreground: "var(--syntax-fg)"
1725
1725
  }
1726
1726
  },
1727
1727
  {
1728
1728
  scope: "meta.function.call.rust",
1729
1729
  settings: {
1730
- foreground: "#9DAFFA"
1730
+ foreground: "var(--syntax-function)"
1731
1731
  }
1732
1732
  },
1733
1733
  {
1734
1734
  scope: "punctuation.brackets.angle.rust",
1735
1735
  settings: {
1736
- foreground: "#9DAFFA"
1736
+ foreground: "var(--syntax-function)"
1737
1737
  }
1738
1738
  },
1739
1739
  {
1740
1740
  scope: "constant.other.caps.rust",
1741
1741
  settings: {
1742
- foreground: "#EDD5A6"
1742
+ foreground: "var(--syntax-number)"
1743
1743
  }
1744
1744
  },
1745
1745
  {
1746
1746
  scope: ["meta.function.definition.rust variable.other.rust"],
1747
1747
  settings: {
1748
- foreground: "#F39EAE"
1748
+ foreground: "var(--syntax-parameter)"
1749
1749
  }
1750
1750
  },
1751
1751
  {
1752
1752
  scope: "meta.function.call.rust variable.other.rust",
1753
1753
  settings: {
1754
- foreground: "#E7E7E8"
1754
+ foreground: "var(--syntax-fg)"
1755
1755
  }
1756
1756
  },
1757
1757
  {
1758
1758
  scope: "variable.language.self.rust",
1759
1759
  settings: {
1760
- foreground: "#F7869B"
1760
+ foreground: "var(--syntax-builtin)"
1761
1761
  }
1762
1762
  },
1763
1763
  {
@@ -1766,7 +1766,7 @@ var oxide_dark_default = {
1766
1766
  "meta.macro.metavariable.rust keyword.operator.macro.dollar.rust"
1767
1767
  ],
1768
1768
  settings: {
1769
- foreground: "#EFB7C2"
1769
+ foreground: "var(--syntax-escape)"
1770
1770
  }
1771
1771
  },
1772
1772
  {
@@ -1778,13 +1778,13 @@ var oxide_dark_default = {
1778
1778
  "meta.shebang.shell"
1779
1779
  ],
1780
1780
  settings: {
1781
- foreground: "#EFB7C2"
1781
+ foreground: "var(--syntax-escape)"
1782
1782
  }
1783
1783
  },
1784
1784
  {
1785
1785
  scope: "comment.line.shebang constant.language",
1786
1786
  settings: {
1787
- foreground: "#A7E0C8"
1787
+ foreground: "var(--syntax-operator)"
1788
1788
  }
1789
1789
  },
1790
1790
  {
@@ -1795,13 +1795,13 @@ var oxide_dark_default = {
1795
1795
  "meta.function-call.arguments.shell punctuation.section.interpolation"
1796
1796
  ],
1797
1797
  settings: {
1798
- foreground: "#F7869B"
1798
+ foreground: "var(--syntax-builtin)"
1799
1799
  }
1800
1800
  },
1801
1801
  {
1802
1802
  scope: "meta.string meta.interpolation.parameter.shell variable.other.readwrite",
1803
1803
  settings: {
1804
- foreground: "#EDD5A6"
1804
+ foreground: "var(--syntax-number)"
1805
1805
  }
1806
1806
  },
1807
1807
  {
@@ -1810,43 +1810,43 @@ var oxide_dark_default = {
1810
1810
  "punctuation.definition.evaluation.backticks.shell"
1811
1811
  ],
1812
1812
  settings: {
1813
- foreground: "#A7E0C8"
1813
+ foreground: "var(--syntax-operator)"
1814
1814
  }
1815
1815
  },
1816
1816
  {
1817
1817
  scope: "entity.name.tag.heredoc.shell",
1818
1818
  settings: {
1819
- foreground: "#C6A5EA"
1819
+ foreground: "var(--syntax-keyword)"
1820
1820
  }
1821
1821
  },
1822
1822
  {
1823
1823
  scope: "string.quoted.double.shell variable.other.normal.shell",
1824
1824
  settings: {
1825
- foreground: "#E7E7E8"
1825
+ foreground: "var(--syntax-fg)"
1826
1826
  }
1827
1827
  },
1828
1828
  {
1829
1829
  scope: "token.info-token",
1830
1830
  settings: {
1831
- foreground: "#8BA1FF"
1831
+ foreground: "var(--syntax-blue)"
1832
1832
  }
1833
1833
  },
1834
1834
  {
1835
1835
  scope: "token.warn-token",
1836
1836
  settings: {
1837
- foreground: "#F5B944"
1837
+ foreground: "var(--syntax-amber)"
1838
1838
  }
1839
1839
  },
1840
1840
  {
1841
1841
  scope: "token.error-token",
1842
1842
  settings: {
1843
- foreground: "#FB6E88"
1843
+ foreground: "var(--syntax-builtin)"
1844
1844
  }
1845
1845
  },
1846
1846
  {
1847
1847
  scope: "token.debug-token",
1848
1848
  settings: {
1849
- foreground: "#BE95EB"
1849
+ foreground: "var(--syntax-purple)"
1850
1850
  }
1851
1851
  }
1852
1852
  ]
@@ -1863,7 +1863,7 @@ async function getOrCreateHighlighter() {
1863
1863
  ...oxql_tmLanguage_default
1864
1864
  });
1865
1865
  highlighter = await createHighlighter({
1866
- themes: [oxide_dark_default],
1866
+ themes: [oxide_syntax_default],
1867
1867
  langs
1868
1868
  });
1869
1869
  }
@@ -1901,7 +1901,7 @@ var highlight = async (block) => {
1901
1901
  }
1902
1902
  const highlightedContent = h.codeToHtml(placeholderContent, {
1903
1903
  lang,
1904
- theme: oxide_dark_default,
1904
+ theme: oxide_syntax_default,
1905
1905
  structure: "inline"
1906
1906
  });
1907
1907
  const restoredContent = highlightedContent.replace(