Skip to content

Commit f181868

Browse files
committed
Regenerate CSS
1 parent d1cbc6c commit f181868

15 files changed

Lines changed: 371 additions & 372 deletions

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
"generate-css": "node --conditions development script/css.js",
112112
"generate-crawl": "gem install github-linguist --install-dir gems",
113113
"generate-list": "node --conditions development script/list.js",
114-
"generate#": "to do: add ` && npm run generate-css` back",
115-
"generate": "npm run generate-build && npm run generate-list",
114+
"generate": "npm run generate-build && npm run generate-list && npm run generate-css",
116115
"prepack": "npm run build && npm run format",
117116
"format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
118117
"test": "npm run generate && npm run build && npm run format && npm run test-coverage",

style/both.css

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,70 @@
22
* It’s based on what GitHub uses on their site.
33
* See <https://github.com/wooorm/starry-night> for more info. */
44
:root {
5+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
6+
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
7+
--color-prettylights-syntax-carriage-return-bg: #cf222e;
8+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
59
--color-prettylights-syntax-comment: #59636e;
610
--color-prettylights-syntax-constant: #0550ae;
711
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
812
--color-prettylights-syntax-entity: #6639ba;
9-
--color-prettylights-syntax-storage-modifier-import: #1f2328;
1013
--color-prettylights-syntax-entity-tag: #0550ae;
11-
--color-prettylights-syntax-keyword: #cf222e;
12-
--color-prettylights-syntax-string: #0a3069;
13-
--color-prettylights-syntax-variable: #953800;
14-
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
15-
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
16-
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
1714
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
18-
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
19-
--color-prettylights-syntax-carriage-return-bg: #cf222e;
20-
--color-prettylights-syntax-string-regexp: #116329;
21-
--color-prettylights-syntax-markup-list: #3b2300;
22-
--color-prettylights-syntax-markup-heading: #0550ae;
23-
--color-prettylights-syntax-markup-italic: #1f2328;
24-
--color-prettylights-syntax-markup-bold: #1f2328;
25-
--color-prettylights-syntax-markup-deleted-text: #82071e;
26-
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
27-
--color-prettylights-syntax-markup-inserted-text: #116329;
28-
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
29-
--color-prettylights-syntax-markup-changed-text: #953800;
15+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
16+
--color-prettylights-syntax-keyword: #cf222e;
3017
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
31-
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
18+
--color-prettylights-syntax-markup-changed-text: #953800;
19+
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
20+
--color-prettylights-syntax-markup-deleted-text: #82071e;
21+
--color-prettylights-syntax-markup-heading: #0550ae;
3222
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
23+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
24+
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
25+
--color-prettylights-syntax-markup-inserted-text: #116329;
26+
--color-prettylights-syntax-markup-list: #3b2300;
3327
--color-prettylights-syntax-meta-diff-range: #8250df;
28+
--color-prettylights-syntax-string: #0a3069;
29+
--color-prettylights-syntax-string-regexp: #116329;
3430
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
31+
--color-prettylights-syntax-variable: #953800;
32+
--color-prettylights-syntax-markup-bold: #1f2328;
33+
--color-prettylights-syntax-markup-italic: #1f2328;
34+
--color-prettylights-syntax-storage-modifier-import: #1f2328;
3535
}
3636

