-
Notifications
You must be signed in to change notification settings - Fork 6k
feat(opencode): add transparent TUI background option #8403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate FoundPR #5657: feat: toggle transparent background This PR appears to be directly related - it's implementing a toggle for transparent background in the TUI. Your PR (#8403) implements the same feature with a |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
Let's avoid adding new config options, you can toggle it via command panel instead, also can u provider before and after screenshots please? |
done new config removed, you can now open the command palette (Ctrl+P) and select “Enable transparent background” or “Disable transparent background.” It’s saved in your local KV, so it persists between runs. |




Summary
tui.transparent_backgroundconfig optionTesting
Fixes #8399