Skip to content

Commit 0c0592a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 93fb92c + 83f7e5e commit 0c0592a

26 files changed

+3187
-2583
lines changed

Diff for: docs/assets/hierarchy.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/assets/highlight.css

+16-44
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,22 @@
33
--dark-hl-0: #9CDCFE;
44
--light-hl-1: #000000;
55
--dark-hl-1: #D4D4D4;
6-
--light-hl-2: #800000;
7-
--dark-hl-2: #808080;
8-
--light-hl-3: #800000;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #E50000;
11-
--dark-hl-4: #9CDCFE;
12-
--light-hl-5: #0000FF;
13-
--dark-hl-5: #CE9178;
14-
--light-hl-6: #AF00DB;
15-
--dark-hl-6: #C586C0;
16-
--light-hl-7: #A31515;
17-
--dark-hl-7: #CE9178;
18-
--light-hl-8: #0000FF;
19-
--dark-hl-8: #569CD6;
20-
--light-hl-9: #267F99;
21-
--dark-hl-9: #4EC9B0;
22-
--light-hl-10: #795E26;
23-
--dark-hl-10: #DCDCAA;
24-
--light-hl-11: #008000;
25-
--dark-hl-11: #6A9955;
26-
--light-hl-12: #0070C1;
27-
--dark-hl-12: #4FC1FF;
28-
--light-hl-13: #000000;
29-
--dark-hl-13: #C8C8C8;
6+
--light-hl-2: #AF00DB;
7+
--dark-hl-2: #C586C0;
8+
--light-hl-3: #A31515;
9+
--dark-hl-3: #CE9178;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #267F99;
13+
--dark-hl-5: #4EC9B0;
14+
--light-hl-6: #795E26;
15+
--dark-hl-6: #DCDCAA;
16+
--light-hl-7: #008000;
17+
--dark-hl-7: #6A9955;
18+
--light-hl-8: #0070C1;
19+
--dark-hl-8: #4FC1FF;
20+
--light-hl-9: #000000;
21+
--dark-hl-9: #C8C8C8;
3022
--light-code-background: #FFFFFF;
3123
--dark-code-background: #1E1E1E;
3224
}
@@ -42,10 +34,6 @@
4234
--hl-7: var(--light-hl-7);
4335
--hl-8: var(--light-hl-8);
4436
--hl-9: var(--light-hl-9);
45-
--hl-10: var(--light-hl-10);
46-
--hl-11: var(--light-hl-11);
47-
--hl-12: var(--light-hl-12);
48-
--hl-13: var(--light-hl-13);
4937
--code-background: var(--light-code-background);
5038
} }
5139

@@ -60,10 +48,6 @@
6048
--hl-7: var(--dark-hl-7);
6149
--hl-8: var(--dark-hl-8);
6250
--hl-9: var(--dark-hl-9);
63-
--hl-10: var(--dark-hl-10);
64-
--hl-11: var(--dark-hl-11);
65-
--hl-12: var(--dark-hl-12);
66-
--hl-13: var(--dark-hl-13);
6751
--code-background: var(--dark-code-background);
6852
} }
6953

@@ -78,10 +62,6 @@
7862
--hl-7: var(--light-hl-7);
7963
--hl-8: var(--light-hl-8);
8064
--hl-9: var(--light-hl-9);
81-
--hl-10: var(--light-hl-10);
82-
--hl-11: var(--light-hl-11);
83-
--hl-12: var(--light-hl-12);
84-
--hl-13: var(--light-hl-13);
8565
--code-background: var(--light-code-background);
8666
}
8767

@@ -96,10 +76,6 @@
9676
--hl-7: var(--dark-hl-7);
9777
--hl-8: var(--dark-hl-8);
9878
--hl-9: var(--dark-hl-9);
99-
--hl-10: var(--dark-hl-10);
100-
--hl-11: var(--dark-hl-11);
101-
--hl-12: var(--dark-hl-12);
102-
--hl-13: var(--dark-hl-13);
10379
--code-background: var(--dark-code-background);
10480
}
10581

@@ -113,8 +89,4 @@
11389
.hl-7 { color: var(--hl-7); }
11490
.hl-8 { color: var(--hl-8); }
11591
.hl-9 { color: var(--hl-9); }
116-
.hl-10 { color: var(--hl-10); }
117-
.hl-11 { color: var(--hl-11); }
118-
.hl-12 { color: var(--hl-12); }
119-
.hl-13 { color: var(--hl-13); }
12092
pre, code { background: var(--code-background); }

Diff for: docs/assets/icons.js

+17-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/assets/icons.svg

+1-1
Loading

Diff for: docs/assets/main.js

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/assets/navigation.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)