From c7808a4b01c5171c50de156dac41e71ca2fdac0c Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 10 Nov 2025 16:16:50 +0000 Subject: [PATCH] wip code theme --- packages/ui/src/styles/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 3892a61f..eb93e4ba 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -507,12 +507,12 @@ --icon-diff-delete-hover: var(--ember-dark-10); --syntax-comment: var(--text-weaker); --syntax-regexp: var(--text-base); - --syntax-string: #ff9ae2; + --syntax-string: #00ceb9; --syntax-keyword: var(--text-weak); --syntax-primitive: #ffba92; --syntax-operator: var(--text-weak); --syntax-variable: var(--text-strong); - --syntax-property: #00ceb9; + --syntax-property: #ff9ae2; --syntax-type: #ecf58c; --syntax-constant: #93e9f6; --syntax-punctuation: var(--text-weaker);