diff options
| author | David Hill <[email protected]> | 2025-11-10 15:58:56 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-11-10 15:58:56 +0000 |
| commit | 96a39803ccde019cc36ac2cd00c9445e17acde7f (patch) | |
| tree | 33cb229f8ca0b29c92d1f6f31e89b1d1e51cf377 | |
| parent | 16f8f20b318501f743991845269a0a422c33c815 (diff) | |
| download | opencode-96a39803ccde019cc36ac2cd00c9445e17acde7f.tar.gz opencode-96a39803ccde019cc36ac2cd00c9445e17acde7f.zip | |
wip code theme
| -rw-r--r-- | packages/ui/src/styles/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 0e315c204..c6bcd5ab5 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -520,7 +520,7 @@ --syntax-success: var(--apple-dark-10); --syntax-warning: var(--amber-dark-10); --syntax-critical: var(--ember-dark-9); - --syntax-info: var(--lilac-dark-11); + --syntax-info: #ff9ae2; --syntax-diff-add: var(--mint-dark-11); --syntax-diff-delete: var(--ember-dark-11); --syntax-unknown: var(--text-weak); |
