Skip to content

Commit e15852d

Browse files
fix(ui): match terminal background to app grey palette
1 parent 0433623 commit e15852d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

render.zip

-153 KB
Binary file not shown.

render/features/terminal/TerminalPane.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import type { UnlistenFn } from "@tauri-apps/api/event";
1212
import "@xterm/xterm/css/xterm.css";
1313

1414
// ── Theme & constants ─────────────────────────────────────────────────────────
15-
const BG = "#111111";
16-
const BG_ACT = "#161616";
15+
const BG = "#1a1a1a";
16+
const BG_ACT = "#222222";
1717

1818
const TERM_THEME = {
1919
background: BG, foreground: "#d4d4d4",

0 commit comments

Comments
 (0)