summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/styles/theme.css
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-11-10 16:00:05 +0000
committerDavid Hill <[email protected]>2025-11-10 16:00:05 +0000
commita4ae1bb9eb78f550706491714ca8f21701eba854 (patch)
tree65c787e48c33979f1ece329a79f7f7582a0c1e32 /packages/ui/src/styles/theme.css
parent96a39803ccde019cc36ac2cd00c9445e17acde7f (diff)
downloadopencode-a4ae1bb9eb78f550706491714ca8f21701eba854.tar.gz
opencode-a4ae1bb9eb78f550706491714ca8f21701eba854.zip
wip code theme
Diffstat (limited to 'packages/ui/src/styles/theme.css')
-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;