Skip to content

fix(tui): improve session scrollbar contrast#17446

Open
jiangyinzuo wants to merge 1 commit intoanomalyco:devfrom
jiangyinzuo:pr/tui-scrollbar-contrast
Open

fix(tui): improve session scrollbar contrast#17446
jiangyinzuo wants to merge 1 commit intoanomalyco:devfrom
jiangyinzuo:pr/tui-scrollbar-contrast

Conversation

@jiangyinzuo
Copy link
Copy Markdown

@jiangyinzuo jiangyinzuo commented Mar 14, 2026

Issue for this PR

Closes #17448

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes the main session scrollbar thumb color in the TUI. The session pane was using theme.border, which is too close to the track color in the solarized theme. This changes it to theme.borderActive, matching the sidebar and permission panels and making the scrollbar visible again.

How did you verify your code works?

Ran bun typecheck in packages/opencode after the change and checked the theme code path to confirm the main session scrollbar now uses the active border color.

Screenshots / recordings

before

image

after

image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Mar 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Mar 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@jiangyinzuo
Copy link
Copy Markdown
Author

Hello @adamdotdevin , can you please review the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Session scrollbar is hard to see in the solarized TUI theme

1 participant