Skip to content

Commit 103cb77

Browse files
fix(ui): set terminal to unique grey shades distinct from app palette
1 parent e15852d commit 103cb77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "#1a1a1a";
16-
const BG_ACT = "#222222";
15+
const BG = "#1e1e1e";
16+
const BG_ACT = "#242424";
1717

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

0 commit comments

Comments
 (0)