diff options
| author | David Hill <[email protected]> | 2026-01-20 17:46:03 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 20:34:45 +0000 |
| commit | 26f66b5f5d28612daf033cc6b8ce7aaf111c5acd (patch) | |
| tree | 05ab1b14b301ec6533e2352fd326bb61fc67add4 | |
| parent | f250a229c903bf350eb14de1677cb3524208309d (diff) | |
| download | opencode-26f66b5f5d28612daf033cc6b8ce7aaf111c5acd.tar.gz opencode-26f66b5f5d28612daf033cc6b8ce7aaf111c5acd.zip | |
update: color token
| -rw-r--r-- | packages/ui/src/theme/themes/oc-1.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/src/theme/themes/oc-1.json b/packages/ui/src/theme/themes/oc-1.json index 2c7673850..fe04b1901 100644 --- a/packages/ui/src/theme/themes/oc-1.json +++ b/packages/ui/src/theme/themes/oc-1.json @@ -30,11 +30,11 @@ "surface-inset-base-hover": "var(--smoke-light-alpha-3)", "surface-inset-strong": "#1f000017", "surface-inset-strong-hover": "#1f000017", - "surface-raised-base": "var(--smoke-light-alpha-1)", + "surface-raised-base": "var(--smoke-light-alpha-2)", "surface-float-base": "var(--smoke-dark-1)", "surface-float-base-hover": "var(--smoke-dark-2)", - "surface-raised-base-hover": "var(--smoke-light-alpha-2)", - "surface-raised-base-active": "var(--smoke-light-alpha-3)", + "surface-raised-base-hover": "var(--smoke-light-alpha-3)", + "surface-raised-base-active": "var(--smoke-light-alpha-4)", "surface-raised-strong": "var(--smoke-light-1)", "surface-raised-strong-hover": "var(--white)", "surface-raised-stronger": "var(--white)", |
