diff options
| author | Adam <[email protected]> | 2026-01-20 13:57:51 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-20 13:59:04 -0600 |
| commit | 1d6f650f5340c439c596fc49010b9114e72b0793 (patch) | |
| tree | 1c183953fd7dfcec307eab516ae7283554402bfe /packages/ui/src/theme | |
| parent | 0b9b85ea6e21933fe77d59623afe33845b279bd3 (diff) | |
| download | opencode-1d6f650f5340c439c596fc49010b9114e72b0793.tar.gz opencode-1d6f650f5340c439c596fc49010b9114e72b0793.zip | |
fix(app): ayu theme colors
Diffstat (limited to 'packages/ui/src/theme')
| -rw-r--r-- | packages/ui/src/theme/themes/ayu.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/ui/src/theme/themes/ayu.json b/packages/ui/src/theme/themes/ayu.json index 04a696bd9..eac9e0491 100644 --- a/packages/ui/src/theme/themes/ayu.json +++ b/packages/ui/src/theme/themes/ayu.json @@ -18,7 +18,8 @@ "background-base": "#fdfaf4", "background-weak": "#fcf9f3", "background-strong": "#fbf8f2", - "background-stronger": "#fdfaf4", + "background-stronger": "#faf7f1", + "surface-raised-base-hover": "#f4f0e9", "border-weak-base": "#e6ddcf", "border-weak-hover": "#dcd3c5", "border-weak-active": "#d1c9ba", @@ -82,6 +83,7 @@ "background-weak": "#18222c", "background-strong": "#0b1015", "background-stronger": "#080c10", + "surface-raised-base-hover": "#0f1419", "border-weak-base": "#2b3440", "border-weak-hover": "#323c49", "border-weak-active": "#394454", |
