summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/styles/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css
index c6bcd5ab5..e4c02c304 100644
--- a/packages/ui/src/styles/theme.css
+++ b/packages/ui/src/styles/theme.css
@@ -507,11 +507,11 @@
--icon-diff-delete-hover: var(--ember-dark-10);
--syntax-comment: var(--text-weaker);
--syntax-regexp: var(--text-base);
- --syntax-string: var(--text-base);
+ --syntax-string: var(--text-strong);
--syntax-keyword: var(--text-weak);
--syntax-primitive: #ffba92;
--syntax-operator: var(--text-weak);
- --syntax-variable: var(--text-strong);
+ --syntax-variable: var(--text-base);
--syntax-property: #00ceb9;
--syntax-type: #ecf58c;
--syntax-constant: #93e9f6;