3737
@media (prefers-color-scheme: dark) {
3838
:root {
39+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
40+
--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
41+
--color-prettylights-syntax-carriage-return-bg: #b62324;
42+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
3943
--color-prettylights-syntax-comment: #9198a1;
4044
--color-prettylights-syntax-constant: #79c0ff;
4145
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
4246
--color-prettylights-syntax-entity: #d2a8ff;
43-
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
4447
--color-prettylights-syntax-entity-tag: #7ee787;
45-
--color-prettylights-syntax-keyword: #ff7b72;
46-
--color-prettylights-syntax-string: #a5d6ff;
47-
--color-prettylights-syntax-variable: #ffa657;
48-
--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
49-
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
50-
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
5148
--color-prettylights-syntax-invalid-illegal-bg: #8e1519;
52-
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
53-
--color-prettylights-syntax-carriage-return-bg: #b62324;
54-
--color-prettylights-syntax-string-regexp: #7ee787;
55-
--color-prettylights-syntax-markup-list: #f2cc60;
56-
--color-prettylights-syntax-markup-heading: #1f6feb;
57-
--color-prettylights-syntax-markup-italic: #f0f6fc;
49+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
50+
--color-prettylights-syntax-keyword: #ff7b72;
5851
--color-prettylights-syntax-markup-bold: #f0f6fc;
59-
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
60-
--color-prettylights-syntax-markup-deleted-bg: #67060c;
61-
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
62-
--color-prettylights-syntax-markup-inserted-bg: #033a16;
63-
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
6452
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
65-
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
53+
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
54+
--color-prettylights-syntax-markup-deleted-bg: #67060c;
55+
--color-prettylights-syntax-markup-deleted-text: #ffdcd7;
56+
--color-prettylights-syntax-markup-heading: #1f6feb;
6657
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
58+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
59+
--color-prettylights-syntax-markup-inserted-bg: #033a16;
60+
--color-prettylights-syntax-markup-inserted-text: #aff5b4;
61+
--color-prettylights-syntax-markup-italic: #f0f6fc;
62+
--color-prettylights-syntax-markup-list: #f2cc60;
6763
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
64+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
65+
--color-prettylights-syntax-string: #a5d6ff;
66+
--color-prettylights-syntax-string-regexp: #7ee787;
6867
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
68+
--color-prettylights-syntax-variable: #ffa657;
6969
}
7070
}
7171

style/colorblind-dark.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
* It’s based on what GitHub uses on their site.
33
* See <https://github.com/wooorm/starry-night> for more info. */
44
:root {
5+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
6+
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
7+
--color-prettylights-syntax-carriage-return-bg: #9b4215;
8+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
59
--color-prettylights-syntax-comment: #9198a1;
610
--color-prettylights-syntax-constant: #79c0ff;
711
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
812
--color-prettylights-syntax-entity: #d2a8ff;
9-
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
1013
--color-prettylights-syntax-entity-tag: #a5d6ff;
11-
--color-prettylights-syntax-keyword: #f0883e;
12-
--color-prettylights-syntax-string: #a5d6ff;
13-
--color-prettylights-syntax-variable: #ffa657;
14-
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
15-
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
16-
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
1714
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
18-
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
19-
--color-prettylights-syntax-carriage-return-bg: #9b4215;
20-
--color-prettylights-syntax-string-regexp: #a5d6ff;
21-
--color-prettylights-syntax-markup-list: #f2cc60;
22-
--color-prettylights-syntax-markup-heading: #1f6feb;
23-
--color-prettylights-syntax-markup-italic: #f0f6fc;
15+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
16+
--color-prettylights-syntax-keyword: #f0883e;
2417
--color-prettylights-syntax-markup-bold: #f0f6fc;
25-
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
26-
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
27-
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
28-
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
29-
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
3018
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
31-
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
19+
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
20+
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
21+
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
22+
--color-prettylights-syntax-markup-heading: #1f6feb;
3223
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
24+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
25+
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
26+
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
27+
--color-prettylights-syntax-markup-italic: #f0f6fc;
28+
--color-prettylights-syntax-markup-list: #f2cc60;
3329
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
30+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
31+
--color-prettylights-syntax-string: #a5d6ff;
32+
--color-prettylights-syntax-string-regexp: #a5d6ff;
3433
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
34+
--color-prettylights-syntax-variable: #ffa657;
3535
}
3636

