Skip to content

Commit e5893e7

Browse files
committed
Update colors in highlight theme.css
1 parent 5149960 commit e5893e7

File tree

1 file changed

+27
-27
lines changed
  • packages/gitbook/src/components/DocumentView/CodeBlock

1 file changed

+27
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
:root {
2-
--shiki-color-text: theme("colors.tint.11");
3-
--shiki-token-constant: #0a6355;
4-
--shiki-token-string: #8b6d32;
5-
--shiki-token-comment: theme("colors.teal.700/.64");
6-
--shiki-token-keyword: theme("colors.pomegranate.600");
7-
--shiki-token-parameter: #0a3069;
8-
--shiki-token-function: #8250df;
9-
--shiki-token-string-expression: #6a4906;
10-
--shiki-token-punctuation: theme("colors.pomegranate.700/.92");
11-
--shiki-token-link: theme("colors.tint.12");
12-
--shiki-token-inserted: #22863a;
13-
--shiki-token-deleted: #b31d28;
14-
--shiki-token-changed: #8250df;
1+
html.light {
2+
--shiki-color-text: #24292eff;
3+
--shiki-token-constant: #1976d2;
4+
--shiki-token-string: #2b5581;
5+
--shiki-token-comment: #c2c3c5;
6+
--shiki-token-keyword: #d32f2f;
7+
--shiki-token-parameter: #ff9800;
8+
--shiki-token-function: #6f42c1;
9+
--shiki-token-string-expression: #22863a;
10+
--shiki-token-punctuation: #212121;
11+
--shiki-token-link: #22863a;
12+
--shiki-token-inserted: #b7e7a44b;
13+
--shiki-token-deleted: #e597af52;
14+
--shiki-token-changed: #0000001a;
1515
}
1616

1717
html.dark {
18-
--shiki-color-text: theme("colors.tint.11");
19-
--shiki-token-constant: #d19a66;
20-
--shiki-token-string: theme("colors.pomegranate.300");
21-
--shiki-token-comment: theme("colors.teal.300/.64");
22-
--shiki-token-keyword: theme("colors.pomegranate.400");
23-
--shiki-token-parameter: theme("colors.yellow.500");
24-
--shiki-token-function: #56b6c2;
25-
--shiki-token-string-expression: theme("colors.tint.11");
26-
--shiki-token-punctuation: #acc6ee;
27-
--shiki-token-link: theme("colors.pomegranate.400");
28-
--shiki-token-inserted: #85e89d;
29-
--shiki-token-deleted: #fdaeb7;
30-
--shiki-token-changed: #56b6c2;
18+
--shiki-color-text: #eeffff;
19+
--shiki-token-constant: #82aaff;
20+
--shiki-token-string: #89ddff;
21+
--shiki-token-comment: #676767;
22+
--shiki-token-keyword: #c792ea;
23+
--shiki-token-parameter: #f07178;
24+
--shiki-token-function: #ffcb6b;
25+
--shiki-token-string-expression: #c3e88d;
26+
--shiki-token-punctuation: #89ddff;
27+
--shiki-token-link: #80cbc4;
28+
--shiki-token-inserted: #c3e88d;
29+
--shiki-token-deleted: #f07178;
30+
--shiki-token-changed: #ffcb6b;
3131
}

0 commit comments

Comments
 (0)