We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1951eb commit d77b331Copy full SHA for d77b331
packages/test-case-component/src/shiki.css
@@ -1,7 +1,7 @@
1
:root {
2
--shiki-foreground: #eeeeee;
3
--shiki-color-text: #eeeeee;
4
- --shiki-background: #1f1f1f;
+ --shiki-background: #111827; /* Tailwind's gray-900 */
5
--shiki-token-constant: #ff6666;
6
--shiki-token-string: #c2ff6d;
7
--shiki-token-comment: #15bc28;
0 commit comments