Skip to content

Commit c7808a4

Browse files
committed
wip code theme
1 parent 7f978e0 commit c7808a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/src/styles/theme.css

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

0 commit comments

Comments
 (0)