diff options
| author | David Hill <[email protected]> | 2025-11-10 16:16:50 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-11-10 16:16:50 +0000 |
| commit | c7808a4b01c5171c50de156dac41e71ca2fdac0c (patch) | |
| tree | f2ade618b8b00ff3d3737fb335d426a9f9d6ffbe /packages/ui/src/styles/theme.css | |
| parent | 7f978e07ff352419d21354e82dcb227cc9902962 (diff) | |
| download | opencode-c7808a4b01c5171c50de156dac41e71ca2fdac0c.tar.gz opencode-c7808a4b01c5171c50de156dac41e71ca2fdac0c.zip | |
wip code theme
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 3892a61fb..eb93e4ba1 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); |
