@tomehq/theme 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-37JI6XGT.js +1720 -0
- package/dist/chunk-7MUTU5D4.js +1720 -0
- package/dist/chunk-BZGWSKT2.js +573 -0
- package/dist/chunk-CTPOZMMK.js +1703 -0
- package/dist/chunk-DO544M3G.js +1702 -0
- package/dist/chunk-FWBTK5TL.js +1444 -0
- package/dist/chunk-JA4PMX6M.js +1500 -0
- package/dist/chunk-JZRT4WNC.js +1441 -0
- package/dist/chunk-LIMYFTPC.js +1468 -0
- package/dist/chunk-MEP7P6A7.js +1500 -0
- package/dist/chunk-O4GH3KYX.js +1712 -0
- package/dist/chunk-OEXM3BEC.js +1702 -0
- package/dist/chunk-QCWZYABW.js +1468 -0
- package/dist/chunk-RKTT3ZEX.js +1500 -0
- package/dist/chunk-S47BRMNQ.js +1715 -0
- package/dist/chunk-UKYFJSUA.js +509 -0
- package/dist/chunk-X4VQYPKO.js +1768 -0
- package/dist/entry.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/entry.tsx +8 -0
package/dist/entry.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/entry.tsx
CHANGED
|
@@ -97,6 +97,14 @@ const contentStyles = `
|
|
|
97
97
|
html.dark .shiki span[style*="--shiki-dark:#6A737D"] {
|
|
98
98
|
--shiki-dark: #a0aab5 !important;
|
|
99
99
|
}
|
|
100
|
+
|
|
101
|
+
/* Light mode: darken low-contrast github-light tokens for WCAG AA on --cdBg backgrounds */
|
|
102
|
+
html:not(.dark) .shiki span[style*="color:#6A737D"] { color: #57606a !important; }
|
|
103
|
+
html:not(.dark) .shiki span[style*="color:#E36209"] { color: #b35405 !important; }
|
|
104
|
+
html:not(.dark) .shiki span[style*="color:#6F42C1"] { color: #5a32a3 !important; }
|
|
105
|
+
html:not(.dark) .shiki span[style*="color:#22863A"] { color: #1a6e2e !important; }
|
|
106
|
+
html:not(.dark) .shiki span[style*="color:#D73A49"] { color: #b62324 !important; }
|
|
107
|
+
html:not(.dark) .shiki span[style*="color:#005CC5"] { color: #0349b4 !important; }
|
|
100
108
|
`;
|
|
101
109
|
|
|
102
110
|
// ── PAGE TYPES ────────────────────────────────────────────
|