Skip to content

Commit 68a3746

Browse files
fix(ui): set terminal to unique grey shades distinct from app palette- TerminalPane: inactive BG #1e1e1e, active BG #242424 neither conflicts with existing bg tokens (bg1-bg4)
1 parent 103cb77 commit 68a3746

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

render/features/terminal/TerminalPane.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,5 @@ export function TerminalPane({
385385
</div>
386386
</div>
387387
);
388-
}
388+
}
389+

0 commit comments

Comments
 (0)