[data-theme='dark'], .dark { --code-token-keyword: #bda4ff; --code-foreground: #ffffff; --code-token-constant: #3ecf8e; --code-token-string: #ffcda1; --code-token-comment: #7e7e7e; --code-token-parameter: #ffffff; --code-token-function: #3ecf8e; --code-token-string-expression: #ffcda1; --code-token-punctuation: #ffffff; --code-token-link: #ffffff; --code-token-number: #ffffff; --code-token-property: #3ecf8e; --code-highlight-color: #232323; } [data-theme='light'], .light { --code-token-keyword: #6b35dc; --code-foreground: oklch(from var(--foreground-light) l c h / 1); --code-token-constant: #15593b; --code-token-string: #c46a0a; --code-token-comment: #7e7e7e; --code-token-parameter: oklch(from var(--foreground-light) l c h / 1); --code-token-function: #15593b; --code-token-string-expression: #c46a0a; --code-token-punctuation: oklch(from var(--foreground-light) l c h / 1); --code-token-link: oklch(from var(--foreground-light) l c h / 1); --code-token-number: oklch(from var(--foreground-light) l c h / 1); --code-token-property: #15593b; --code-highlight-color: #1c1c1c; }