Skip to content

Commit

Permalink
style: improve terminal split view border style (#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 authored Jun 7, 2023
1 parent cbb7910 commit 52d2d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
cursor: ew-resize;
transform: translateX(1px);
pointer-events: all;
background: var(--terminal-foreground);
background: var(--terminal-border);
opacity: 0.35;
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/terminal-next/src/browser/terminal.color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const TERMINAL_FOREGROUND_COLOR = registerColor(
},
localize('terminal.foreground', 'The foreground color of the terminal.'),
);

export const TERMINAL_CURSOR_FOREGROUND_COLOR = registerColor(
'terminalCursor.foreground',
null,
Expand Down

0 comments on commit 52d2d20

Please sign in to comment.