Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a4ae1bb

Browse files
committed
wip code theme
1 parent 96a3980 commit a4ae1bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/styles/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,11 @@
507507
--icon-diff-delete-hover: var(--ember-dark-10);
508508
--syntax-comment: var(--text-weaker);
509509
--syntax-regexp: var(--text-base);
510-
--syntax-string: var(--text-base);
510+
--syntax-string: var(--text-strong);
511511
--syntax-keyword: var(--text-weak);
512512
--syntax-primitive: #ffba92;
513513
--syntax-operator: var(--text-weak);
514-
--syntax-variable: var(--text-strong);
514+
--syntax-variable: var(--text-base);
515515
--syntax-property: #00ceb9;
516516
--syntax-type: #ecf58c;
517517
--syntax-constant: #93e9f6;

0 commit comments

Comments
 (0)