Skip to content

Commit d924267

Browse files
committed
upgrade deps && docs
1 parent 20a2f6c commit d924267

File tree

11 files changed

+67
-29
lines changed

11 files changed

+67
-29
lines changed

docs/assets/highlight.css

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
--dark-hl-1: #D4D4D4;
66
--light-hl-2: #A31515;
77
--dark-hl-2: #CE9178;
8-
--light-hl-3: #008000;
9-
--dark-hl-3: #6A9955;
10-
--light-hl-4: #001080;
11-
--dark-hl-4: #9CDCFE;
12-
--light-hl-5: #AF00DB;
13-
--dark-hl-5: #C586C0;
8+
--light-hl-3: #001080;
9+
--dark-hl-3: #9CDCFE;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #0070C1;
13+
--dark-hl-5: #4FC1FF;
14+
--light-hl-6: #267F99;
15+
--dark-hl-6: #4EC9B0;
16+
--light-hl-7: #098658;
17+
--dark-hl-7: #B5CEA8;
1418
--light-code-background: #FFFFFF;
1519
--dark-code-background: #1E1E1E;
1620
}
@@ -22,6 +26,8 @@
2226
--hl-3: var(--light-hl-3);
2327
--hl-4: var(--light-hl-4);
2428
--hl-5: var(--light-hl-5);
29+
--hl-6: var(--light-hl-6);
30+
--hl-7: var(--light-hl-7);
2531
--code-background: var(--light-code-background);
2632
} }
2733

@@ -32,6 +38,8 @@
3238
--hl-3: var(--dark-hl-3);
3339
--hl-4: var(--dark-hl-4);
3440
--hl-5: var(--dark-hl-5);
41+
--hl-6: var(--dark-hl-6);
42+
--hl-7: var(--dark-hl-7);
3543
--code-background: var(--dark-code-background);
3644
} }
3745

@@ -42,6 +50,8 @@
4250
--hl-3: var(--light-hl-3);
4351
--hl-4: var(--light-hl-4);
4452
--hl-5: var(--light-hl-5);
53+
--hl-6: var(--light-hl-6);
54+
--hl-7: var(--light-hl-7);
4555
--code-background: var(--light-code-background);
4656
}
4757

@@ -52,6 +62,8 @@
5262
--hl-3: var(--dark-hl-3);
5363
--hl-4: var(--dark-hl-4);
5464
--hl-5: var(--dark-hl-5);
65+
--hl-6: var(--dark-hl-6);
66+
--hl-7: var(--dark-hl-7);
5567
--code-background: var(--dark-code-background);
5668
}
5769

@@ -61,4 +73,6 @@
6173
.hl-3 { color: var(--hl-3); }
6274
.hl-4 { color: var(--hl-4); }
6375
.hl-5 { color: var(--hl-5); }
76+
.hl-6 { color: var(--hl-6); }
77+
.hl-7 { color: var(--hl-7); }
6478
pre, code { background: var(--code-background); }

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/functions/client_star_me_star_me.StarMe.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/functions/default.html

Lines changed: 7 additions & 0 deletions
Large diffs are not rendered by default.

docs/functions/server_fork_me_fork_me.ForkMe.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/index.html

Lines changed: 36 additions & 10 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

docs/modules/client_star_me_star_me.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/modules/declaration.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)