Skip to content

Commit a3ded94

Browse files
authored
tweak some syntax highlighting (#179)
1 parent d9cc357 commit a3ded94

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/site-kit/src/lib/styles/tokens.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@
6262
--sk-theme-1-variant: hsl(15, 100%, 50%);
6363
--sk-theme-2-variant: hsl(240, 8%, 44%);
6464

65-
--sk-code-bg: var(--sk-back-3);
6665
--sk-code-ts-bg: var(--sk-back-1);
67-
--sk-code-base: hsl(45, 7%, 35%);
68-
--sk-code-comment: hsl(0, 0%, 41%);
69-
--sk-code-keyword: hsl(204, 88%, 35%);
70-
--sk-code-function: hsl(19, 67%, 44%);
71-
--sk-code-string: hsl(41, 37%, 38%);
66+
--sk-code-base: var(--sk-text-2);
67+
--sk-code-comment: var(--sk-text-4);
68+
--sk-code-keyword: hsl(204 100 38);
69+
--sk-code-function: var(--sk-theme-1);
70+
--sk-code-string: hsl(30 100 30);
7271
--sk-code-number: hsl(120, 100%, 25%);
7372
--sk-code-template-string: hsl(2, 80%, 47%);
7473
--sk-code-tags: var(--sk-code-function);

0 commit comments

Comments
 (0)