diff options
| author | Frank <[email protected]> | 2025-08-28 16:44:55 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-28 16:44:55 -0400 |
| commit | c6ef92634d0ae026a59e023e69847b481975462b (patch) | |
| tree | c88bfbbabf1f46ca922e3212dd929b34d6229a1a /cloud/app/src/style/token | |
| parent | f97fdceb01c69ca563e755c6d50312ef7352f663 (diff) | |
| download | opencode-c6ef92634d0ae026a59e023e69847b481975462b.tar.gz opencode-c6ef92634d0ae026a59e023e69847b481975462b.zip | |
wip cloud
Diffstat (limited to 'cloud/app/src/style/token')
| -rw-r--r-- | cloud/app/src/style/token/color.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/style/token/color.css b/cloud/app/src/style/token/color.css index 35846acd9..31d11e2dd 100644 --- a/cloud/app/src/style/token/color.css +++ b/cloud/app/src/style/token/color.css @@ -47,7 +47,7 @@ @media (prefers-color-scheme: dark) { :root { /* OpenCode dark theme colors */ - --color-bg: #0c0c0e; + /*--color-bg: #0c0c0e;*/ --color-bg-surface: #161618; --color-bg-elevated: #1c1c1f; @@ -87,4 +87,4 @@ --color-surface-hover: var(--color-bg-elevated); --color-border: var(--color-border); } -} +}
\ No newline at end of file |