3737
.pl-c {

style/colorblind-light.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
* It’s based on what GitHub uses on their site.
33
* See <https://github.com/wooorm/starry-night> for more info. */
44
:root {
5+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
6+
--color-prettylights-syntax-brackethighlighter-unmatched: #762c00;
7+
--color-prettylights-syntax-carriage-return-bg: #bc4c00;
8+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
59
--color-prettylights-syntax-comment: #59636e;
610
--color-prettylights-syntax-constant: #0550ae;
711
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
812
--color-prettylights-syntax-entity: #6639ba;
9-
--color-prettylights-syntax-storage-modifier-import: #1f2328;
1013
--color-prettylights-syntax-entity-tag: #0550ae;
11-
--color-prettylights-syntax-keyword: #bc4c00;
12-
--color-prettylights-syntax-string: #0a3069;
13-
--color-prettylights-syntax-variable: #953800;
14-
--color-prettylights-syntax-brackethighlighter-unmatched: #762c00;
15-
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
16-
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
1714
--color-prettylights-syntax-invalid-illegal-bg: #762c00;
18-
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
19-
--color-prettylights-syntax-carriage-return-bg: #bc4c00;
20-
--color-prettylights-syntax-string-regexp: #0550ae;
21-
--color-prettylights-syntax-markup-list: #3b2300;
22-
--color-prettylights-syntax-markup-heading: #0550ae;
23-
--color-prettylights-syntax-markup-italic: #1f2328;
24-
--color-prettylights-syntax-markup-bold: #1f2328;
25-
--color-prettylights-syntax-markup-deleted-text: #762c00;
26-
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
27-
--color-prettylights-syntax-markup-inserted-text: #0550ae;
28-
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
29-
--color-prettylights-syntax-markup-changed-text: #953800;
15+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
16+
--color-prettylights-syntax-keyword: #bc4c00;
3017
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
31-
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
18+
--color-prettylights-syntax-markup-changed-text: #953800;
19+
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
20+
--color-prettylights-syntax-markup-deleted-text: #762c00;
21+
--color-prettylights-syntax-markup-heading: #0550ae;
3222
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
23+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
24+
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
25+
--color-prettylights-syntax-markup-inserted-text: #0550ae;
26+
--color-prettylights-syntax-markup-list: #3b2300;
3327
--color-prettylights-syntax-meta-diff-range: #8250df;
28+
--color-prettylights-syntax-string: #0a3069;
29+
--color-prettylights-syntax-string-regexp: #0550ae;
3430
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
31+
--color-prettylights-syntax-variable: #953800;
32+
--color-prettylights-syntax-markup-bold: #1f2328;
33+
--color-prettylights-syntax-markup-italic: #1f2328;
34+
--color-prettylights-syntax-storage-modifier-import: #1f2328;
3535
}
3636

3737
.pl-c {

style/colorblind.css

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,70 @@
22
* It’s based on what GitHub uses on their site.
33
* See <https://github.com/wooorm/starry-night> for more info. */
44
:root {
5+
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
6+
--color-prettylights-syntax-brackethighlighter-unmatched: #762c00;
7+
--color-prettylights-syntax-carriage-return-bg: #bc4c00;
8+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
59
--color-prettylights-syntax-comment: #59636e;
610
--color-prettylights-syntax-constant: #0550ae;
711
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
812
--color-prettylights-syntax-entity: #6639ba;
9-
--color-prettylights-syntax-storage-modifier-import: #1f2328;
1013
--color-prettylights-syntax-entity-tag: #0550ae;
11-
--color-prettylights-syntax-keyword: #bc4c00;
12-
--color-prettylights-syntax-string: #0a3069;
13-
--color-prettylights-syntax-variable: #953800;
14-
--color-prettylights-syntax-brackethighlighter-unmatched: #762c00;
15-
--color-prettylights-syntax-brackethighlighter-angle: #59636e;
16-
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
1714
--color-prettylights-syntax-invalid-illegal-bg: #762c00;
18-
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
19-
--color-prettylights-syntax-carriage-return-bg: #bc4c00;
20-
--color-prettylights-syntax-string-regexp: #0550ae;
21-
--color-prettylights-syntax-markup-list: #3b2300;
22-
--color-prettylights-syntax-markup-heading: #0550ae;
23-
--color-prettylights-syntax-markup-italic: #1f2328;
24-
--color-prettylights-syntax-markup-bold: #1f2328;
25-
--color-prettylights-syntax-markup-deleted-text: #762c00;
26-
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
27-
--color-prettylights-syntax-markup-inserted-text: #0550ae;
28-
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
29-
--color-prettylights-syntax-markup-changed-text: #953800;
15+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
16+
--color-prettylights-syntax-keyword: #bc4c00;
3017
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
31-
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
18+
--color-prettylights-syntax-markup-changed-text: #953800;
19+
--color-prettylights-syntax-markup-deleted-bg: #fff1e5;
20+
--color-prettylights-syntax-markup-deleted-text: #762c00;
21+
--color-prettylights-syntax-markup-heading: #0550ae;
3222
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
23+
--color-prettylights-syntax-markup-ignored-text: #d1d9e0;
24+
--color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
25+
--color-prettylights-syntax-markup-inserted-text: #0550ae;
26+
--color-prettylights-syntax-markup-list: #3b2300;
3327
--color-prettylights-syntax-meta-diff-range: #8250df;
28+
--color-prettylights-syntax-string: #0a3069;
29+
--color-prettylights-syntax-string-regexp: #0550ae;
3430
--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
31+
--color-prettylights-syntax-variable: #953800;
32+
--color-prettylights-syntax-markup-bold: #1f2328;
33+
--color-prettylights-syntax-markup-italic: #1f2328;
34+
--color-prettylights-syntax-storage-modifier-import: #1f2328;
3535
}
3636

3737
@media (prefers-color-scheme: dark) {
3838
:root {
39+
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
40+
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
41+
--color-prettylights-syntax-carriage-return-bg: #9b4215;
42+
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
3943
--color-prettylights-syntax-comment: #9198a1;
4044
--color-prettylights-syntax-constant: #79c0ff;
4145
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
4246
--color-prettylights-syntax-entity: #d2a8ff;
43-
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
4447
--color-prettylights-syntax-entity-tag: #a5d6ff;
45-
--color-prettylights-syntax-keyword: #f0883e;
46-
--color-prettylights-syntax-string: #a5d6ff;
47-
--color-prettylights-syntax-variable: #ffa657;
48-
--color-prettylights-syntax-brackethighlighter-unmatched: #db6d28;
49-
--color-prettylights-syntax-brackethighlighter-angle: #9198a1;
50-
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
5148
--color-prettylights-syntax-invalid-illegal-bg: #762d0a;
52-
--color-prettylights-syntax-carriage-return-text: #f0f6fc;
53-
--color-prettylights-syntax-carriage-return-bg: #9b4215;
54-
--color-prettylights-syntax-string-regexp: #a5d6ff;
55-
--color-prettylights-syntax-markup-list: #f2cc60;
56-
--color-prettylights-syntax-markup-heading: #1f6feb;
57-
--color-prettylights-syntax-markup-italic: #f0f6fc;
49+
--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
50+
--color-prettylights-syntax-keyword: #f0883e;
5851
--color-prettylights-syntax-markup-bold: #f0f6fc;
59-
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
60-
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
61-
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
62-
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
63-
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
6452
--color-prettylights-syntax-markup-changed-bg: #5a1e02;
65-
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
53+
--color-prettylights-syntax-markup-changed-text: #ffdfb6;
54+
--color-prettylights-syntax-markup-deleted-bg: #5a1e02;
55+
--color-prettylights-syntax-markup-deleted-text: #ffdfb6;
56+
--color-prettylights-syntax-markup-heading: #1f6feb;
6657
--color-prettylights-syntax-markup-ignored-bg: #1158c7;
58+
--color-prettylights-syntax-markup-ignored-text: #f0f6fc;
59+
--color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
60+
--color-prettylights-syntax-markup-inserted-text: #cae8ff;
61+
--color-prettylights-syntax-markup-italic: #f0f6fc;
62+
--color-prettylights-syntax-markup-list: #f2cc60;
6763
--color-prettylights-syntax-meta-diff-range: #d2a8ff;
64+
--color-prettylights-syntax-storage-modifier-import: #f0f6fc;
65+
--color-prettylights-syntax-string: #a5d6ff;
66+
--color-prettylights-syntax-string-regexp: #a5d6ff;
6867
--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
68+
--color-prettylights-syntax-variable: #ffa657;
6969
}
7070
}
7171

0 commit comments

Comments
 (0)