diff options
| author | Dax Raad <[email protected]> | 2025-11-05 21:30:40 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-05 21:30:40 -0500 |
| commit | 11d6005b77dcf190e8a72f1beba8e89c2b397e41 (patch) | |
| tree | 1073bf95ba74922012d35ccdc85694fa1f7c6135 /packages | |
| parent | 2cc072b3dc0a75fd01e68f0803cc3de43ee14039 (diff) | |
| download | opencode-11d6005b77dcf190e8a72f1beba8e89c2b397e41.tar.gz opencode-11d6005b77dcf190e8a72f1beba8e89c2b397e41.zip | |
tui: reduce scrollbar visual prominence for less distracting interface
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/routes/session/index.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx index c7c0e4a20..971ed8170 100644 --- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx @@ -680,10 +680,7 @@ export function Session() { scrollbarOptions={{ trackOptions: { backgroundColor: theme.backgroundElement, - foregroundColor: theme.primary, - }, - arrowOptions: { - foregroundColor: theme.primary, + foregroundColor: theme.border, }, }} stickyScroll={true} |
