fix: change terminal buffer background to black

- Replace dark gray (#1e1e1e) with pure black background
- Match the expected terminal appearance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mario Zechner 2025-06-20 03:21:47 +02:00
parent 3bf543e694
commit 6479168ca5

View file

@ -206,7 +206,7 @@ export class VibeTerminalBuffer extends LitElement {
line-height: ${lineHeight}px;
}
</style>
<div class="relative w-full h-full overflow-hidden bg-[#1e1e1e]">
<div class="relative w-full h-full overflow-hidden bg-black">
${this.error
? html`
<div class="absolute inset-0 flex items-center justify-center">