diff options
| author | David Hill <[email protected]> | 2025-11-10 16:14:24 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-11-10 16:14:24 +0000 |
| commit | 7f978e07ff352419d21354e82dcb227cc9902962 (patch) | |
| tree | 9e5ab1f2c837d77bb6953e81f1b3a8a29e8b9519 /packages/ui/src/styles/theme.css | |
| parent | a4ae1bb9eb78f550706491714ca8f21701eba854 (diff) | |
| download | opencode-7f978e07ff352419d21354e82dcb227cc9902962.tar.gz opencode-7f978e07ff352419d21354e82dcb227cc9902962.zip | |
wip code theme
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index e4c02c304..3892a61fb 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -507,16 +507,16 @@ --icon-diff-delete-hover: var(--ember-dark-10); --syntax-comment: var(--text-weaker); --syntax-regexp: var(--text-base); - --syntax-string: var(--text-strong); + --syntax-string: #ff9ae2; --syntax-keyword: var(--text-weak); --syntax-primitive: #ffba92; --syntax-operator: var(--text-weak); - --syntax-variable: var(--text-base); + --syntax-variable: var(--text-strong); --syntax-property: #00ceb9; --syntax-type: #ecf58c; --syntax-constant: #93e9f6; --syntax-punctuation: var(--text-weaker); - --syntax-object: #ff9ae2; + --syntax-object: var(--text-strong); --syntax-success: var(--apple-dark-10); --syntax-warning: var(--amber-dark-10); --syntax-critical: var(--ember-dark-9); |
