mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(app): disable terminal transparency
This commit is contained in:
parent
8bdf6fa359
commit
80220cebe4
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||
cursorStyle: "bar",
|
||||
fontSize: 14,
|
||||
fontFamily: monoFontFamily(settings.appearance.font()),
|
||||
allowTransparency: true,
|
||||
allowTransparency: false,
|
||||
convertEol: true,
|
||||
theme: terminalColors(),
|
||||
scrollback: 10_000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue