summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src/style
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-29 12:48:01 -0400
committerJay V <[email protected]>2025-08-29 12:48:01 -0400
commit9c02c4cfe8880059fd83763bf758b4c91d074893 (patch)
tree694b6c4128511984706c5e74dd58516d3b38b5a9 /cloud/app/src/style
parentfd355c15db305cca5b7386e79a7a9a2e08e9ef99 (diff)
downloadopencode-9c02c4cfe8880059fd83763bf758b4c91d074893.tar.gz
opencode-9c02c4cfe8880059fd83763bf758b4c91d074893.zip
ignore: cloud
Diffstat (limited to 'cloud/app/src/style')
-rw-r--r--cloud/app/src/style/token/color.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/cloud/app/src/style/token/color.css b/cloud/app/src/style/token/color.css
index 675ffdde2..f1a097d2f 100644
--- a/cloud/app/src/style/token/color.css
+++ b/cloud/app/src/style/token/color.css
@@ -42,12 +42,11 @@
/* Surface colors */
--color-surface: var(--color-bg-surface);
--color-surface-hover: var(--color-bg-elevated);
- --color-border: var(--color-border);
+ --color-surface-border: var(--color-border);
}
@media (prefers-color-scheme: dark) {
:root {
- /* OpenCode dark theme colors */
--color-bg: #0c0c0e;
--color-bg-surface: #161618;
--color-bg-elevated: #1c1c1f;
@@ -87,6 +86,6 @@
/* Surface colors */
--color-surface: var(--color-bg-surface);
--color-surface-hover: var(--color-bg-elevated);
- --color-border: var(--color-border);
+ --color-surface-border: var(--color-border);
}
}